vinodkc commented on PR #56455: URL: https://github.com/apache/spark/pull/56455#issuecomment-4700382388
@dongjoon-hyun , Thanks for handling the CI failure. **Root cause**: SPARK-57340 added extract/date_part queries to both input files on master after this PR branch diverged, and generated golden files with the old TimestampNanosVal(...) schema format. When this PR (which changes Literal.toString) merged, those new queries' schemas still had the old format — causing the 4 test failures. I'll rebase with master (which now includes the extract/date_part queries from SPARK-57340) , will regenerate all 4 golden files , then will raise a new PR. -- 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]
