File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
fuzz-testing/src/main/scala/org/apache/comet/fuzz Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class ComparisonToolConf(arguments: Seq[String]) extends ScallopConf(arguments)
3232 val inputCometFolder : ScallopOption [String ] =
3333 opt[String ](required = true , descr = " Folder with Comet produced results in Parquet format" )
3434 val tolerance : ScallopOption [Double ] =
35- opt[Double ](default = Some (0.000001 ), descr = " Tolerance for floating point comparisons" )
35+ opt[Double ](default = Some (0.000002 ), descr = " Tolerance for floating point comparisons" )
3636 }
3737 addSubcommand(compareParquet)
3838 verify()
@@ -66,7 +66,7 @@ object ComparisonTool {
6666 spark : SparkSession ,
6767 sparkFolderPath : String ,
6868 cometFolderPath : String ,
69- tolerance : Double = 0.000001 ): Unit = {
69+ tolerance : Double ): Unit = {
7070
7171 val output = QueryRunner .createOutputMdFile()
7272
You can’t perform that action at this time.
0 commit comments