ViniciusSouzaRoque commented on a change in pull request #10741:
URL: https://github.com/apache/arrow/pull/10741#discussion_r756791012



##########
File path: cpp/src/gandiva/function_registry_string.cc
##########
@@ -51,7 +51,7 @@ std::vector<NativeFunction> GetStringFunctionRegistry() {
 
       UNARY_OCTET_LEN_FN(octet_length, {}), UNARY_OCTET_LEN_FN(bit_length, {}),
 
-      UNARY_UNSAFE_NULL_IF_NULL(char_length, {}, utf8, int32),
+      UNARY_UNSAFE_NULL_IF_NULL(char_length, ({"character_length"}), utf8, 
int32),

Review comment:
       Hi Projjal,
   I go continue this PR.
   I really don't know why have this. i go remove!




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


Reply via email to