Skip to content

Commit 8610dec

Browse files
fmt
Co-authored-by: Thomas Chow <[email protected]>
1 parent ad75bca commit 8610dec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloud_aws/src/test/scala/ai/chronon/integrations/aws/GlueCatalogTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ai.chronon.integrations.aws
22

33

4-
import ai.chronon.spark.{SparkSessionBuilder, TableUtils}
4+
import ai.chronon.spark.{SparkSessionBuilder, TableUtils, ChrononHudiKryoRegistrator}
55
import org.apache.spark.sql.{SaveMode, SparkSession}
66
import org.junit.Assert.assertEquals
77
import org.scalatest.flatspec.AnyFlatSpec

spark/src/main/scala/ai/chronon/spark/ChrononKryoRegistrator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class ChrononKryoRegistrator extends KryoRegistrator {
170170
"org.apache.datasketches.kll.KllHeapFloatsSketch",
171171
"org.apache.datasketches.kll.KllSketch$SketchStructure",
172172
"org.apache.datasketches.kll.KllSketch$SketchType",
173-
"scala.reflect.ManifestFactory$LongManifest",
173+
"scala.reflect.ManifestFactory$LongManifest"
174174
)
175175
names.foreach(name => doRegister(name, kryo))
176176

0 commit comments

Comments
 (0)