gparai commented on a change in pull request #729: Drill 1328: Support table statistics for Parquet URL: https://github.com/apache/drill/pull/729#discussion_r256662337
########## 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: Added an option to use pseudo-random number with 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: [email protected] With regards, Apache Git Services
