zzcclp commented on code in PR #9687:
URL: https://github.com/apache/incubator-gluten/pull/9687#discussion_r2096733581


##########
backends-clickhouse/src-kafka/main/scala/org/apache/gluten/component/CHKafkaComponent.scala:
##########
@@ -29,6 +28,5 @@ class CHKafkaComponent extends Component {
   override def dependencies(): Seq[Class[_ <: Component]] = classOf[CHBackend] 
:: Nil
   override def injectRules(injector: Injector): Unit = {
     OffloadKafkaScan.inject(injector)
-    injector.gluten.legacy.injectPost(c => 
RemoveStreamingTopmostColumnarToRow(c.session, c.caller.isStreaming()))

Review Comment:
   Does it nees to remove the rule `RemoveStreamingTopmostColumnarToRow` ?



-- 
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]

Reply via email to