Skip to content

Commit 5e3e426

Browse files
remove dep
Co-authored-by: Thomas Chow <[email protected]>
1 parent ea9e060 commit 5e3e426

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

cloud_gcp/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ shared_deps = [
3535
maven_artifact("org.threeten:threetenbp"),
3636
maven_artifact("org.apache.kafka:kafka-clients"),
3737
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"),
3939
scala_artifact_with_suffix("org.apache.iceberg:iceberg-spark-runtime-3.5"),
4040
]
4141

cloud_gcp/src/test/scala/ai/chronon/integrations/cloud_gcp/BigQueryCatalogTest.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import org.apache.spark.sql.internal.SQLConf
1313
import org.junit.Assert.{assertEquals, assertNotNull, assertTrue}
1414
import org.scalatest.flatspec.AnyFlatSpec
1515
import org.scalatestplus.mockito.MockitoSugar
16-
import com.google.cloud.spark.bigquery.BigQueryUtilScala
1716

1817

1918
import java.io.{ByteArrayInputStream, ByteArrayOutputStream}
@@ -111,10 +110,6 @@ class BigQueryCatalogTest extends AnyFlatSpec with MockitoSugar {
111110
println(nativePartitions)
112111
}
113112

114-
it should "connector.properties lists the correct scala and connector version" in {
115-
BigQueryUtilScala.validateScalaVersionCompatibility()
116-
}
117-
118113
it should "kryo serialization for ResolvingFileIO" in {
119114
val registrator = new ChrononKryoRegistrator()
120115
val kryo = new Kryo();

0 commit comments

Comments
 (0)