New features:
- Added support to append to existing IPC Arrow file #972 (jorgecarleitao)
- Added pop to utf8/binary/fixedSize MutableArray #966 (ygf11)
- Added support for union scalars #930 (ncpenke)
Fixed bugs:
- Added support to read nested binary from parquet #978 (jorgecarleitao)
- Fixed empty reader panic for NDJSON type infer #974 (Roberto-XY)
- Prevented SO in large parquet files #973 (ritchie46)
- Fixed API bug in
async
read of IPC metadata #969 (jorgecarleitao) - Fixed writing required list to parquet #968 (jorgecarleitao)
Enhancements:
- Added support Parquet deserialize LargeList and Uint data types #979 (b41sh)
- Made reading of IPC dictionaries lazy #971 (jorgecarleitao)
- Allowed creating IPC
FileWriter
without writing to the file #970 (jorgecarleitao)