Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/940#discussion_r138472376 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java --- @@ -59,6 +61,7 @@ * Use of this option is assumed to be extremely unlikely, but it is included * for completeness. */ +@Category(ParquetTest.class) --- End diff -- Secondary? Would not seem that this test need to be run on each build...
---