You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kevingurney (via GitHub)" <gi...@apache.org> on 2023/05/24 14:50:05 UTC

[GitHub] [arrow] kevingurney commented on issue #35676: [MATLAB] Add an `InferNulls` name-value pair for controlling null value inference during construction of `arrow.array.Array`

kevingurney commented on issue #35676:
URL: https://github.com/apache/arrow/issues/35676#issuecomment-1561306093

   After some further consideration, it likely makes sense to simplify the proposed name-value pairs to only include `InferNulls = true | false` rather than `DetectNulls` and `NullDetectionFcn`.
   
   Rather than using a `function_handle`, clients can pre-compute null values using whatever approach they would like and then pass in a validity bitmap via the `Valid` name-value pair proposed in #35693.
   
   I've updated the issue title and description accordingly.


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