apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 955 forks source link

[Bug] Fix the NPE when report the statistic with DeletionFile #4485

Closed Aitozi closed 1 week ago

Aitozi commented 1 week ago

Purpose

image

This is due to the List<DeletionFile> may contain null. I think the hms metadata should only contains the datafile. So, remove the DeletionFile related code.

Tests

API and Format

Documentation