This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.3 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 80ac5e2b4584d00c74145c68f175343cf4ffd0f4 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
