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_r256196463
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/StatisticsMerge.java
##########
@@ -31,19 +31,26 @@
public class StatisticsMerge extends AbstractSingle {
private final Map<String, String> functions;
+ private final double percent;
Review comment:
Suggest we use 'samplePercent' here and other places so readers immediately
know it is related to sampling.
----------------------------------------------------------------
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