jonathan-albrecht-ibm commented on code in PR #49813:
URL: https://github.com/apache/spark/pull/49813#discussion_r1953081646
##########
sql/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/ClientE2ETestSuite.scala:
##########
@@ -228,11 +228,12 @@ class ClientE2ETestSuite
}
test("spark deep recursion") {
+ var recursionDepth = if (System.getProperty("os.arch") == "s390x") 400
else 500
Review Comment:
I tested only with Java 17. I can test with Java 21 as well if needed.
I tested with Temurin and the openjdk-17 package from the ubuntu 22.04 repo.
I have not tested with Semeru because there are currently many test failures
due to ibm specific security classes not being found that would have to be
fixed first.
--
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]