You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/13 13:31:03 UTC

[GitHub] [arrow-rs] alamb commented on pull request #1263: Implement DictionaryArray support in eq_dyn

alamb commented on pull request #1263:
URL: https://github.com/apache/arrow-rs/pull/1263#issuecomment-1038119096


   > I was wondering, what does the arrow spec say about dictionary values being null? Probably no one uses that combination, but in theory, a valid key could map to a null value.
   
   https://arrow.apache.org/docs/format/Columnar.html#dictionary-encoded-layout
   
   says explicitly
   
   > Note that a dictionary is permitted to contain duplicate values or nulls:
   
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org