dev/changelog/10.0.0.md
Breaking changes:
Implemented enhancements:
ExecutionPlan::exec method? #2847DataFrame::with_column #2844lit #2827LogicalPlan::Union be consistent with other plans #2816CoalesceBatchesExec #2790configs.md in user guide #2770IsNotNull filter to join inputs if one side of join condition does not allow null #2739UNION vs UNION ALL (introduce a LogicalPlan::Distinct) #2573 [sql]sum0 as a built-in agg function #2067Fixed bugs:
rewrite_expression does not properly handle Exists and ScalarSubquery #2736GlobalLimitExec breaks compatibility with Ballista #2720Documentation updates:
Closed issues:
Merged pull requests:
lit implementation more concise #2838 (alamb)lit #2828 (alamb)ScalarValue::isNull calculation #2815 (alamb)CASE expressions #2814 (alamb)CaseExpr s with NULLs #2810 (AssHero)information_schema schema #2804 (alamb)Some and None) #2789 [sql] (comphead)prettier use consistent between CI and contributing guide #2766 (andygrove)DataType::Decimal for IN and NOT IN expressions #2764 (liukun4515)left/right/full joins to inner join if possible #2750 [sql] (AssHero)InList expressions #2729 (Ted-Jiang)16.0.0 #2718 [sql] (alamb)SortMergeJoin #2699 (korowa)CAST <EXPR> AS DECIMAL #2680 [sql] (gandronchik)