[GLUTEN-8479][CORE][Part-1] Remove unnecessary config#8480
[GLUTEN-8479][CORE][Part-1] Remove unnecessary config#8480jackylee-ch merged 2 commits intoapache:mainfrom
Conversation
|
Run Gluten ClickHouse CI on ARM |
|
@jackylee-ch @baibaichen Could you please take a look, thanks! |
|
Run Gluten ClickHouse CI on ARM |
1 similar comment
|
Run Gluten ClickHouse CI on ARM |
8e3c174 to
a1bc64a
Compare
|
Run Gluten ClickHouse CI on ARM |
a1bc64a to
c28ccef
Compare
|
Run Gluten ClickHouse CI on ARM |
1 similar comment
|
Run Gluten ClickHouse CI on ARM |
|
please add the removed configs in PR description. |
added, thanks! |
|
Run Gluten ClickHouse CI on ARM |
Yohahaha
left a comment
There was a problem hiding this comment.
LGTM! left one comment.
533132b to
65543fc
Compare
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten Clickhouse CI on x86 |
| .config("spark.databricks.delta.snapshotPartitions", 1) | ||
| .config("spark.databricks.delta.properties.defaults.checkpointInterval", 5) | ||
| .config("spark.databricks.delta.stalenessLimit", 3600 * 1000) | ||
| .config("spark.gluten.sql.columnar.columnarToRow", columnarColumnToRow) |
There was a problem hiding this comment.
nit: Could remove the variable definition if unused?
There was a problem hiding this comment.
They has be removed in this pr. see GlutenConfig change
|
===== Performance report for TPCDS SF2000 with Velox backend, for reference only ====
|
|
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
Fix #8479, This PR removed some unused configurations and methods for getting configurations. The removed configurations are as follows:
How was this patch tested?
GA.