dev/changelog/29.0.0.md
Breaking changes:
array_slice and array_element, remove array_trim #6936 (izveigor)Implemented enhancements:
@> and <@ #6885 (izveigor)datafusion-cli to accept multiple statements #7138 (NiwakaDev)Fixed bugs:
Documentation updates:
Merged pull requests:
array_contains with SQL array functions: array_has, array_has_any, array_has_all #6990 (jayzhan211)dfbench, split up tpch benchmark runner into modules #7054 (alamb)with_column_renamed #7063 (comphead)ScalarValue #7048 (viirya)rust-version in Cargo.toml to comply with MSRV #7107 (sarutak)AnalysisContext out of physical_expr and into its own module #7127 (alamb)make_array with column of list #7137 (jayzhan211)@> and <@ #6885 (izveigor)datafusion-cli to accept multiple statements #7138 (NiwakaDev)plan_err! error macro #7115 (comphead)~ ^(ba_r|foo)$ , where the string includes underline #7186 (tanruixiang)array_slice and array_element, remove array_trim #6936 (izveigor)array_repeat, remove array_fill #7199 (izveigor)Expr::field, Expr::index, and Expr::slice, add docs #7218 (alamb)GetFieldAccessCharacteristic and add docs #7220 (alamb)clone_with_replacement #7232 (alamb)make_array null handling in nested version #7207 (jayzhan211)project_schema to datafusion_common #7237 (alamb)physical_plan module #7234 (alamb)batch_byte_size #7245 (alamb)Partitioning andDistribution to physical_expr #7238 (alamb)create_writer #7229 (alamb)flatten sql function #7239 (jayzhan211)physical_plan tests to not use SessionContext #7243 (alamb)unnest consistent with DuckDB/ClickHouse, add option for preserve_nulls, update docs #7168 (alamb)