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

Pavel Pereslegin resolved IGNITE-24032.
---------------------------------------
    Resolution: Duplicate

> Make Table API use QualifiedName
> --------------------------------
>
>                 Key: IGNITE-24032
>                 URL: https://issues.apache.org/jira/browse/IGNITE-24032
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Maksim Zhuravkov
>            Priority: Major
>              Labels: ignite-3
>
> Update IgniteTables to support look ups by qualified names:
> {code:java}
> interface IgniteTables {
>     ...
>     /** Gets a table with specified name. */
>     @Nullable Table table(QualifiedName tableName);
>     @Nullable Table table(String tableName) {
>         return table(QualifiedName.parse(tableName));
>     }
>     ...
> }
> {code}



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

Reply via email to