Skip to content

Commit

Permalink
Remove unused sql conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Oct 1, 2024
1 parent 0168ef0 commit 7fe6963
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2274,9 +2274,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {

test("GetArrayStructFields") {
Seq(true, false).foreach { dictionaryEnabled =>
withSQLConf(
SQLConf.OPTIMIZER_EXCLUDED_RULES.key -> SimplifyExtractValueOps.ruleName,
CometConf.COMET_SPARK_TO_ARROW_ENABLED.key -> "true") {
withSQLConf(SQLConf.OPTIMIZER_EXCLUDED_RULES.key -> SimplifyExtractValueOps.ruleName) {
withTempDir { dir =>
val path = new Path(dir.toURI.toString, "test.parquet")
makeParquetFileAllTypes(path, dictionaryEnabled = dictionaryEnabled, 10000)
Expand Down

0 comments on commit 7fe6963

Please sign in to comment.