zhztheplayer commented on issue #9671: URL: https://github.com/apache/incubator-gluten/issues/9671#issuecomment-2900753562
It might imply something that the stack frames ends with `DefaultArraySerializers` / `ClosureSerializer` which are not common in the bottom frames. ``` at com.esotericsoftware.kryo.serializers.ClosureSerializer.write(ClosureSerializer.java:62) at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:651) at com.esotericsoftware.kryo.serializers.DefaultArraySerializers$ObjectArraySerializer.write(DefaultArraySerializers.java:361) at com.esotericsoftware.kryo.serializers.DefaultArraySerializers$ObjectArraySerializer.write(DefaultArraySerializers.java:302) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
