projjal commented on a change in pull request #9906:
URL: https://github.com/apache/arrow/pull/9906#discussion_r609591550



##########
File path: cpp/src/gandiva/gdv_function_stubs.h
##########
@@ -39,11 +39,14 @@ uint8_t* gdv_fn_context_arena_malloc(int64_t context_ptr, 
int32_t data_len);
 
 void gdv_fn_context_arena_reset(int64_t context_ptr);
 
-bool in_expr_lookup_int32(int64_t ptr, int32_t value, bool in_validity);
+bool gdv_fn_in_expr_lookup_int32(int64_t ptr, int32_t value, bool in_validity);

Review comment:
       oh if these are corrections no issues then. I thought these were some 
unintended changes included.




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