AlenkaF commented on code in PR #12952:
URL: https://github.com/apache/arrow/pull/12952#discussion_r855843725


##########
python/pyarrow/parquet/__init__.py:
##########
@@ -2031,6 +2037,36 @@ def fs(self):
             FutureWarning, stacklevel=2)
         return self._metadata.fs
 
+    @property
+    def metadata_(self):

Review Comment:
   Had to use something different than `metadata` so I went with `metadata_` - 
not sure if this is the best approach.



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