What's Changed
- Fixed writing nested parquet by @jorgecarleitao in #1390
- Fixed error in writing sliced binary by @jorgecarleitao in #1391
- Fixed broken guide link by @kjschiroo in #1395
- Changed methods to slice arrays by @jorgecarleitao in #1396
- Fixed writing of sliced arrays to parquet by @jorgecarleitao in #1397
- Simplified code via DRY by @jorgecarleitao in #1398
- Improved API of getting mutable from Buffer by @jorgecarleitao in #1399
- Simplified code by @jorgecarleitao in #1401
- Improved support for date64 written by pyarrow to parquet by @jorgecarleitao in #1402
- Fixed nested boolean offset by @ritchie46 in #1404
- Added apply_validity and set_validity to mutable utf8 array by @Arty-Maly in #1406
- Fixed ahash dependency for wasm by @hzuo in #1407
- Added cast for FixedSizeBinary to (Large)Binary by @ritchie46 in #1403
- Updated base64 to 0.21 by @WindSoilder in #1408
- Fixed statistics writing flag and correct null_count in dictionaries by @ritchie46 in #1414
- Added convenience accessor array.get by @ozgrakkurt in #1416
- Re-exported the
bloom_filter
module fromparquet2
crate by @ozgrakkurt in #1420 - Added support for MapArray read and write to parquet by @b41sh in #1419
- Added support for decimal256 read/write in parquet by @TCeason in #1412
- Added support for JSON serialization of dictionary by @ritchie46 in #1424
- Added MapScalar by @b41sh in #1428
- Changed encoded float::Inf as null in json by @SimonSchneider in #1427
- Added
set_len
method to Buffer by @haixuanTao in #1374 - Fixed issue with Time32/Time64 datatype in csv reader by @christophe-petitjean in #1425
- Made
num_values
public by @b41sh in #1431 - Made
len/len_proxy
consistent withOffsets
by @ritchie46 in #1434 - Added memmap
&[u8]
asBooleanArray
by @ritchie46 in #1436 - Added impl_mutable_array_mut_validity macro for mutable arrays by @Arty-Maly in #1435
- Added buffer interoperability with arrow-rs by @tustvold in #1437
- Changed async ipc writer to accept schema by value by @ritchie46 in #1439
- Updated multiversion and support wider registers by @ritchie46 in #1440
- Updated dependencies by @ritchie46 in #1441
- Added interoperability with arrow-schema by @tustvold in #1442
New Contributors
- @kjschiroo made their first contribution in #1395
- @WindSoilder made their first contribution in #1408
- @TCeason made their first contribution in #1412
- @haixuanTao made their first contribution in #1374
- @christophe-petitjean made their first contribution in #1425
Full Changelog: v0.16.0...v0.17.0