kevinjqliu opened a new pull request, #1346: URL: https://github.com/apache/iceberg-python/pull/1346
Closes #1336 This PR changes the implementation of the `Table.name` function to use `self._identifier` instead of `self.identifier` to avoid having unnecessary deprecation warnings. This PR also replaces all references of `Table.identifier` with `Table.name()` to prepare for the deprecation of `Table.identifier` and avoid emitting warnings in tests. Using VSCode, I confirmed all use of `Table.identifier` is replaced in the repo. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org