unknowntpo commented on code in PR #7112:
URL: https://github.com/apache/gravitino/pull/7112#discussion_r2080657645
##########
dev/docker/ranger/ranger-dependency.sh:
##########
@@ -41,30 +41,32 @@ if [ ! -f "${ranger_dir}/packages/${RANGER_PACKAGE_NAME}"
]; then
git clone https://github.com/apache/ranger --branch master --single-branch
${ranger_dir}/packages/apache-ranger
# set the commit to RANGER-5146: 500 API Error When Deleting TagDef with a
Linked Tag
#
https://github.com/apache/ranger/commit/ff36aabe36169b94862c51a5b403f59c9d728b94
+ cd ${ranger_dir}/packages/apache-ranger
git reset --hard ff36aabe36169b94862c51a5b403f59c9d728b94
Review Comment:
No, we just need to set the target branch in `dev/docker/ranger`, and it
will fetch the correct branch for us.
--
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]