dongjoon-hyun commented on code in PR #38430:
URL: https://github.com/apache/spark/pull/38430#discussion_r1011867108
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2007,6 +2007,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val STREAMING_METADATA_CACHE_ENABLED =
+ buildConf("spark.sql.streaming.metadataCache.enabled")
+ .internal()
+ .doc("Whether the streaming HDFSMetadataLog caches the metadata of the
latest two batches.")
+ .booleanConf
+ .createWithDefault(true)
+
+
Review Comment:
Redundant empty line?
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2007,6 +2007,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val STREAMING_METADATA_CACHE_ENABLED =
+ buildConf("spark.sql.streaming.metadataCache.enabled")
+ .internal()
+ .doc("Whether the streaming HDFSMetadataLog caches the metadata of the
latest two batches.")
+ .booleanConf
+ .createWithDefault(true)
+
+
Review Comment:
nit. Redundant empty line?
--
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]