AlenkaF commented on code in PR #12952:
URL: https://github.com/apache/arrow/pull/12952#discussion_r855971396
##########
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:
Sorted, `metadata` has to be deprecated and not `_metadata`. Thank you Joris!
--
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]