Skip to content

Commit

Permalink
Revert a change
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Apr 27, 2024
1 parent 4a99c7e commit 286ef55
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ abstract class CometTestBase
}
val extendedInfo =
new ExtendedExplainInfo().generateExtendedInfo(dfComet.queryExecution.executedPlan)
if (!extendedInfo.equalsIgnoreCase(expectedInfo)) {
fail(s"$extendedInfo != $expectedInfo (case-insensitive comparison)")
}
assert(extendedInfo.equalsIgnoreCase(expectedInfo))
}

private var _spark: SparkSession = _
Expand Down

0 comments on commit 286ef55

Please sign in to comment.