pitrou commented on PR #36626: URL: https://github.com/apache/arrow/pull/36626#issuecomment-1631984029
I wondered if maybe creating a `Statistics` object would give you that, but it segfaults as soon as I try to use it: ```pycon >>> import pyarrow.parquet as pq >>> stats = pq.Statistics() >>> stats.has_distinct_count Erreur de segmentation ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
