dwsmith1983 commented on issue #1704: URL: https://github.com/apache/datafusion-comet/issues/1704#issuecomment-5637888279
The condition set here (remove a Comet expression and use the datafusion-spark version instead) was met in #2080 (d8c62f380), which dropped Comet's own `chr` in favor of the datafusion-spark one, and the pattern has since become routine: native/Cargo.toml pulls `datafusion-spark` into both native/core and native/spark-expr, and native/core/src/execution/jni_api.rs registers a growing set of its functions (`SparkArrayContains`, `SparkArrayRepeat`, `SparkBitCount`, `SparkBitGet`, `SparkBitShift`, `SparkWidthBucket`, and more) in the session context. Suggest closing. -- 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]
