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 2021/08/01 17:35:40 UTC

[GitHub] [arrow-rs] bjchambers opened a new issue #650: Comparison kernel documentation is incorrect

bjchambers opened a new issue #650:
URL: https://github.com/apache/arrow-rs/issues/650


   **Describe the bug**
   
   The documentation on the comparison kernels is incorrect. They use `combine_option_bitmap` to combine the null bitmaps, meaning the result is `null` if either of the inputs is `null`. This corresponds to the SQL treatment of `null` as unknown. This seems to be supported by the tests.
   
   The rustdoc comments however indicate that `Null values are less than non-null values.`.
   
   **To Reproduce**
   Run the comparison tests.
   
   **Expected behavior**
   Documentation matches the behavior.
   
   **Additional context**


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