We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6a2a4 commit 98c2f47Copy full SHA for 98c2f47
website/docs/apis/java-client.md
@@ -88,7 +88,7 @@ Admin admin = connection.getAdmin();
88
admin.listDatabases().get().forEach(System.out::println);
89
90
// obtain Table instance from the Connection
91
-Table table = connection.getTable(TablePath.of("my_db", "my_table");
+Table table = connection.getTable(TablePath.of("my_db", "my_table"));
92
System.out.println(table.getTableInfo());
93
```
94
0 commit comments