Skip to content

Commit

Permalink
Fix the integration test command-line
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jan 13, 2024
1 parent c1f85b0 commit f5ab628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/archery/archery/integration/tester_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ def __init__(self, *args, **kwargs):
# Java 9+
self._java_opts.append(
'--add-opens=java.base/java.nio='
'org.apache.arrow.memory.core,ALL-UNNAMED '
'org.apache.arrow.memory.core,ALL-UNNAMED')
self._java_opts.append(
'--add-reads=org.apache.arrow.flight.core=ALL-UNNAMED')

def _run(self, arrow_path=None, json_path=None, command='VALIDATE'):
Expand Down

0 comments on commit f5ab628

Please sign in to comment.