andygrove commented on code in PR #4660: URL: https://github.com/apache/datafusion-comet/pull/4660#discussion_r3434302348
########## spark/src/test/resources/sql-tests/expressions/datetime/from_unix_time.sql: ########## @@ -26,12 +26,12 @@ INSERT INTO test_from_unix_time VALUES (0), (1718451045), (-1), (NULL), (2147483 query SELECT from_unixtime(t) FROM test_from_unix_time -query +query expect_fallback(Only the default datetime pattern `yyyy-MM-dd HH:mm:ss` is supported) Review Comment: This query was previously working (presumably due to codegen dispatch). This seems like a regression. -- 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]
