wjones127 commented on code in PR #12901:
URL: https://github.com/apache/arrow/pull/12901#discussion_r853368102


##########
python/pyarrow/_parquet.pyx:
##########
@@ -96,72 +98,87 @@ cdef class Statistics(_Weakrefable):
 
     @property
     def has_min_max(self):
+        """bool: whether min and max are present"""

Review Comment:
   Yeah I don't think it's adopted anywhere else in Arrow, but it seemed like 
the best way to do it to me. Using a Return section felt verbose and IIRC 
doesn't show the type in the attribute summary table.



-- 
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]

Reply via email to