File tree 3 files changed +3
-3
lines changed
cloud_gcp/src/test/scala/ai/chronon/integrations/cloud_gcp
tools/build_rules/dependencies
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ class BigQueryCatalogTest extends AnyFlatSpec with MockitoSugar {
104
104
println(nativePartitions)
105
105
val tblFormat = GcpFormatProvider (spark).format(" data.purchases" ).get
106
106
val partitions = tblFormat.partitions(" data.purchases" )(spark)
107
- assertEquals(partitions.flatMap(_.keys), Seq ( " ds " ) )
107
+ assertEquals(Set ( " ds " ), partitions.flatMap(_.keys).toSet )
108
108
}
109
109
110
110
it should " kryo serialization for ResolvingFileIO" in {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ scala_2_12_repository = repository(
33
33
"org.json4s:json4s-core_2.12:3.7.0-M11" ,
34
34
"org.json4s:json4s-ast_2.12:3.7.0-M11" ,
35
35
"io.delta:delta-spark_2.12:3.2.0" ,
36
- "org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.0 " ,
36
+ "org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.5.2 " ,
37
37
38
38
# Google Cloud
39
39
"com.google.cloud.spark:spark-bigquery-with-dependencies_2.12:0.42.0" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ scala_2_13_repository = repository(
33
33
"org.json4s:json4s-core_2.13:3.7.0-M11" ,
34
34
"org.json4s:json4s-ast_2.13:3.7.0-M11" ,
35
35
"io.delta:delta-spark_2.13:3.2.0" ,
36
- "org.apache.iceberg:iceberg-spark-runtime-3.5_2.13:1.8.0 " ,
36
+ "org.apache.iceberg:iceberg-spark-runtime-3.5_2.13:1.5.2 " ,
37
37
38
38
# Google Cloud
39
39
"com.google.cloud.spark:spark-bigquery-with-dependencies_2.13:0.42.0" ,
You can’t perform that action at this time.
0 commit comments