dev/changelog/21.0.0.md
Breaking changes:
ListingTable (rather than assuming they are always Dictionary encoded) #5545 (crepererum)param_values to &[ScalarValue] in function replace_params_with_values #5640 (HaoYang670)Implemented enhancements:
ScalarValue #5603 (berkaysynnada)date_bin with 2 arguments #5643 (Weijun-H)date_bin supports MonthDayNano, microsecond and nanosecond units #5698 (stuartcarnie)Fixed bugs:
Documentation updates:
ObjectStoreRegistry and ObjectStoreProvider #5577 (alamb)Merged pull requests:
^, &, |, << and >> operators for building exprs #5511 (alamb)ObjectStoreRegistry and ObjectStoreProvider #5577 (alamb)datafusion_execution #5580 (alamb)Expr variants are added #5579 (alamb)ListingTable (rather than assuming they are always Dictionary encoded) #5545 (crepererum)TableReference #5616 (alamb)ScalarValue #5603 (berkaysynnada)infer_placeholder_types #5638 (alamb)SessionConfig to datafusion_execution #5581 (alamb)param_values to &[ScalarValue] in function replace_params_with_values #5640 (HaoYang670)Result<T, DataFusionError> #5659 (comphead)DataFusionError and fix clippy #5669 (jackwener)date_bin with 2 arguments #5643 (Weijun-H)Extensions::new() #5676 (alamb)date_bin implementation #5673 (alamb)TaskContext to datafusion-execution #5677 (alamb)date_bin supports MonthDayNano, microsecond and nanosecond units #5698 (stuartcarnie)