Commit be6dddf
authored
MINOR: [Docs][Python] update
### Rationale for this change
This PR simply updates the default quoted in the docstring to the correct value for `exclude_invalid_files` in `dataset` (see #47770).
### What changes are included in this PR?
The `exclude_invalid_files` default is now listed as `False` instead of `True`
### Are these changes tested?
No, these changes only affect docstrings and not testable code. There is a test that appears to assert this behavior, though, so this updates the docstring to be consistent with an existing test: https://github.com/apache/arrow/blob/5750e2932fc26c27be92fe9262f6b128a513abca/python/pyarrow/tests/test_dataset.py#L1149
### Are there any user-facing changes?
Updated documentation
Authored-by: Sidney Mau <sidneymau@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>exclude_invalid_files docstring to correct default behavior (#47785)1 parent 81ef967 commit be6dddf
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3241 | 3241 | | |
3242 | 3242 | | |
3243 | 3243 | | |
3244 | | - | |
| 3244 | + | |
3245 | 3245 | | |
3246 | 3246 | | |
3247 | 3247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
0 commit comments