frank400 commented on a change in pull request #9724:
URL: https://github.com/apache/arrow/pull/9724#discussion_r603904082



##########
File path: cpp/src/gandiva/gdv_function_stubs.cc
##########
@@ -87,6 +87,22 @@ bool gdv_fn_in_expr_lookup_int64(int64_t ptr, int64_t value, 
bool in_validity) {
   return holder->HasValue(value);
 }
 
+bool gdv_fn_in_expr_lookup_float(int64_t ptr, float_t value, bool in_validity) 
{

Review comment:
       Fixed, sorry I thought I already had changed every one. 




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


Reply via email to