Pavel Tupitsyn created IGNITE-16303:
---------------------------------------
Summary: 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
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)