yaooqinn commented on code in PR #5287:
URL: https://github.com/apache/kyuubi/pull/5287#discussion_r1360095608
##########
extensions/spark/kyuubi-spark-authz/pom.xml:
##########
@@ -336,6 +336,23 @@
</build>
<profiles>
+ <!--
+ Add hudi profile here to avoid import Hudi when enable scala-2.13.
+ Can remove this profile after hudi support Scala 2.13.
+ https://issues.apache.org/jira/browse/HUDI-6296
+ -->
+ <profile>
+ <id>hudi</id>
Review Comment:
I'm sorry for not following a previous discussion and raising a new one may
cause back-and-forth. IMHO, if we use -Phudi here, developers might get
confused about what they actually enable.
--
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]