fallintoplace opened a new pull request, #1143: URL: https://github.com/apache/arrow-go/pull/1143
### Rationale for this change `NewWriterWithPayloadWriter` copies `minSpaceSavings`, but `NewWriter` did not. As a result, `WithMinSpaceSavings` was ignored by the regular stream writer. ### What changes are included in this PR? Copy the configured value in `NewWriter` and add a regression test. ### Are these changes tested? - `go test ./arrow/ipc` ### Are there any user-facing changes? The regular IPC stream writer now honors `WithMinSpaceSavings`. -- 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]
