loneylee commented on code in PR #8321:
URL: https://github.com/apache/incubator-gluten/pull/8321#discussion_r1912939867
##########
pom.xml:
##########
@@ -804,6 +804,79 @@
<backend_type>velox</backend_type>
</properties>
</profile>
+ <profile>
+ <id>kafka</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
Review Comment:
Avoid unnecessary jar dependencies for structured streaming. It will be an
experimental function of native streaming for a long time. It will not affect
the current mainline function development.
--
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]