felipepessoto commented on code in PR #12218:
URL: https://github.com/apache/gluten/pull/12218#discussion_r3616928488
##########
backends-velox/src-delta/main/scala/org/apache/gluten/component/VeloxDeltaComponent.scala:
##########
@@ -35,6 +35,8 @@ class VeloxDeltaComponent extends Component {
}
override def injectRules(injector: Injector): Unit = {
+ injector.spark.injectPlannerStrategy(DeltaCDFScanStrategy(_))
Review Comment:
In general, do we create individual flags for each feature we offload? If
so, could we have one for CDF offload?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]