jzhuge opened a new pull request #24832: Spark 27845 pr
URL: https://github.com/apache/spark/pull/24832
 
 
   ## What changes were proposed in this pull request?
   
   Support multiple catalogs in the following InsertInto use cases:
   
   INSERT INTO [TABLE] catalog.db.tbl
   INSERT OVERWRITE TABLE catalog.db.tbl
   DataFrameWriter.insertInto("catalog.db.tbl")
   
   ## 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]

Reply via email to