amansinha100 commented on a change in pull request #729: Drill 1328: Support 
table statistics for Parquet
URL: https://github.com/apache/drill/pull/729#discussion_r256203102
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/statistics/StatisticsMergeBatch.java
 ##########
 @@ -92,11 +92,14 @@
   private int schema = 0;
   private int recordCount = 0;
   private List<String> columnsList = null;
+  private double percent = 100;
 
 Review comment:
   Here, percent is being correctly treated as up to 100 whereas in another 
place I saw it was being treated as a fractional number. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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