Skip to content

Commit a668875

Browse files
kourok
andauthored
Add a TODO comment
Co-authored-by: Rok Mihevc <[email protected]>
1 parent 6b9ce45 commit a668875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyarrow/tests/parquet/test_parquet_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ def test_read_statistics():
348348
statistics = pq.ParquetFile(buf).read().columns[0].chunks[0].statistics
349349
assert statistics.null_count == 1
350350
assert statistics.distinct_count is None
351+
# TODO: add tests for is_distinct_count_exact == None and True once Python API allows
351352
assert statistics.is_distinct_count_exact is False
352353
assert statistics.min == -1
353354
assert statistics.is_min_exact

0 commit comments

Comments
 (0)