xunliu commented on code in PR #5467:
URL: https://github.com/apache/gravitino/pull/5467#discussion_r1830350443
##########
authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerIcebergE2EIT.java:
##########
Review Comment:
The `RangerIcebergE2EIT` class is the same as `RangerHiveE2EIT`, I think we
can abstract a common IT class.
##########
authorizations/authorization-ranger/build.gradle.kts:
##########
@@ -126,7 +129,7 @@ tasks {
tasks.test {
doFirst {
- environment("HADOOP_USER_NAME", "test")
+ environment("HADOOP_USER_NAME", "gravitino")
}
Review Comment:
The `HADOOP_USER_NAME` default is `gravitino`, If we do not need to set a
different value, we can remove this paragraph code.
--
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]