rdblue commented on a change in pull request #1390:
URL: https://github.com/apache/iceberg/pull/1390#discussion_r481331537
##########
File path: site/docs/java-api-quickstart.md
##########
@@ -41,6 +41,9 @@ import org.apache.iceberg.catalog.TableIdentifier;
TableIdentifier name = TableIdentifier.of("logging", "logs");
Table table = catalog.createTable(name, schema, spec);
+
+// or to load an existing table, use the following line
+// Table table = catalog.loadTable(name);
Review comment:
I think we should add a section for this instead of adding this block in
multiple places. I'm happy to do that if you want to keep it separate from this
PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]