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



##########
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:
       BTW, after the comment, I removed the `JodaLocalDateSerializer` and 
`JodaLocalTimeSerializer` classes in 453d02c as they are no longer used.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to