snuyanzin commented on code in PR #4895:
URL: https://github.com/apache/calcite/pull/4895#discussion_r3107429572


##########
build.gradle.kts:
##########
@@ -895,17 +895,6 @@ allprojects {
                     showStandardStreams = true
                 }
                 exclude("**/*Suite*")
-                if (JavaVersion.current() >= JavaVersion.VERSION_23) {
-                    // Subject.doAs is deprecated and does not work in JDK 23
-                    // and higher unless the (also deprecated) SecurityManager
-                    // is enabled. However, we depend on libraries Avatica and
-                    // Hadoop for our remote driver and Pig and Spark
-                    // adapters. So as a workaround we require enabling the
-                    // security manager on JDK 23 and higher. See
-                    // [CALCITE-6587], [CALCITE-6590] (Avatica), 
[HADOOP-19212],
-                    // https://openjdk.org/jeps/411.
-                    jvmArgs("-Djava.security.manager=allow")
-                }
                 jvmArgs("-Xmx1536m")

Review Comment:
   with new hadoop and avatica versions it was fixed, no need for this anymore



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

Reply via email to