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 08:22:04 UTC

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

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


##########
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:
   What's the reason `metadata` doesn't work in this case?



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