PHILO-HE commented on code in PR #9811:
URL: https://github.com/apache/incubator-gluten/pull/9811#discussion_r2122979019


##########
.github/workflows/flink.yml:
##########
@@ -25,6 +25,16 @@ jobs:
   flink-test:
     runs-on: ubuntu-22.04
     container: apache/gluten:centos-8-jdk17
+    env:
+      MAVEN_OPTS: >-
+        -Xmx2g
+        --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED
+        
--add-opens=java.base/sun.nio.ch=org.apache.arrow.memory.core,ALL-UNNAMED
+        --add-opens=java.base/java.lang=ALL-UNNAMED
+      JAVA_TOOL_OPTIONS: >-
+        --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED
+        
--add-opens=java.base/sun.nio.ch=org.apache.arrow.memory.core,ALL-UNNAMED
+        --add-opens=java.base/java.lang=ALL-UNNAMED

Review Comment:
   Please move the above env setting to the place between `on:` and `jobs:`, 
considering they may be also needed in other jobs that will be added in the 
future.



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