metalmatze commented on PR #36165:
URL: https://github.com/apache/arrow/pull/36165#issuecomment-1597571428

   Turns out this is actually not a bug where the underlying bitmap is null, 
but we need to overwrite the dictionaryBuilder to use the idxBuilder's `IsNull`.
   ```go
   func (b *dictionaryBuilder) IsNull(i int) bool { return 
b.idxBuilder.IsNull(i) }
   ```
   
   I'll update this PR tomorrow. 


-- 
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