sarutak commented on code in PR #52777:
URL: https://github.com/apache/spark/pull/52777#discussion_r2474137476
##########
connector/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaMicroBatchSourceSuite.scala:
##########
@@ -390,7 +390,7 @@ abstract class KafkaMicroBatchSourceSuiteBase extends
KafkaSourceSuiteBase with
.readStream
.format("kafka")
.option("kafka.bootstrap.servers", testUtils.brokerAddress)
- .option("kafka.metadata.max.age.ms", "1")
+ .option("kafka.metadata.max.age.ms", "2500")
Review Comment:
The default value seems work for this test and observed no difference about
duration time so I'll choose the default value for this test.
On the other hand, if the default value is used for #52766, that test takes
about 1 min while it takes about 5 secs with `500` for the property so I'll
leave it as it is.
--
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]