File tree 2 files changed +1
-6
lines changed
src/test/scala/ai/chronon/integrations/cloud_gcp
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ shared_deps = [
35
35
maven_artifact ("org.threeten:threetenbp" ),
36
36
maven_artifact ("org.apache.kafka:kafka-clients" ),
37
37
maven_artifact ("com.google.cloud.spark:spark-3.5-bigquery" ),
38
- scala_artifact_with_suffix ("com.google.cloud.spark:spark-bigquery-with-dependencies" ),
38
+ # scala_artifact_with_suffix("com.google.cloud.spark:spark-bigquery-with-dependencies"),
39
39
scala_artifact_with_suffix ("org.apache.iceberg:iceberg-spark-runtime-3.5" ),
40
40
]
41
41
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import org.apache.spark.sql.internal.SQLConf
13
13
import org .junit .Assert .{assertEquals , assertNotNull , assertTrue }
14
14
import org .scalatest .flatspec .AnyFlatSpec
15
15
import org .scalatestplus .mockito .MockitoSugar
16
- import com .google .cloud .spark .bigquery .BigQueryUtilScala
17
16
18
17
19
18
import java .io .{ByteArrayInputStream , ByteArrayOutputStream }
@@ -111,10 +110,6 @@ class BigQueryCatalogTest extends AnyFlatSpec with MockitoSugar {
111
110
println(nativePartitions)
112
111
}
113
112
114
- it should " connector.properties lists the correct scala and connector version" in {
115
- BigQueryUtilScala .validateScalaVersionCompatibility()
116
- }
117
-
118
113
it should " kryo serialization for ResolvingFileIO" in {
119
114
val registrator = new ChrononKryoRegistrator ()
120
115
val kryo = new Kryo ();
You can’t perform that action at this time.
0 commit comments