We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f809912 commit 9fb837cCopy full SHA for 9fb837c
spark/src/main/scala/ai/chronon/spark/ChrononKryoRegistrator.scala
@@ -170,7 +170,8 @@ class ChrononKryoRegistrator extends KryoRegistrator {
170
"org.apache.datasketches.kll.KllHeapFloatsSketch",
171
"org.apache.datasketches.kll.KllSketch$SketchStructure",
172
"org.apache.datasketches.kll.KllSketch$SketchType",
173
- "scala.reflect.ManifestFactory$LongManifest"
+ "scala.reflect.ManifestFactory$LongManifest",
174
+ "scala.collection.immutable.ArraySeq$ofInt"
175
)
176
names.foreach(name => doRegister(name, kryo))
177
0 commit comments