Skip to content

Commit 8cf710c

Browse files
author
B Vadlamani
committed
ansi_suport_benchmarking
1 parent a8b065b commit 8cf710c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

spark/src/test/scala/org/apache/spark/sql/benchmark/CometCastBenchmark.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ object CometCastBenchmark extends CometBenchmarkBase {
8585
val query = s"SELECT $functionSQL FROM parquetV1Table"
8686
val name =
8787
s"Cast function from : ${fromDataType} to : ${toDataType} , ansi mode enabled : ${isAnsiMode}"
88-
89-
val extraConfigs = Map(SQLConf.ANSI_ENABLED.key -> isAnsiMode.toString)
90-
88+
9189
runExpressionBenchmark(name, values, query, isAnsiMode)
9290
}
9391
}

0 commit comments

Comments
 (0)