dawidwys commented on a change in pull request #13373:
URL: https://github.com/apache/flink/pull/13373#discussion_r487748926



##########
File path: 
flink-formats/flink-avro/src/test/java/org/apache/flink/table/runtime/batch/AvroTypesITCase.java
##########
@@ -147,24 +150,26 @@ public AvroTypesITCase(
 
        @Test
        public void testAvroToRow() throws Exception {
-               ExecutionEnvironment env = 
ExecutionEnvironment.getExecutionEnvironment();
+               StreamExecutionEnvironment env = 
StreamExecutionEnvironment.getExecutionEnvironment();
                env.getConfig().registerTypeWithKryoSerializer(LocalDate.class, 
AvroKryoSerializerUtils.JodaLocalDateSerializer.class);

Review comment:
       We do need those in a0122e0 as we still use the joda time in this 
commit. We can remove them, (and we do in the next commit).
   
   The default Kryo serialization does not work well.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to