jzhuge opened a new pull request #24980: [SPARK-28178][SQL] DataSourceV2: DataFrameWriter.insertInfo URL: https://github.com/apache/spark/pull/24980 ## What changes were proposed in this pull request? Support multiple catalogs in the following InsertInto use cases: - DataFrameWriter.insertInto("catalog.db.tbl") Support matrix: SaveMode|Partitioned Table|Partition Overwrite Mode|Action --------|-----------------|------------------------|------ Append|*|*|AppendData Overwrite|no|*|OverwriteByExpression(true) Overwrite|yes|STATIC|OverwriteByExpression(true) Overwrite|yes|DYNAMIC|OverwritePartitionsDynamic ## How was this patch tested? New tests. All existing catalyst and sql/core tests.
---------------------------------------------------------------- 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]
