[ 
https://issues.apache.org/jira/browse/HUDI-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jimmyz resolved HUDI-4520.
--------------------------

> Support qualified table 'db.table' in call procedures
> -----------------------------------------------------
>
>                 Key: HUDI-4520
>                 URL: https://issues.apache.org/jira/browse/HUDI-4520
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: spark-sql
>            Reporter: jimmyz
>            Assignee: jimmyz
>            Priority: Major
>              Labels: pull-request-available
>
> Support qualified table 'db.table' in call procedures.
> For now, if we want to run a command like 'show_commits'  on table 't1' and 
> 't1' is not in default database, need to submit 'use db' first.
> {code:java}
> use db;
> call show_commits(table => 't1')
> {code}
> With this improvement, we can exactly use 
> {code:java}
> call show_commits(table => 'db.t1')
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to