apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
762 stars 267 forks source link

[Improvement]: Optimize the naming of database/table methods in catalog #2886

Closed xleoken closed 1 month ago

xleoken commented 1 month ago

Search before asking

What would you like to be improved?

Optimize the naming of database/table methods in AmoroCatalog and ServerCatalog. rename boolean exists(String database); to boolean databaseExists(String database); rename boolean exists(String database, String table); to boolean tableExists(String database, String table);

How should we improve?

No response

Are you willing to submit PR?

Subtasks

No response

Code of Conduct