File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "comment" : " Modify this file in a trivial way to cause this test suite to run " ,
3- "modification" : 2
3+ "modification" : 3
44}
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dependencies {
4848 testImplementation library. java. google_api_services_bigquery
4949 testImplementation " org.apache.iceberg:iceberg-api:1.9.2"
5050 testImplementation " org.apache.iceberg:iceberg-core:1.9.2"
51+ testRuntimeOnly library. java. bigdataoss_util_hadoop
5152 testImplementation project(" :sdks:java:io:google-cloud-platform" )
5253 testImplementation project(" :sdks:java:extensions:google-cloud-platform-core" )
5354}
Original file line number Diff line number Diff line change @@ -83,12 +83,10 @@ dependencies {
8383 permitUnusedDeclared project(" :sdks:java:extensions:kafka-factories" )
8484 runtimeOnly project(" :sdks:java:io:amazon-web-services2" ) // FileSystem may be used by Iceberg AddFiles
8585
86- if (JavaVersion . current(). compareTo(JavaVersion . VERSION_11 ) >= 0 && project. findProperty(' testJavaVersion' ) != ' 8' ) {
87- // iceberg ended support for Java 8 in 1.7.0
88- runtimeOnly project(" :sdks:java:io:iceberg" )
89- runtimeOnly project(" :sdks:java:io:iceberg:hive" )
90- runtimeOnly project(path : " :sdks:java:io:iceberg:bqms" , configuration : " shadow" )
91- }
86+ runtimeOnly project(" :sdks:java:io:iceberg" )
87+ runtimeOnly project(" :sdks:java:io:iceberg:hive" )
88+ runtimeOnly project(path : " :sdks:java:io:iceberg:bqms" , configuration : " shadow" )
89+ runtimeOnly library. java. bigdataoss_util_hadoop
9290
9391 runtimeOnly library. java. kafka_clients
9492 runtimeOnly library. java. slf4j_jdk14
You can’t perform that action at this time.
0 commit comments