[
https://issues.apache.org/jira/browse/IGNITE-16303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477373#comment-17477373
]
Valentin Kulichenko commented on IGNITE-16303:
----------------------------------------------
Cherry-picked to {{{}ignite-3.0.0-alpha4{}}}.
> 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
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)