jorisvandenbossche commented on a change in pull request #8413:
URL: https://github.com/apache/arrow/pull/8413#discussion_r502763260
##########
File path: python/pyarrow/tests/test_hdfs.py
##########
@@ -321,7 +321,8 @@ def test_read_multiple_parquet_files_with_uri(self):
expected = self._write_multiple_hdfs_pq_files(tmpdir)
path = _get_hdfs_uri(tmpdir)
- result = pq.read_table(path)
+ # TODO for URI it should not be needed to pass this argument
+ result = pq.read_table(path, use_legacy_dataset=True)
Review comment:
Yes, was planning to -> https://issues.apache.org/jira/browse/ARROW-10264
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]