attilapiros commented on PR #56006: URL: https://github.com/apache/spark/pull/56006#issuecomment-4498955562
Thanks @pan3793! I have done all the replacements. Tested it with the: ``` $ build/sbt "sql/testOnly *ArrowConvertersSuite" ... [info] Run completed in 4 seconds, 719 milliseconds. [info] Total number of tests run: 43 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 43, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 127 s (0:02:07.0), completed May 20, 2026, 6:31:55 AM $ java --version openjdk 25.0.3 2026-04-21 LTS OpenJDK Runtime Environment Temurin-25.0.3+9 (build 25.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-25.0.3+9 (build 25.0.3+9-LTS, mixed mode, sharing) ``` -- 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]
