davidradl commented on code in PR #26357:
URL: https://github.com/apache/flink/pull/26357#discussion_r2556357235


##########
flink-table/flink-table-api-scala/src/main/scala/org/apache/flink/table/api/runtime/types/FlinkScalaKryoInstantiator.scala:
##########
@@ -59,7 +61,8 @@ class FlinkScalaKryoInstantiator {
   def newKryo: Kryo = {
     val k = new Kryo
     k.setRegistrationRequired(false)
-    k.setInstantiatorStrategy(new 
org.objenesis.strategy.StdInstantiatorStrategy)
+    val strategy = new DefaultInstantiatorStrategy(new StdInstantiatorStrategy)

Review Comment:
   is it possible to provide a unit test for this change?



-- 
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]

Reply via email to