zecookiez commented on code in PR #50030:
URL: https://github.com/apache/spark/pull/50030#discussion_r1978999567
##########
sql/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/streaming/ClientStreamingQuerySuite.scala:
##########
@@ -56,8 +56,8 @@ class ClientStreamingQuerySuite extends QueryTest with
RemoteSparkSession with L
test("Streaming API with windowed aggregate query") {
// This verifies standard streaming API by starting a streaming query with
windowed count.
withSQLConf(
- "spark.sql.shuffle.partitions" -> "1" // Avoid too many reducers.
- ) {
+ "spark.sql.shuffle.partitions" -> "1", // Avoid too many reducers.
+ "spark.sql.streaming.stateStore.numStateStoreInstanceMetricsToReport" ->
"0") {
Review Comment:
Makes sense, will test for the new metric instead :+1:
--
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]