Skip to content

Commit

Permalink
SPARK-51252 Clean up tests and fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zecookiez authored and Zeyu Chen committed Feb 21, 2025
1 parent fee7776 commit e219d2b
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 452 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ class ClientStreamingQuerySuite extends QueryTest with RemoteSparkSession with L
// 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.streaming.stateStore.numStateStoreInstanceMetricsToReport" -> "0"
) {
"spark.sql.streaming.stateStore.numStateStoreInstanceMetricsToReport" -> "0") {
val readDF = spark.readStream
.format("rate")
.option("rowsPerSecond", "10")
Expand Down
Loading

0 comments on commit e219d2b

Please sign in to comment.