kli19 opened a new pull request, #757: URL: https://github.com/apache/arrow-go/pull/757
### Rationale for this change Issue #756 reports that small ByteArray values are silently dropped when a large (≥1MB) value appears in the same WriteBatch. This was already fixed on main by #690, but there was no test covering the specific mixed-size scenario. ### What changes are included in this PR? Adds a regression test that writes a batch of mixed-size ByteArray values (small values flanking a 2MB value) and verifies all values round-trip correctly. ### Are these changes tested? The test itself is the change. Confirmed it fails at bbf7ab75 (#655, the buggy commit) and passes on main. ### Are there any user-facing changes? No -- 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]
