Add TableIdentifier to Table
Open
core
not-stale
- Dominant language
- Java
- Stars
- 9.2k
- Forks
- 3.5k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 132
Description
### Feature Request / Improvement
Currently the `Table` API defines a `name()` method that returns the fully-qualified name of a table (including the catalog's name) as a `String`.
In certain cases it would be beneficial to have the `TableIdentifier` of that table without the catalog name.
Additionally, it would be good to add the `TableIdentifier` to `ScanReport` / `CommitReport`.
### Query engine
None
Contributor guide
Assessment
This issue has not been assessed yet.