Skip to content

Commit

Permalink
Fix missing whitespace when running python integration tester
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jan 13, 2024
1 parent 0c3db50 commit 89d2072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/integration/tester_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ 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 '
'--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 89d2072

Please sign in to comment.