andygrove opened a new issue, #4150: URL: https://github.com/apache/datafusion-comet/issues/4150
29 Spark expressions are already implemented in the `datafusion-spark` crate but not yet wired up in Comet. Adding support for these is lower effort than typical expression work since the native implementation already exists — the main task is adding the JVM serde layer. | Category | Expressions | |---|---| | aggregate | `collect_list`, `try_sum` | | array | `shuffle`, `slice` | | bitwise | `shiftrightunsigned` | | datetime | `add_months`, `from_utc_timestamp`, `make_dt_interval`, `make_interval`, `to_utc_timestamp`, `unix_micros`, `unix_millis`, `unix_seconds` | | json | `json_tuple` | | map | `map_from_arrays`, `map_from_entries` | | math | `csc`, `factorial`, `pmod`, `rint`, `sec` | | string | `base64`, `elt`, `format_string`, `soundex`, `unbase64` | | url | `parse_url`, `url_decode`, `url_encode` | -- 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]
