projects
/
arrow-rs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
arrow-rs.git
2022-04-01
Andrew Lamb
Prepare for release version `11.1.0` (#1514)
11.1.0
commit
|
commitdiff
|
tree
|
snapshot
2022-03-31
Liang-Chi Hsieh
Implement ArrayEqual for UnionArray (#1469)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-31
Liang-Chi Hsieh
Add FFI for Arrow C Stream Interface (#1384)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
Andrew Lamb
Clarify docs that SlicesIterator ignores null values...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
Andrew Lamb
Update release scripts to automatically clean up old...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
Remzi Yang
Support calculating number of chars for `StringArray...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
Andrew Lamb
Implement `size_hint` and `ExactSizedIterator` for...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-29
Remzi Yang
update doc (#1491)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-29
Liang-Chi Hsieh
Use Arrow take kernel within ListArrayReader (#1490)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-29
Jörn Horstmann
Fix miri error in try_from_trusted_len_iter (#1497)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
Remzi Yang
Add `length` kernel support for List Array (#1488)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
Yijie Shen
Support sort for decimal data type (#1487)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-27
Liang-Chi Hsieh
Fix generate_non_canonical_map_case, fix `MapArray...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-25
Raphael Taylor...
Fix reading/writing nested null arrays (#1480) (#1036...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-25
Raphael Taylor...
Split ArrayReaderBuilder into its own module (#1483...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-24
Remzi Yang
Support the `length` kernel on Binary Array (#1465)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Remzi Yang
fix doc (#1471)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-22
Liang-Chi Hsieh
Fix doc (#1463)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-22
Liang-Chi Hsieh
Fix generate_map_case (#1457)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-22
jakevin
Improve performance of DictionaryArray::try_new() ...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-22
Liang-Chi Hsieh
Fix Parquet reader for null list (#1448)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-19
Liang-Chi Hsieh
Remove Clone and copy source structs internally (#1449)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-18
Andrew Lamb
Prepare for 11.0.0 release (#1461)
11.0.0
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Liang-Chi Hsieh
Fix generate_interval_case in integration test (#1446)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Remzi Yang
rewrite doc (#1450)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
jakevin
enhancement: remove redundant if/clamp_min/abs (#1428)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-16
Kyle Barron
Set `default-features = false` for `zstd` in the parque...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-16
Liang-Chi Hsieh
`filter` kernel should work with FixedSizeListArrays...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-16
Liang-Chi Hsieh
filter kernel should work with UnionArray (#1412)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-16
Remzi Yang
Rewrite doc example of ListArray and LargeListArray...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-14
Liang-Chi Hsieh
Fix generate_decimal128_case (#1440)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-14
Liang-Chi Hsieh
Fix integration doc (#1438)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-14
Raphael Taylor...
Fix DeltaBitPack MiniBlock Bit Width Padding (#1418)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-12
Remzi Yang
Add doc example for creating `FixedSizeListArray` ...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-11
Jörn Horstmann
Support nullable keys in DictionaryArray::try_new ...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-11
Jörn Horstmann
Fix possibly unaligned writes in MutableBuffer (#1421)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-11
jakevin
Add value_unchecked() for FixedSizeBinaryArray (#1420)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-11
dependabot...
Update zstd requirement from 0.10 to 0.11 (#1415)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-11
Wang Fenjin
Implement basic FlightSQL Server (#1386)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-11
Remzi Yang
Remove duplicate bound check in the function shift...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-11
Liang-Chi Hsieh
Directly write to MutableBuffer in substring (#1423)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-09
Daniël Heres
Implement projection for arrow file / streams (#1339)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-09
Chao Sun
Add dictionary support for C data interface (#1407)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-08
Remzi Yang
fix (#1406)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-07
jakevin
add unit test to check all none (#1405)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-06
Andrew Lamb
Improve integration testing docs (#1403)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-06
Sumit
Move csv Parser trait and its implementations to utils...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-06
Yijie Shen
Introduce `ReadOptions` with builder API, for parquet...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-06
Andrew Lamb
Add note in contributing guideline about types of contr...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-05
Andrew Lamb
fix: Fix grpc schema hack in flight integration test...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-05
Andrew Lamb
Prepare for the 10.0.0 release (#1395)
10.0.0
commit
|
commitdiff
|
tree
|
snapshot
2022-03-04
Yang Jiang
Add extract month and day in temporal.rs (#1388)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-03
Andrew Lamb
Clarify release instructions about when to merge CHANGE...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-03
Helgi Kristvin...
feat: support maps in MutableArrayData (#1379)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-03
Matthew Turner
Add write method to Json Writer (#1383)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-03
Remzi Yang
Speed up the function `min_max_string` (#1374)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-03
Liang-Chi Hsieh
Allow primitive array creation from iterators of Primit...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-03
Liang-Chi Hsieh
Improve performance if dictionary kernels, add benchmar...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
Yang Jiang
Support extract `week` in temporal.rs (#1376)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
Matthew Turner
Add Clone to IpcWriteOptions (#1382)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
Remzi Yang
Refactor `RecordBatch::validate_new_batch` (#1361)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
Shani Solomon
refactor (#1346)
commit
|
commitdiff
|
tree
|
snapshot
2022-03-01
Liang-Chi Hsieh
Implement DictionaryArray support in neq_dyn, lt_dyn...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-01
dependabot...
Update pyo3 requirement from 0.15 to 0.16 (#1369)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-28
Kun Liu
support as_decimal_array api (#1356)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-28
Liang-Chi Hsieh
Use DictionaryArray's iterator (#1330)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-28
Remzi Yang
Update contributing guide (#1368)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-28
dependabot...
Update flatbuffers requirement from =2.1.0 to =2.1...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-25
dependabot...
Update flatbuffers requirement from =2.0.0 to =2.1...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-25
Remzi Yang
Fix clippy lints (#1363)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-24
Sergey Glushchenko
Remove delimiter from csv Writer (#1342)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-24
tjwilson90
Publicly export arrow::array::MapBuilder (#1355)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-24
Sergey Glushchenko
Make bounds configurable in csv ReaderBuilder (#1341)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-24
Remzi Yang
Refactor `StructArray::from` (#1360)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-23
Sergey Glushchenko
Add with_datetime_format to csv WriterBuilder (#1347)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-23
Tiphaine Ruy
fix: add LargeUtf8 support in json writer (#1358)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-22
Shani Solomon
Remove redundant has_ methods for optional column metad...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-22
diana
Arrow Rust + Conbench Integration (#1289)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-21
Remzi Yang
Refactor Bitmap::new (#1343)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-20
Liang-Chi Hsieh
Don't use Arc::from_raw when importing ArrowArray and...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-19
Andrew Lamb
Update versions and CHANGELOG for 9.1.0 release (#1325)
9.1.0
commit
|
commitdiff
|
tree
|
snapshot
2022-02-19
Remzi Yang
Update the document of function `MutableArrayData:...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-19
Andrew Lamb
Clean up DictionaryArray construction in test (#1314)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-19
Andrew Lamb
Cleanup: remove some dead / test only code (#1331)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-17
Shani Solomon
Expose page encoding `ColumnChunkMetadata` (#1322)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-17
Sergey Glushchenko
Enable dead_code lint (#1324)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-16
Shani Solomon
Expose column index and offset index (#1318)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-16
Sergey Glushchenko
Enable more lints (#1315)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-16
Shani Solomon
fix test bug and ensure that bloom filter metadata...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-16
Liang-Chi Hsieh
Implement an iterator for DictionaryArray (#1296)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-15
Andrew Lamb
Use new DecimalArray creation API in arrow crate (...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-15
Andrew Lamb
Add `DictionaryArray::try_new()` to create dictionaries...
commit
|
commitdiff
|
tree
|
snapshot
2022-02-15
Shani Solomon
Expose has bloom offset (#1309)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-15
Sergey Glushchenko
Enable clippy::type_complexity (#1310)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-15
Andrew Lamb
Update parquet-testing pin (#1311)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-15
Raphael Taylor...
Vectorized DeltaBitPackDecoder (#1281) (#1284)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-14
Sergey Glushchenko
Enable clippy::float_equality_without_abs lint (#1305)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-13
Liang-Chi Hsieh
Implement DictionaryArray support in eq_dyn (#1263)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-13
Andrew Lamb
Clean up DecimalArray creation in parquet crate (#1247)
commit
|
commitdiff
|
tree
|
snapshot
2022-02-13
Andrew Lamb
Changes for 9.0.2 (#1291)
commit
|
commitdiff
|
tree
|
snapshot
next