kumaab commented on code in PR #1007: URL: https://github.com/apache/ranger/pull/1007#discussion_r3397022220
########## dev-support/ranger-docker/.env: ########## @@ -75,11 +75,12 @@ ORACLE_VERSION=23.6 SQLSERVER_VERSION=2022-latest # Ozone Configuration -OZONE_VERSION=1.4.0 +# Align runtime with Ranger plugin compile target (pom.xml ozone.version=2.1.0); avoids getSessionPolicy() mismatch on OM. Review Comment: Please refactor to: ``` # Align runtime with Ranger plugin compile target (pom.xml ozone.version=2.1.0) ``` -- 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]
