pan3793 commented on PR #52664: URL: https://github.com/apache/spark/pull/52664#issuecomment-3428101722
@dongjoon-hyun I rebased on master and verified the test which failed previously, now works ``` $ build/sbt -Phive "hive/testOnly org.apache.spark.sql.hive.JavaDataFrameSuite" ... [info] Test org.apache.spark.sql.hive.JavaDataFrameSuite#saveTableAndQueryIt() started [info] Test run finished: 0 failed, 0 ignored, 2 total, 5.609s [info] Passed: Total 2, Failed 0, Errors 0, Passed 2 [success] Total time: 275 s (0:04:35.0), completed Oct 22, 2025, 1:27:51 AM ``` let's wait for CI result. BTW, this Avro release seems to have security fixes, do you think we should backport this to branch-4.0? if so, jackson bom PR should be backported first. -- 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]
