pan3793 commented on code in PR #7295: URL: https://github.com/apache/kyuubi/pull/7295#discussion_r2659455237
########## docker/playground/.env: ########## @@ -18,15 +18,15 @@ AWS_JAVA_SDK_VERSION=1.12.367 HADOOP_VERSION=3.3.6 HIVE_VERSION=2.3.9 -ICEBERG_VERSION=1.6.1 -KYUUBI_VERSION=1.9.0 +ICEBERG_VERSION=1.10.1 +KYUUBI_VERSION=1.11.0 KYUUBI_HADOOP_VERSION=3.3.6 POSTGRES_VERSION=12 POSTGRES_JDBC_VERSION=42.3.4 SCALA_BINARY_VERSION=2.12 -SPARK_VERSION=3.4.4 -SPARK_BINARY_VERSION=3.4 +SPARK_VERSION=3.5.7 +SPARK_BINARY_VERSION=3.5 SPARK_HADOOP_VERSION=3.3.4 Review Comment: Spark 4 uses Hadoop client 3.4, which switches to AWS SDK 2.x, requires more work, so let's keep using Spark 3.5 for now. this also matches the current state of Kyuubi project - default Spakr version is 3.5 -- 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]
