uncleGen commented on a change in pull request #24278: [SPARK-27350][SQL]
Support create table on data source V2
URL: https://github.com/apache/spark/pull/24278#discussion_r278537455
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceResolution.scala
##########
@@ -53,25 +50,6 @@ case class DataSourceResolution(conf: SQLConf) extends
Rule[LogicalPlan] with Ca
CreateTable(tableDesc, mode, Some(query))
}
- object V1WriteProvider {
- private val v1WriteOverrideSet =
Review comment:
Shall we keep this v1 source writer checking? We use v1 write path for
`csv`, `json`, `orc`, `text` in default.
----------------------------------------------------------------
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]