jvictorhuguenin commented on a change in pull request #10432: URL: https://github.com/apache/arrow/pull/10432#discussion_r816178933
########## File path: cpp/src/gandiva/gdv_function_stubs.cc ########## @@ -183,6 +184,18 @@ bool gdv_fn_in_expr_lookup_utf8(int64_t ptr, const char* data, int data_len, return holder->HasValue(arrow::util::string_view(data, data_len)); } +int64_t gdv_fn_convert_timezone(int64_t ptr, const char* src_tz, int src_tz_len, + const char* dst_tz, int dst_tz_len, int64_t src_millis, + bool validity) { Review comment: I uncommented the lines below -- 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