tustvold commented on code in PR #4818:
URL: https://github.com/apache/arrow-datafusion/pull/4818#discussion_r1061323132


##########
datafusion/physical-expr/src/expressions/nullif.rs:
##########
@@ -17,7 +17,7 @@
 
 use arrow::array::Array;
 use arrow::compute::eq_dyn;
-use arrow::compute::nullif::nullif;
+use arrow_select::nullif::nullif;

Review Comment:
   Upstream fix - https://github.com/apache/arrow-rs/pull/3451
   
   Longer term I hope to move datafusion away from the `arrow` dependency, and 
so this isn't really the end of the world



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