asubiotto opened a new pull request, #631:
URL: https://github.com/apache/arrow-go/pull/631

   The reset() function did not clear variadicCounts, causing it to accumulate 
across batch encodings. This produces malformed IPC where each DictionaryBatch 
contains variadic counts from all previous batches, which other IPC reader 
implementations do not expect (e.g. arrow-rs)
   
   ### Rationale for this change
   arrow-rs was returning errors when reading IPC files written by arrow-go
   
   ### What changes are included in this PR?
   Clearing state on reset
   
   ### Are these changes tested?
   Yes
   
   ### 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]

Reply via email to