Skip to content

Commit 7277b9d

Browse files
committed
[Python] Remove useless TODO in SimpleStats
1 parent d673ba5 commit 7277b9d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

paimon-python/pypaimon/manifest/schema/simple_stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
class SimpleStats:
2929
min_values: InternalRow
3030
max_values: InternalRow
31-
# TODO convert null counts to InternalArray
3231
null_counts: List[int]
3332

3433
_empty_stats: ClassVar[object] = None

0 commit comments

Comments
 (0)