cloud-fan commented on code in PR #51824: URL: https://github.com/apache/spark/pull/51824#discussion_r2348453799
########## sql/core/src/test/resources/sql-tests/results/datetime-legacy.sql.out: ########## @@ -1676,6 +1676,106 @@ org.apache.spark.sql.catalyst.ExtendedAnalysisException } +-- !query +SELECT try_make_timestamp(make_date(2021, 07, 11)) Review Comment: This function is not affected by datetime legacy mode or ansi, shall we create a new file for it? otherwise it's tested many times for no good reason. -- 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]
