Skip to content

Commit

Permalink
[Refactor]set CHConf.ENABLE_ONEPIPELINE_MERGETREE_WRITE.key to true i…
Browse files Browse the repository at this point in the history
…n spark 35 for GlutenClickHouseMergeTreeWriteSuite
  • Loading branch information
baibaichen committed Dec 15, 2024
1 parent f30028d commit 9efdeaf
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 311 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ class GlutenClickHouseDeltaParquetWriteSuite
}
}

// FIXME: optimize
testSparkVersionLE33("test parquet optimize with the path based table") {
val dataPath = s"$basePath/lineitem_delta_parquet_optimize_path_based"
clearDataPath(dataPath)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package org.apache.gluten.execution.hive
import org.apache.gluten.GlutenConfig
import org.apache.gluten.execution.GlutenClickHouseWholeStageTransformerSuite
import org.apache.gluten.test.AllDataTypesWithComplexType.genTestData
import org.apache.gluten.utils.UTSystemParameters

import org.apache.spark.SparkConf
import org.apache.spark.gluten.NativeWriteChecker
Expand Down Expand Up @@ -59,7 +58,6 @@ class GlutenClickHouseNativeWriteTableSuite
.set("spark.databricks.delta.stalenessLimit", "3600000")
.set("spark.gluten.sql.columnar.columnartorow", "true")
.set(ClickHouseConfig.CLICKHOUSE_WORKER_ID, "1")
.set(GlutenConfig.GLUTEN_LIB_PATH, UTSystemParameters.clickHouseLibPath)
.set("spark.gluten.sql.columnar.iterator", "true")
.set("spark.gluten.sql.columnar.hashagg.enablefinal", "true")
.set("spark.gluten.sql.enable.native.validation", "false")
Expand Down
Loading

0 comments on commit 9efdeaf

Please sign in to comment.