AngersZhuuuu commented on code in PR #5287:
URL: https://github.com/apache/kyuubi/pull/5287#discussion_r1360180625
##########
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:
> Let's name the id more specifically, how about spark-authz-hudi-test?
Done, it's more clear since this profile just for hudi test.
--
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]