We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7614372 commit c1e0a5aCopy full SHA for c1e0a5a
sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
@@ -25,7 +25,7 @@ import scala.collection.JavaConverters._
25
* SQLConf holds mutable config parameters and hints. These can be set and
26
* queried either by passing SET commands into Spark SQL's DSL
27
* functions (sql(), hql(), etc.), or by programmatically using setters and
28
- * getters of this class. This class is thread-safe.
+ * getters of this class.
29
*
30
* SQLConf is thread-safe (internally synchronized so safe to be used in multiple threads).
31
*/
0 commit comments