ViniciusSouzaRoque commented on a change in pull request #12306: URL: https://github.com/apache/arrow/pull/12306#discussion_r798431072
########## File path: cpp/src/gandiva/gdv_function_stubs.cc ########## @@ -683,6 +683,215 @@ const char* gdv_fn_upper_utf8(int64_t context, const char* data, int32_t data_le return out; } +GDV_FORCE_INLINE +uint64_t unsigned_long_div(gdv_int64 x, gdv_int32 m) { Review comment: Done -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org