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-46659: [C++] Fix export of extension arrays with binary view/string view storage (#46660)
### Rationale for this change
Extension arrays exported with binary view/string view storage did not export the variadic sizes buffer which resulted in crashes when reimporting.
### What changes are included in this PR?
The expression that controlled whether the variadic sizes buffer was written was updated.
### Are these changes tested?
Yes, a test was added
### Are there any user-facing changes?
No
* GitHub Issue: #46659
Lead-authored-by: Dewey Dunnington <dewey@wherobots.com>
Co-authored-by: Dewey Dunnington <dewey@fishandwhistle.net>
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Signed-off-by: Dewey Dunnington <dewey@wherobots.com>
0 commit comments