Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed May 6, 2024
1 parent 80b3e67 commit d62262a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ abstract class CometTestBase
}
val extendedInfo =
new ExtendedExplainInfo().generateExtendedInfo(dfComet.queryExecution.executedPlan)
// scalastyle:off println
println(s"extendedInfo: $extendedInfo, expectedInfo: $expectedInfo")
assert(extendedInfo.equalsIgnoreCase(expectedInfo))
}

Expand Down

0 comments on commit d62262a

Please sign in to comment.