andygrove opened a new pull request, #4304: URL: https://github.com/apache/datafusion-comet/pull/4304
## Summary - Syncs the user guide's expression list with the contributor guide (`spark_expressions_support.md`) which was recently updated in PRs #4147, #4231, #4244, and #4286 - Adds 37 expressions that were marked as supported but missing from the user-facing documentation - Adds a new "URL Functions" section for `url_encode`, `url_decode`, and `try_url_decode` **New expressions by category:** | Category | Expressions Added | |----------|-------------------| | Predicate | ILike | | String | Right, Split, SubstringIndex | | Date/Time | CurrentDate, CurrentTimezone, DateFromUnixDate, MakeDate, NextDay, TimestampSeconds | | Math | Acosh, Asinh, Atanh, Bin, Cbrt, Pi, ToDegrees, ToRadians, WidthBucket | | Hashing | Crc32 | | Aggregate | CountIf, RegrAvgx, RegrAvgy, RegrCount | | Array | ArrayPosition, ArraysZip, SortArray, Size | | Map | MapContainsKey | | URL (new) | UrlEncode, UrlDecode, TryUrlDecode | | Other | CurrentCatalog, CurrentDatabase, CurrentSchema, CurrentUser, EqualNull | ## Test plan - [ ] Verify the documentation builds correctly (`cd docs && make html`) - [ ] Spot-check that each added expression is actually implemented by checking for its Spark class name in the codebase -- 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]
