HeartSaVioR commented on a change in pull request #1390:
URL: https://github.com/apache/iceberg/pull/1390#discussion_r481505903



##########
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:
       Ah yes I did this because having a new section for loading table would 
duplicate the code here. It'd be easier for us to have a different PR (or a PR 
against my fork) if you have better idea. Thanks!




----------------------------------------------------------------
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]

Reply via email to