cloud-fan edited a comment 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. This is completely a v2 path.
   3. if the v2 catalog is session catalog, return v1 relation if the table is 
`V1Table`. This is an extra step.
   
   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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to