rdblue commented on issue #487: Add TIME_MICROS support to GenericParquetReaders URL: https://github.com/apache/incubator-iceberg/pull/487#issuecomment-533749850 Looks like there are checkstyle violations: ``` [ant:checkstyle] [ERROR] /home/travis/build/apache/incubator-iceberg/data/src/main/java/org/apache/iceberg/data/parquet/GenericParquetReaders.java:26: Extra separation in import group before 'java.time.Instant' [ImportOrder] [ant:checkstyle] [ERROR] /home/travis/build/apache/incubator-iceberg/data/src/main/java/org/apache/iceberg/data/parquet/GenericParquetReaders.java:379:44: '{' at column 44 should have line break after. [LeftCurly] [ant:checkstyle] [ERROR] /home/travis/build/apache/incubator-iceberg/data/src/main/java/org/apache/iceberg/data/parquet/GenericParquetReaders.java:379:103: '}' at column 103 should be alone on a line. [RightCurly] ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
