dvjyothsna commented on a change in pull request #1723: DRILL-7063: Seperate 
metadata cache file into summary, file metadata
URL: https://github.com/apache/drill/pull/1723#discussion_r272464289
 
 

 ##########
 File path: 
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetMetadataCache.java
 ##########
 @@ -182,31 +182,31 @@ public void testFix4449() throws Exception {
     runSQL("REFRESH TABLE METADATA dfs.tmp.`4449`");
 
     testBuilder()
-      .sqlQuery("SELECT COUNT(*) cnt FROM (" +
-        "SELECT l_orderkey FROM dfs.tmp.`4449` WHERE l_discount < 0.05" +
-        " UNION ALL" +
-        " SELECT l_orderkey FROM dfs.tmp.`4449` WHERE l_discount > 0.02)")
-      .unOrdered()
-      .baselineColumns("cnt")
-      .baselineValues(71159L)
-      .go();
+            .sqlQuery("SELECT COUNT(*) cnt FROM (" +
 
 Review comment:
   Removed the extraneous white spaces.

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

Reply via email to