We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848e3b3 commit 9cee835Copy full SHA for 9cee835
fuzz-testing/src/main/scala/org/apache/comet/fuzz/ComparisonTool.scala
@@ -125,7 +125,7 @@ object ComparisonToolMain {
125
cometPlan,
126
output)
127
128
- output.write(s"✓ Subfolder $subfolderName: ${sparkRows.length} rows matched\n\n")
+ output.write(s"Subfolder $subfolderName: ${sparkRows.length} rows matched\n\n")
129
130
} catch {
131
case e: Exception =>
0 commit comments