You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/28 14:26:30 UTC

[GitHub] [arrow] Johnnathanalmeida commented on a change in pull request #12404: ARROW-15661: [Gandiva][C++] Add mask_hash function

Johnnathanalmeida commented on a change in pull request #12404:
URL: https://github.com/apache/arrow/pull/12404#discussion_r815935851



##########
File path: cpp/src/gandiva/gdv_function_stubs.cc
##########
@@ -1022,6 +1024,73 @@ const char* gdv_mask_first_n_utf8_int32(int64_t context, const char* data,
   return out;
 }
 
+const char* to_hex_binary(int64_t context, const char* text, int32_t text_len,

Review comment:
       I'll remove this function from the code.
   I was calling it in past versions, but I'm not using it anymore.




-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org