Skip to content

Commit 9fb837c

Browse files
reg for 13
Co-authored-by: Thomas Chow <[email protected]>
1 parent f809912 commit 9fb837c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ 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",
174+
"scala.collection.immutable.ArraySeq$ofInt"
174175
)
175176
names.foreach(name => doRegister(name, kryo))
176177

0 commit comments

Comments
 (0)