Skip to content

Commit deff583

Browse files
Abacnkennknowles
authored andcommitted
Make SDK harness change effective on Iceberg Dataflow test
1 parent 479f0d6 commit deff583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdks/java/io/iceberg/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ dependencies {
9595
testRuntimeOnly library.java.slf4j_jdk14
9696
testImplementation project(path: ":runners:direct-java", configuration: "shadow")
9797
testRuntimeOnly project(path: ":runners:google-cloud-dataflow-java")
98+
testRuntimeOnly project(path: ":sdks:java:harness")
9899
hadoopVersions.each {kv ->
99100
"hadoopVersion$kv.key" "org.apache.hadoop:hadoop-client:$kv.value"
100101
"hadoopVersion$kv.key" "org.apache.hadoop:hadoop-minicluster:$kv.value"
@@ -165,7 +166,7 @@ task dataflowIntegrationTest(type: Test) {
165166
"--project=${gcpProject}",
166167
"--tempLocation=${gcpTempLocation}",
167168
"--tempRoot=${gcpTempLocation}",
168-
"--experiments=use_runner_v2"
169+
"--experiments=use_runner_v2,use_staged_dataflow_worker_jar"
169170
]
170171
if (project.hasProperty('enableManagedTransforms')) {
171172
args.add("--experiments=enable_managed_transforms")

0 commit comments

Comments
 (0)