cloud-fan commented on code in PR #38595:
URL: https://github.com/apache/spark/pull/38595#discussion_r1021044871


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2162,6 +2162,16 @@ object SQLConf {
       .booleanConf
       .createWithDefault(false)
 
+  val ALLOW_TEMP_VIEW_CREATION_WITH_DATABASE_NAME =
+    buildConf("spark.sql.legacy.allowTempViewCreationWithDatabaseName")
+      .internal()
+      .doc("When true, DataSet createTempView will allow the view creation 
even if " +

Review Comment:
   ```suggestion
         .doc("When true, Dataset createTempView will allow the view creation 
even if " +
   ```



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