V1WriteBuilder¶
V1WriteBuilder is an extension of the WriteBuilder abstraction for V1 DataSources that would like to leverage the DataSource V2 write code paths.
Contract¶
buildForV1Write¶
InsertableRelation buildForV1Write()
Used when:
AppendDataExecV1,OverwriteByExpressionExecV1, CreateTableAsSelectExec,ReplaceTableAsSelectExecand AtomicTableWriteExec physical commands are executed
Implementations¶
Note
No known native Spark SQL implementations.