dongjoon-hyun commented on a change in pull request #25333: [SPARK-28597][SS]
Spark streaming terminated when close meta data log error
URL: https://github.com/apache/spark/pull/25333#discussion_r310681950
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -312,6 +312,13 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val META_DATA_NUM_RETRIES = buildConf("spark.sql.metadata.num.retries")
Review comment:
Hi, @ulysses-you .
Since you filed
[SPARK-28597](https://issues.apache.org/jira/browse/SPARK-28597) as an
`Improvement` JIRA and seems to propose this new configuration, could you
update the PR title to focus on your new feature? The PR description looks
okay. Only the title is needed to be revised.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]