LuciferYang commented on code in PR #50206: URL: https://github.com/apache/spark/pull/50206#discussion_r1985999507
########## .github/workflows/build_maven_java21_macos15.yml: ########## @@ -36,5 +36,9 @@ jobs: os: macos-15 envs: >- { - "OBJC_DISABLE_INITIALIZE_FORK_SAFETY": "YES" + "OBJC_DISABLE_INITIALIZE_FORK_SAFETY": "YES", + "TEST_SQL_SHUFFLE_EXCHANGE_MAX_THREAD_THRESHOLD": "256", + "TEST_SQL_RESULT_QUERY_STAGE_MAX_THREAD_THRESHOLD": "256", + "TEST_HIVE_SHUFFLE_EXCHANGE_MAX_THREAD_THRESHOLD": "48", + "TEST_HIVE_RESULT_QUERY_STAGE_MAX_THREAD_THRESHOLD": "48" Review Comment: @dongjoon-hyun Here I've chosen to use several new environment variables to pass these parameters. Do you think it's feasible? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org