Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -163,22 +163,6 @@ object CHRuleApi {
injector.injectFinal(_ => RemoveFallbackTagRule())
}

/**
* Registers Gluten's columnar rules. These rules will be executed only when RAS (relational
* algebra selector) is enabled by spark.gluten.ras.enabled=true.
*
* These rules are covered by CI test job spark-test-spark35-ras.
*/
private def injectRas(injector: RasInjector): Unit = {
// CH backend doesn't work with RAS at the moment. Inject a rule that aborts any
// execution calls.
injector.injectPreTransform(
_ =>
new SparkPlanRules.AbortRule(
"Clickhouse backend doesn't yet have RAS support, please try disabling RAS and" +
" rerunning the application"))
}

/**
* Since https://github.com/apache/gluten/pull/883.
*
Expand Down
Loading