pan3793 commented on code in PR #5287:
URL: https://github.com/apache/kyuubi/pull/5287#discussion_r1360112874
##########
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:
What do you think about adding a empty `hudi` profile at the root `pom.xml`
with the comments
> Currently, Hudi does not support Scala 2.13 (tracked via HUDI-6296), and
Hudi is used in authz module for testing. The profile is used for conditional
importing Hudi dependencies.
--
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]