bowenliang123 commented on code in PR #4677:
URL: https://github.com/apache/kyuubi/pull/4677#discussion_r1161446887
##########
extensions/spark/kyuubi-spark-authz/pom.xml:
##########
@@ -332,14 +332,7 @@
<profiles>
<profile>
- <id>genpolicy</id>
- <activation>
- <!-- activated when Ranger version is identical to required-->
- <property>
- <name>ranger.version</name>
- <value>2.4.0</value>
- </property>
Review Comment:
Here removes the property-based activation introduced previously in #4585,
since it's not activated with `ranger. version` set in project parent pom in
value `2.4.0` (which requires more investigation in profile mechanism).
cc @Yikf
##########
extensions/spark/kyuubi-spark-authz/pom.xml:
##########
@@ -332,14 +332,7 @@
<profiles>
<profile>
- <id>genpolicy</id>
- <activation>
- <!-- activated when Ranger version is identical to required-->
- <property>
- <name>ranger.version</name>
- <value>2.4.0</value>
- </property>
Review Comment:
Here removes the property-based activation introduced previously in #4585,
since it's not activated with `ranger.version` set in project parent pom in
value `2.4.0` (which requires more investigation in profile mechanism).
cc @Yikf
--
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]