andygrove opened a new pull request, #3680: URL: https://github.com/apache/datafusion-comet/pull/3680
## Which issue does this PR close? N/A - documentation update for upcoming release. ## Rationale for this change Ensure the user guide accurately reflects the current state of supported expressions and operators before the 0.14.0 release. ## What changes are included in this PR? **Expressions added (9):** StringSplit, Right, MakeDate, NextDay, Size, MapContainsKey, MapFromEntries, StructsToCsv, Crc32 **Expressions removed (5):** BRound, TryAdd, TryDivide, TryMultiply, TrySubtract — these were documented but have no serde registration in the codebase. **Expressions clarified (4):** DatePart, Extract, BoolAnd, BoolOr — added notes that these work via Spark decomposition into other supported expressions. **Operators added (3):** CoalesceExec, CollectLimitExec, TakeOrderedAndProjectExec ## How are these changes tested? Documentation-only change. Verified by cross-referencing expression maps in `QueryPlanSerde.scala`, operator maps in `CometExecRule.scala`, and serde implementations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
