zeroshade opened a new pull request, #822: URL: https://github.com/apache/arrow-go/pull/822
### Rationale for this change The doc comment for `DefaultDataPageSize` in `parquet/writer_properties.go` described the value as "1K" when the actual value is `1024 * 1024` = 1M (1 MiB). ### What changes are included in this PR? Updates the comment so the annotation matches the value. ### Are these changes tested? This is a comment-only change; no behavior is altered. `go build ./parquet/...` passes. ### Are there any user-facing changes? No code-behavior changes; only the godoc text for the `DefaultDataPageSize` constant. Closes #812 -- 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]
