[ https://issues.apache.org/jira/browse/FLINK-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277635#comment-14277635 ]
ASF GitHub Bot commented on FLINK-1395: --------------------------------------- Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/304#discussion_r22968315 --- Diff: flink-tests/src/test/scala/org/apache/flink/api/scala/runtime/KryoGenericTypeSerializerTest.scala --- @@ -125,6 +133,7 @@ class KryoGenericTypeSerializerTest { def runTests[T : ClassTag](objects: Seq[T]): Unit ={ val clsTag = classTag[T] val typeInfo = new GenericTypeInfo[T](clsTag.runtimeClass.asInstanceOf[Class[T]]) + println("TPE: " + typeInfo) --- End diff -- Yes, my bad. > Add Jodatime support to Kryo > ---------------------------- > > Key: FLINK-1395 > URL: https://issues.apache.org/jira/browse/FLINK-1395 > Project: Flink > Issue Type: Bug > Reporter: Robert Metzger > Assignee: Aljoscha Krettek > -- This message was sent by Atlassian JIRA (v6.3.4#6332)