jonathan-albrecht-ibm opened a new pull request, #49813: URL: https://github.com/apache/spark/pull/49813
### What changes were proposed in this pull request? Adjust some test parameters to work on s390x CoalesceShufflePartitionsSuite: The default lz4 compression does not generate the same compressed stream on all architectures especially for different endianness. Increase the maxRange on big endian so the same number of partitions are generated as on little endian. AdaptiveQueryExecSuite: Change the ADVISORY_PARTITION_SIZE_IN_BYTES from 1000 to 900 so that the same number of partitions is generated on amd64 and s390x. ClientE2ETestSuite: Change the recursion depth from 500 to 400 for s390x only since the jvm uses more memory on that platform. ### Why are the changes needed? To allow tests to pass on s390x ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Ran existing tests on amd64 (little endian) and s390x (big endian) ### Was this patch authored or co-authored using generative AI tooling? No -- 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]
