Skip to content

Commit 9cee835

Browse files
committed
chore: extract comparison tool from fuzzer
1 parent 848e3b3 commit 9cee835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz-testing/src/main/scala/org/apache/comet/fuzz/ComparisonTool.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ object ComparisonToolMain {
125125
cometPlan,
126126
output)
127127

128-
output.write(s"Subfolder $subfolderName: ${sparkRows.length} rows matched\n\n")
128+
output.write(s"Subfolder $subfolderName: ${sparkRows.length} rows matched\n\n")
129129

130130
} catch {
131131
case e: Exception =>

0 commit comments

Comments
 (0)