nastra opened a new pull request #3577:
URL: https://github.com/apache/iceberg/pull/3577


   This is in preparation of supporting reference names and timestamps in the 
`TableIdentifier`.
   
   This changeset does the following things:
   * removes `TableIdentifier.of(String… names)` as this gives to much of a 
flexibility in creating a `TableIdentifier` and makes it more difficult to 
figure out if the simple table name contains a reference or a timestamp
   * deprecates `TableIdentifier.parse(identifier)` to encourage usage of 
`TableIdentifier.of(Namespace, String)`
   * changes most places that were using `TableIdentifier.parse(identifier)` to 
`TableIdentifier.of(Namespace, String)`. A few places are still left that rely 
on a string representation of the table identifier in `Tables` and its 
subclasses
   * allows to create a `Namespace` instance from a plain string


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