Skip to content

Commit

Permalink
remove ANSI configs, as it is not needed for chr
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhawvipul committed Jun 7, 2024
1 parent 42b5b26 commit 58a4d81
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -985,10 +985,6 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
Seq(false, true).foreach { dictionary =>
withSQLConf(
"parquet.enable.dictionary" -> dictionary.toString,
SQLConf.ANSI_ENABLED.key -> "true",
CometConf.COMET_ANSI_MODE_ENABLED.key -> "true",
CometConf.COMET_ENABLED.key -> "true",
CometConf.COMET_EXEC_ENABLED.key -> "true",
CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
val table = "test0"
withTable(table) {
Expand Down

0 comments on commit 58a4d81

Please sign in to comment.