wesm commented on pull request #7240:
URL: https://github.com/apache/arrow/pull/7240#issuecomment-633229487


   @jorisvandenbossche I fixed the segfault you hit and now have changed the 
implementation of `Array.filter` to be
   
   ```
   pc = _pc()
   options = pc.FilterOptions(null_selection_behavior)
   return pc.call_function('filter', [self, mask], options)
   ```
   
   I also rebased -- I am going to merge this when the build is passing so we 
do not continue to stack changes that need to be reviewed on this PR. I welcome 
further code reviews on this PR or follow up JIRAs


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

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


Reply via email to