yadavay-amzn opened a new pull request, #55999:
URL: https://github.com/apache/spark/pull/55999

   ### What changes were proposed in this pull request?
   
   Skip the `SPARK-56448` restart test on JDK 25+ where Arrow/Netty memory 
allocator initialization fails.
   
   ### Why are the changes needed?
   
   On JDK 25 + UBI 10, `spark-shell --remote` fails to start due to a 
pre-existing Arrow/Netty incompatibility (`ExceptionInInitializerError` in 
`DefaultAllocationManagerFactory` → `UnsupportedOperationException` in 
`EmptyByteBuf.memoryAddress()`). This is not caused by the SPARK-56448 
production fix (which is JDK-independent) but by the test launching a full 
spark-shell subprocess that initializes Arrow.
   
   Reported by @dongjoon-hyun in 
https://github.com/apache/spark/pull/55720#discussion_r3267356403
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. Test-only change.
   
   ### How was this patch tested?
   
   Test passes on JDK 17 (10/10 runs). On JDK 25+ the test will be skipped with 
a message explaining the Arrow/Netty incompatibility.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Yes.


-- 
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]

Reply via email to