You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-45048: [C++][Parquet] Deprecate unused chunk_size parameter in parquet::arrow::FileWriter::NewRowGroup() (#45088)
### Rationale for this change
Just noticed that the implementation doesn't use the parameter.
### What changes are included in this PR?
Remove the parameter from `NewRowGroup()`
### Are these changes tested?
### Are there any user-facing changes?
The `chunk_size` parameter is now deprecated.
* GitHub Issue: #45048
Lead-authored-by: Krisztian Szucs <szucs.krisztian@gmail.com>
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
0 commit comments