pan3793 commented on code in PR #17422:
URL: https://github.com/apache/iceberg/pull/17422#discussion_r3712981005


##########
mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormats.java:
##########
@@ -358,6 +359,13 @@ public void testCustomCatalog() throws IOException {
   }
 
   @TestTemplate
+  @DisabledForJreRange(
+      minVersion = 24,
+      disabledReason =
+          "Hadoop's UserGroupInformation carries the current user in a Subject 
bound by "
+              + "Subject.doAs. Java 24 permanently disabled the Security 
Manager (JEP 486), so a "
+              + "Subject is no longer inherited by threads created inside the 
doAs scope and the "
+              + "worker pool threads run as the login user instead.")

Review Comment:
   this has been fixed by HADOOP-19906 (fixed versions: 3.6.0, 3.5.1, 3.4.4), 
but unreleased.



-- 
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]

Reply via email to