Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/656#discussion_r102732719 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java --- @@ -969,12 +969,15 @@ public void testInt96TimeStampValueWidth() throws Exception { try { testBuilder() .ordered() - .sqlQuery("select c, d from cp.`parquet/data.snappy.parquet` where d = '2015-07-18 13:52:51'") + .sqlQuery("select c, d from cp.`parquet/data.snappy.parquet` " + + "where `a` is not null and `c` is not null and `d` is not null") --- End diff -- If you have several baseline values and indicate that output is ordered `order by` clause must be present in query to ensure that result will always be returned in expected order, otherwise use `unOrdered()`.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---