-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-6590][CH] Support compact mergetree file on s3 #6591
Conversation
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
@@ -635,6 +671,7 @@ class GlutenClickHouseMergeTreeWriteOnS3Suite | |||
|
|||
withSQLConf( | |||
"spark.databricks.delta.optimize.minFileSize" -> "200000000", | |||
"spark.gluten.sql.columnar.backend.ch.runtime_settings.mergetree.insert_without_local_storage" -> "true", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why add this config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -556,7 +556,7 @@ std::vector<String> BackendInitializerUtil::wrapDiskPathConfig( | |||
if (path_prefix.empty() && path_suffix.empty()) | |||
return changed_paths; | |||
Poco::Util::AbstractConfiguration::Keys disks; | |||
std::unordered_set<String> disk_types = {"s3", "hdfs_gluten", "cache"}; | |||
std::unordered_set<String> disk_types = {"s3_gluten", "hdfs_gluten", "cache"}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GlutenClickHouseWholeStageTransformerSuite configuration of disk type for UT should be changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check unit tests can test current codes
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
===== 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?
(Fixes: #6590)
How was this patch tested?
unit tests