AlenkaF commented on code in PR #39112:
URL: https://github.com/apache/arrow/pull/39112#discussion_r1434024893
##########
python/pyarrow/tests/parquet/test_dataset.py:
##########
@@ -986,31 +699,24 @@ def read_multiple_files(paths, columns=None,
use_threads=True, **kwargs):
t = pa.Table.from_pandas(bad_apple)
_write_table(t, bad_apple_path)
- if not use_legacy_dataset:
- # TODO(dataset) Dataset API skips bad files
- return
+ # TODO(dataset) Dataset API skips bad files
Review Comment:
Can also open an issue and resolve this TODO in a separate PR.
--
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]