Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha4
Description
ClientTables.table throws MessageTypeException when table does not exist:
@Test public void testTableReturnsNullWhenDoesNotExist() { Table table = client.tables().table("non-existent-table"); assertNull(table); }
Attachments
Issue Links
- blocks
-
IGNITE-16244 Update examples for Ignite 3
- Resolved
- links to