Commit a2d8e9c
authored
MINOR: [C++][Parquet] Fix incorrect default in ArrowReaderProperties::set_pre_buffer doc (#49911)
### Rationale for this change
- The docs comment on ArrowReaderProperties::set_pre_buffer says `default false`, but the constructor initializes pre_buffer_(true). The API page at arrow.apache.org/docs/cpp/api/formats.html shows false.
- Default was changed in a previous pr but comment/doc was not updated
### What changes are included in this PR?
- Updated the default value
### Are these changes tested?
- N/A - Docs
### Are there any user-facing changes?
- Yes
Authored-by: Arnav Balyan <arnavbalyan1@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>1 parent 25e4fdb commit a2d8e9c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1195 | 1195 | | |
1196 | 1196 | | |
1197 | 1197 | | |
1198 | | - | |
| 1198 | + | |
1199 | 1199 | | |
1200 | 1200 | | |
1201 | 1201 | | |
| |||
0 commit comments