huaxingao commented on pull request #3269:
URL: https://github.com/apache/iceberg/pull/3269#issuecomment-959744048


   @rdblue
   I plan to pass the `as of` info using `CatalogV2Util.loadTable(catalog: 
CatalogPlugin, ident: Identifier)`.
   Does it work if I just append the info after `Identifier.name`,  for 
example: `default.table.12345678`, or it's better to change the `Identifier` 
interface to add something like this
   ```
     static Identifier of(String[] namespace, String name, long versionInfo) {
       return new IdentifierImpl(namespace, name, versionInfo);
     }
   ```


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

To unsubscribe, e-mail: [email protected]

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