pan3793 opened a new pull request, #6456:
URL: https://github.com/apache/kyuubi/pull/6456

   # :mag: Description
   
   This PR follows SPARK-45508 to modify the JVM args by adding 
`--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED`, without this arg should 
not affect Spark engines as `spark-submit` will handle that by launching a 
sub-process and adding those JVM args.
   
   The change benefits Spark in-process cases in UT, a little.
   
   This PR also renames maven properties `maven.plugin.surefire.argLine` back 
to `extraJavaTestArgs` as it is used in both surefire and scalatest plugins, 
and makes it always takes effect instead of only JDK 17, then we don't need a 
copy when adding a new profile `java-21`
   
   ## Types of changes :bookmark:
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Bugfix (non-breaking change which fixes an issue)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   
   ## Test Plan ๐Ÿงช
   
   Pass GHA.
   
   ---
   
   # Checklist ๐Ÿ“
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   
   - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
   
   **Be nice. Be informative.**
   


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