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
test(parquet/file): add regression test for mixed-size ByteArray WriteBatch (#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 bbf7ab7 (#655, the
buggy commit) and passes on main.
### Are there any user-facing changes?
No
0 commit comments