blob: 795eeb7d9801797aa9778fa5301daf0cbfda7e25 [file] [log] [blame] [view]
# blaze-v2.0.9.1
## Features
* Supports failing-back nondeterministic expressions.
* Supports "$[].xxx" jsonpath syntax in get_json_object().
## Performance
* Supports adaptive batch size in ParquetScan, improving vectorized reading performance.
* Supports directly spill to disk file when on-heap memory is full.
## Bugfix
* Fix incorrect parquet rowgroup pruning with files containing deprecated min/max values.