ViniciusSouzaRoque commented on a change in pull request #12655:
URL: https://github.com/apache/arrow/pull/12655#discussion_r831439003
##########
File path: cpp/src/gandiva/precompiled/string_ops.cc
##########
@@ -2736,24 +2736,24 @@ const char* to_hex_int32(int64_t context, int32_t data,
int32_t* out_len) {
FORCE_INLINE
const char* from_hex_utf8(int64_t context, const char* text, int32_t text_len,
- int32_t* out_len) {
+ bool text_validity, bool* out_valid, int32_t*
out_len) {
Review comment:
correction: in this case i need return false
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]