apache / amoro

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

[AMORO-2886] Optimize the naming of database/table methods in catalog #2887

Closed xleoken closed 4 months ago

xleoken commented 4 months ago

Why are the changes needed?

Close #2886.

Brief change log

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 was this patch tested?

Documentation