maropu commented on a change in pull request #30443:
URL: https://github.com/apache/spark/pull/30443#discussion_r545812031
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamSuite.scala
##########
@@ -1130,7 +1130,7 @@ class StreamSuite extends StreamTest {
verifyLocalLimit(inputDF.dropDuplicates().repartition(1).limit(1),
expectStreamingLimit = false)
// Should be LocalLimitExec in the first place, not from optimization of
StreamingLocalLimitExec
- val staticDF = spark.range(1).toDF("value").limit(1)
+ val staticDF = spark.range(2).toDF("value").limit(1)
Review comment:
Why did you change the number?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]