This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 7277b9dc97 [Python] Remove useless TODO in SimpleStats
7277b9dc97 is described below
commit 7277b9dc978395fc845bcee88cb714adcd306e46
Author: JingsongLi <[email protected]>
AuthorDate: Tue Oct 21 21:50:36 2025 +0800
[Python] Remove useless TODO in SimpleStats
---
paimon-python/pypaimon/manifest/schema/simple_stats.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/paimon-python/pypaimon/manifest/schema/simple_stats.py
b/paimon-python/pypaimon/manifest/schema/simple_stats.py
index 065728bc6a..7519f881c3 100644
--- a/paimon-python/pypaimon/manifest/schema/simple_stats.py
+++ b/paimon-python/pypaimon/manifest/schema/simple_stats.py
@@ -28,7 +28,6 @@ from pypaimon.table.row.internal_row import InternalRow
class SimpleStats:
min_values: InternalRow
max_values: InternalRow
- # TODO convert null counts to InternalArray
null_counts: List[int]
_empty_stats: ClassVar[object] = None