twalthr commented on a change in pull request #13373:
URL: https://github.com/apache/flink/pull/13373#discussion_r487696747
##########
File path:
flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/AvroRowDeserializationSchema.java
##########
@@ -75,12 +75,11 @@
*/
@PublicEvolving
public class AvroRowDeserializationSchema extends
AbstractDeserializationSchema<Row> {
-
/**
* Used for time conversions into SQL types.
*/
private static final TimeZone LOCAL_TZ = TimeZone.getDefault();
-
+ public static final long MICROS_PER_SECOND = 1_000_000L;
Review comment:
nit: private?
----------------------------------------------------------------
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]