projjal commented on a change in pull request #9724:
URL: https://github.com/apache/arrow/pull/9724#discussion_r603863264
##########
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:
Can you replace float_t with float. Thats what likely causing the issue.
Same for doube_t.
--
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]