ulysses-you commented on a change in pull request #807:
URL: https://github.com/apache/incubator-kyuubi/pull/807#discussion_r670197148
##########
File path:
dev/kyuubi-extension-spark_3.1/src/test/scala/org/apache/spark/sql/KyuubiExtensionSuite.scala
##########
@@ -328,6 +329,7 @@ class KyuubiExtensionSuite extends QueryTest with
SQLTestUtils with AdaptiveSpar
SQLConf.SHUFFLE_PARTITIONS.key -> "3",
KyuubiSQLConf.FINAL_STAGE_CONFIG_ISOLATION.key -> "true",
"spark.sql.adaptive.advisoryPartitionSizeInBytes" -> "1",
+ "spark.sql.adaptive.coalescePartitions.minPartitionSize" -> "1",
Review comment:
this is new config since Spark 3.2, see [Spark
#33172](https://github.com/apache/spark/pull/33172)
--
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]