zhztheplayer commented on code in PR #8321:
URL: https://github.com/apache/incubator-gluten/pull/8321#discussion_r1914387309
##########
gluten-substrait/src/main/java/org/apache/gluten/substrait/rel/ReadRelNode.java:
##########
@@ -51,6 +52,10 @@ public class ReadRelNode implements RelNode, Serializable {
this.extensionNode = extensionNode;
}
+ public void setStreamKafka(boolean streamKafka) {
+ this.streamKafka = streamKafka;
+ }
Review Comment:
This is like a workaround given `ReadRelNode` was likely designed to be
immutable. Could you do some refactors to make `streamKafka` final? Thanks.
--
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]