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

Igor Sapego commented on IGNITE-16303:
--------------------------------------

[~ptupitsyn] looks good to me.

> Thin 3.0: ClientTables.table throws MessageTypeException when table does not 
> exist
> ----------------------------------------------------------------------------------
>
>                 Key: IGNITE-16303
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16303
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>    Affects Versions: 3.0.0-alpha4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha4
>
>
> ClientTables.table throws MessageTypeException when table does not exist:
> {code:java}
>     @Test
>     public void testTableReturnsNullWhenDoesNotExist() {
>         Table table = client.tables().table("non-existent-table");
>         assertNull(table);
>     }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to