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]: Remove useless method in TableService interface #3001

Closed baiyangtx closed 1 week ago

baiyangtx commented 1 week ago

Why are the changes needed?

Code refactor, as we already have InternalServerCatalog, some methods in the TableService interface is not needed anymore.

Brief change log

-

How was this patch tested?

Documentation

baiyangtx commented 1 week ago

The changes look good to me. But it seems some unit tests should be modified to adapt to the change. @baiyangtx

Fixed @zhoujinsong