yaooqinn commented on PR #47628:
URL: https://github.com/apache/spark/pull/47628#issuecomment-2272532608

   In my opinion, when constructing the AST, we should always prepend the "ns" 
identifier for the table identifier. This is because the syntax states that 
"a.b.c" is IN/FROM "x.y.z". I can't help but think of concatenating them as 
"x.y.z.a.b.c" instead of zipping. Currently, we only do this for tables without 
a specified namespace field.
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to