Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbo-ustc committed Feb 21, 2025
1 parent 818e91d commit 9d33488
Show file tree
Hide file tree
Showing 7 changed files with 566 additions and 577 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ object CHBackendSettings extends BackendSettingsApi with Logging {
CHConfig.prefixOf("convert.left.anti_semi.to.right")
val GLUTEN_CLICKHOUSE_CONVERT_LEFT_ANTI_SEMI_TO_RIGHT_DEFAULT_VALUE: String = "false"

val GLUTEN_ENABLE_COALESCE_UNION: String =
CHConfig.prefixOf("enable.coalesce.union")
val GLUTEN_ENABLE_COALESCE_AGGREGATION_UNION: String =
CHConfig.prefixOf("enable.coalesce.aggregation.union")
val GLUTEN_ENABLE_COALESCE_PROJECT_UNION: String =
CHConfig.prefixOf("enable.coalesce.project.union")

def affinityMode: String = {
SparkEnv.get.conf
Expand Down
Loading

0 comments on commit 9d33488

Please sign in to comment.