kazuyukitanimura commented on code in PR #1321: URL: https://github.com/apache/datafusion-comet/pull/1321#discussion_r1974489483
########## native/core/src/execution/planner.rs: ########## @@ -830,6 +830,25 @@ impl PhysicalPlanner { )); Ok(array_has_any_expr) } + ExprStruct::ArrayCompact(expr) => { Review Comment: Up to you. If you would like to work on it separately, that's ok with me. I filed https://github.com/apache/datafusion-comet/issues/1459 If you prefer, we can merge this first, but I feel we should clean up first before adding next array related functions -- 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