jonathan-albrecht-ibm commented on code in PR #49813:
URL: https://github.com/apache/spark/pull/49813#discussion_r1962292265
##########
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:
@dongjoon-hyun, I tested with Temurin21 and the OpenJDK21 from the ubuntu
22.04 distro and got the same results as with the version 17 jdks.
I updated the PR Description for ClientE2ETestSuite. I hope it matches what
you are looking for. Happy to change it some more if not.
--
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]