Blizzara commented on code in PR #716: URL: https://github.com/apache/datafusion-comet/pull/716#discussion_r1690165190
########## native/spark-expr/src/lib.rs: ########## @@ -24,7 +24,7 @@ mod temporal; pub mod timezone; pub mod utils; -pub use cast::Cast; +pub use cast::{Cast, spark_cast_array}; Review Comment: the export is not needed by comet, but it allows others (eg. us) to use spark_cast_array directly -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org