dongjoon-hyun commented on a change in pull request #35994:
URL: https://github.com/apache/spark/pull/35994#discussion_r836888640
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1658,6 +1658,23 @@ object SQLConf {
.intConf
.createWithDefault(2)
+ val STREAMING_HDFS_METADATALOG_FS_NUM_RETRIES =
+ buildConf("spark.sql.streaming.hdfsMetadataLog.fsNumRetries")
+ .internal()
+ .doc("The maximum number of retrying when opening file in
HDFSMetadataLog for streaming queries")
Review comment:
This second commit seems to bring a linter failure.
--
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]