leonardBang commented on code in PR #23511:
URL: https://github.com/apache/flink/pull/23511#discussion_r1461573969


##########
flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/AvroFormatFactory.java:
##########
@@ -61,6 +62,7 @@ public DecodingFormat<DeserializationSchema<RowData>> 
createDecodingFormat(
         FactoryUtil.validateFactoryOptions(this, formatOptions);
 
         AvroEncoding encoding = formatOptions.get(AVRO_ENCODING);
+        boolean timestampLegacyMapping = 
formatOptions.get(AVRO_TIMESTAMP_LEGACY_MAPPING);

Review Comment:
   minor: legacyTimestampMapping ?



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