You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/22 07:19:36 UTC

[GitHub] [arrow] AlenkaF commented on a diff in pull request #12952: ARROW-16121: [Python] Deprecate the (common_)metadata(_path) attributes of ParquetDataset

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org