LuciferYang commented on code in PR #56111:
URL: https://github.com/apache/spark/pull/56111#discussion_r3302105951
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -7147,6 +7147,16 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val LEGACY_DF_WRITER_OVERWRITE_MISSING_TABLE_THROWS =
+ buildConf("spark.sql.legacy.dataFrameWriter.overwriteOnMissingTableThrows")
+ .internal()
+ .doc("When set to true, SaveMode.Overwrite against a missing table on a
" +
+ "SupportsCatalogOptions source throws NoSuchTableException instead of
" +
+ "creating the table. Restores the pre-SPARK-57068 behavior.")
+ .version("4.3.0")
Review Comment:
4.3.0 or 4.2.0?
--
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]