Search before asking
Motivation
Specify table API which Rest catalog needs support.
Solution
I have searched other catalog APIs like iceberg Rest catalog and unity catalog,
- the APIs we need support with are
- getTable
- listTables
- dropTable
- createTable
- renameTable
- alterTable
getTableLocation: as it only use when clone table
- need discuss
- tableExists: as we needn't use this API in common so getTable is enough
Other catalog APIs
iceberg
- listTables
- createTable
- tableExists
- dropTable
- renameTable
- loadTable
- invalidateTable
- registerTable
unity catalog
- listTables
- getTable
- deleteTable
- tableExists
Are you willing to submit a PR?