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/10/24 07:27:45 UTC

[GitHub] [spark] cloud-fan commented on issue #26214: [SPARK-29558][SQL] ResolveTables and ResolveRelations should be order-insensitive

cloud-fan commented on issue #26214: [SPARK-29558][SQL] ResolveTables and ResolveRelations should be order-insensitive
URL: https://github.com/apache/spark/pull/26214#issuecomment-545784761
 
 
   @brkyvz if you look at the updated code, there is no v1 catalog call:
   1. It first resolves temp view, which is neither v1 or v2 path
   2. it determines the v2 catalog(can be `V2SessionCatalog`) and lookup the table from it
   3. if the v2 catalog is session catalog, return v1 relation if the table is `V1Table`
   
   step 3 is the only v1 part and it's easy to delete it when we get rid of v1 in the future.

----------------------------------------------------------------
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