Skip to content

Commit c9c240c

Browse files
committed
remove unnecessary change
1 parent ca69eb7 commit c9c240c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spark/src/test/scala/org/apache/spark/sql/CometSQLQueryTestHelper.scala

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ trait CometSQLQueryTestHelper {
6262

6363
val df = session.sql(sql)
6464
val schema = df.schema.catalogString
65-
6665
// Get answer, but also get rid of the #1234 expression ids that show up in explain plans
6766
val answer = SQLExecution.withNewExecutionId(df.queryExecution, Some(sql)) {
6867
hiveResultString(df.queryExecution.executedPlan).map(replaceNotIncludedMsg)

0 commit comments

Comments
 (0)