[ 
https://issues.apache.org/jira/browse/SPARK-29481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954688#comment-16954688
 ] 

L. C. Hsieh commented on SPARK-29481:
-------------------------------------

Thanks for pinging me. Will take some in this weekend.

> all the commands should look up catalog/table like v2 commands
> --------------------------------------------------------------
>
>                 Key: SPARK-29481
>                 URL: https://issues.apache.org/jira/browse/SPARK-29481
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Wenchen Fan
>            Priority: Major
>
> The newly added v2 commands support multi-catalog and respect the current 
> catalog/namespace. However, it's not true for old v1 commands.
> This leads to very confusing behaviors, for example
> {code}
> USE my_catalog
> DESC t // success and describe the table t from my_catalog
> ANALYZE TABLE t // report table not found as there is no table t in the 
> session catalog
> {code}
> We should make sure all the commands have the same behavior regarding table 
> resolution



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to