apache / amoro

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

Fix null pointer exception for OverviewCache #3215

Closed MarigWeizhi closed 2 months ago

MarigWeizhi commented 2 months ago

Why are the changes needed?

OverviewCache may throw a null pointer exception when the AMS does not have any tables.

Brief change log

How was this patch tested?

Documentation