We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92723f3 commit abe4f2eCopy full SHA for abe4f2e
dev/archery/archery/integration/tester_java.py
@@ -41,6 +41,8 @@ def load_version_from_pom():
41
"-Dio.netty.tryReflectionSetAccessible=true",
42
"-Darrow.struct.conflict.policy=CONFLICT_APPEND",
43
"--add-opens=java.base/java.nio=ALL-UNNAMED",
44
+ # GH-39113: avoid failures accessing files in `/tmp/hsperfdata_...`
45
+ "-XX:-UsePerfData",
46
]
47
48
_arrow_version = load_version_from_pom()
0 commit comments