huaxingao commented on pull request #3269:
URL: https://github.com/apache/iceberg/pull/3269#issuecomment-960450019
Seems I can't change `Identifier` because it is used by other code paths as
well.
I will overload `loadTable` method to pass in version:
```
CatalogV2Util
def loadTable(catalog: CatalogPlugin, ident: Identifier, version: String):
Option[Table]
TableCatalog
default Table loadTable(Identifier ident, String version) {
throw new UnsupportedOperationException("Load table with version is not
supported.");
}
```
--
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]