You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/27 07:28:36 UTC

[GitHub] [spark] jzhuge opened a new pull request #24718: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

jzhuge opened a new pull request #24718:  [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24718
 
 
   ## What changes were proposed in this pull request?
   
   Support multi-catalog in the following SELECT code paths:
   
   - SELECT * FROM catalog.db.tbl
   - TABLE catalog.db.tbl
   - JOIN or UNION tables from different catalogs
   - SparkSession.table("catalog.db.tbl")
   - CTE relation: WITH cte AS (SELECT * FROM catalog.db.tbl) SELECT * FROM cte
   - View text: CREATE VIEW view AS SELECT * FROM catalog.db.tbl; SELECT * FROM view
   
   ## How was this patch tested?
   
   New unit tests.
   Existing unit 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org