dwsmith1983 commented on issue #4596:
URL: 
https://github.com/apache/datafusion-comet/issues/4596#issuecomment-5637217709

   Every expression on this list has been opted in with its own PR and fixture: 
`concat` for non-UTF8_BINARY collations in #4640, `array_intersect`, 
`array_except` and `array_join` in #4636, `from_utc_timestamp`, 
`to_utc_timestamp` and `convert_timezone` in #4638, and `sort_array` under 
strict floating-point mode in #4637 (the dispatcher does accept it). The 
registered serdes in 
spark/src/main/scala/org/apache/comet/serde/{strings,arrays,datetime}.scala all 
carry `with CodegenDispatchFallback`, and the `*_dispatch.sql`, 
`*_collation.sql` and `sort_array_strict_fp.sql` files under 
spark/src/test/resources/sql-tests/expressions/ run those inputs in the default 
`query` mode, which fails if the projection falls back to Spark. 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]

Reply via email to