dongjoon-hyun commented on code in PR #52891:
URL: https://github.com/apache/spark/pull/52891#discussion_r2501528290


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3094,6 +3032,12 @@ object SQLConf {
     .timeConf(TimeUnit.MILLISECONDS)
     .createWithDefault(5000)
 
+  val STREAMING_REAL_TIME_MODE_ALLOWLIST_CHECK = buildConf(
+    "spark.sql.streaming.realTimeMode.allowlistCheck")

Review Comment:
   nit. Indentation looks a little wrong to me for all realTimeMode 
configurations, @jerrypeng and @viirya .
   - spark.sql.streaming.realTimeMode.minBatchDuration
   - spark.sql.streaming.realTimeMode.allowlistCheck
   
   It would be great if you can match with the other code around here.



-- 
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]

Reply via email to