tustvold commented on code in PR #3241:
URL: https://github.com/apache/arrow-rs/pull/3241#discussion_r1045654446


##########
arrow/src/compute/kernels/boolean.rs:
##########
@@ -22,6 +22,8 @@
 //! `RUSTFLAGS="-C target-feature=+avx2"` for example.  See the documentation
 //! [here](https://doc.rust-lang.org/stable/core/arch/) for more information.
 
+pub use arrow_select::nullif;

Review Comment:
   This contained an accidental breaking change, this is importing the module 
not the function :facepalm: 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to