bowenliang123 commented on code in PR #4692: URL: https://github.com/apache/kyuubi/pull/4692#discussion_r1162747171
########## .github/workflows/master.yml: ########## @@ -35,6 +35,7 @@ env: MVN_OPT: -Dmaven.javadoc.skip=true -Drat.skip=true -Dscalastyle.skip=true -Dspotless.check.skip -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Pjdbc-shaded -Dmaven.plugin.download.cache.path=/tmp/engine-archives KUBERNETES_VERSION: v1.26.1 MINIKUBE_VERSION: v1.29.0 + "aether.connector.connectTimeout": 60000 Review Comment: Not sure about this. All I found is "To set one of the configuration options from above just use system variables. " mentioned in the description of this PR. But as you see some tests still failed when resolving dependencies, it seems that setting it here in the system env variable does not help. I would like to see what happens when you are doing setting it via property in pom in Spark. -- 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]
