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_r256202774
 
 

 ##########
 File path: 
exec/java-exec/src/test/java/org/apache/drill/test/DrillTestWrapper.java
 ##########
 @@ -108,6 +110,10 @@
   // queries to run before the baseline or test queries, can be used to set 
options
   private String baselineOptionSettingQueries;
   private String testOptionSettingQueries;
+  // allow approximate equality tests for number types
+  private boolean approximateEquality;
 
 Review comment:
   The notion of approximate equality and tolerance would be difficult to 
manage in a generalized functional testing environment.  If you want 
repeatability, you could use a pseudo-random number generator with a fixed seed 
value.  

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to