HyukjinKwon commented on code in PR #49836:
URL: https://github.com/apache/spark/pull/49836#discussion_r1945914693


##########
sql/api/src/main/scala/org/apache/spark/sql/RuntimeConfig.scala:
##########
@@ -99,6 +99,11 @@ abstract class RuntimeConfig {
    */
   private[sql] def get[T](entry: ConfigEntry[T], default: T): T
 
+  /**
+   * Returns whether a particular key is set.

Review Comment:
   I think we should probably write a little bit more, e.g., if the 
configurations are known with default values, it will return true.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to