We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9ce45 commit a668875Copy full SHA for a668875
python/pyarrow/tests/parquet/test_parquet_file.py
@@ -348,6 +348,7 @@ def test_read_statistics():
348
statistics = pq.ParquetFile(buf).read().columns[0].chunks[0].statistics
349
assert statistics.null_count == 1
350
assert statistics.distinct_count is None
351
+ # TODO: add tests for is_distinct_count_exact == None and True once Python API allows
352
assert statistics.is_distinct_count_exact is False
353
assert statistics.min == -1
354
assert statistics.is_min_exact
0 commit comments