brkyvz commented on a change in pull request #25402: [SPARK-28666] Support
saveAsTable for V2 tables through Session Catalog
URL: https://github.com/apache/spark/pull/25402#discussion_r313961197
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala
##########
@@ -493,13 +488,20 @@ final class DataFrameWriter[T] private[sql](ds:
Dataset[T]) {
import df.sparkSession.sessionState.analyzer.{AsTableIdentifier,
CatalogObjectIdentifier}
import org.apache.spark.sql.catalog.v2.CatalogV2Implicits._
- import org.apache.spark.sql.catalog.v2.CatalogV2Implicits._
val session = df.sparkSession
+ val provider = DataSource.lookupDataSource(source,
session.sessionState.conf)
Review comment:
That works for me. Since the V2 code path will fallback to the V1 code path
if it sees an UnresolvedTable
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]