[jira] [Commented] (ARROW-62) Format: Are the nulls bits 0 or 1 for null values?

2016-03-22 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15207747#comment-15207747 ] Wes McKinney commented on ARROW-62: --- see patch https://github.com/apache/arrow/pull/34 >

[jira] [Commented] (ARROW-62) Format: Are the nulls bits 0 or 1 for null values?

2016-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192711#comment-15192711 ] Wes McKinney commented on ARROW-62: --- Since we already have production code (i.e. Drill) us

[jira] [Commented] (ARROW-62) Format: Are the nulls bits 0 or 1 for null values?

2016-03-13 Thread Dan Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192701#comment-15192701 ] Dan Robinson commented on ARROW-62: --- For whatever it's worth: it seems PostgreSQL uses 0 i

[jira] [Commented] (ARROW-62) Format: Are the nulls bits 0 or 1 for null values?

2016-03-13 Thread Dan Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192596#comment-15192596 ] Dan Robinson commented on ARROW-62: --- Being able to bitwise-& against the null bitmask defi

[jira] [Commented] (ARROW-62) Format: Are the nulls bits 0 or 1 for null values?

2016-03-13 Thread Jacques Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192525#comment-15192525 ] Jacques Nadeau commented on ARROW-62: - I consider the bitmap to be a validity map as opp