You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/05 16:12:24 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #25333: [SPARK-28597][SS] Spark streaming terminated when close meta data log error

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?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org