v1.3.11
What's Changed
Added
- Implemented
--dirCLI option to load a directory of data files (.ion, .json, .csv, .tsv, .pql, .parquet) as tables with lazy loading
Changed
Deprecated
Fixed
- Fixed path expression on missing field causing errors in permissive mode instead of returning MISSING
- Fixed extraneous struct materialization in plan when
UNION/INTERSECT/EXCEPTrequires type coercion - Fixed when
WITHstatement is present, the relproject is omitted in OperatorRewriter - Fixed path expression on missing field
- Fixed parameter type mismatch for
BETWEENANDstatement
Removed
Security
Contributors
Thank you to all who have contributed!
Full Changelog: v1.3.10...v1.3.11