projjal commented on code in PR #13643:
URL: https://github.com/apache/arrow/pull/13643#discussion_r927537393


##########
cpp/src/gandiva/function_registry_string.cc:
##########
@@ -515,8 +515,11 @@ std::vector<NativeFunction> GetStringFunctionRegistry() {
 
       NativeFunction("translate", {}, DataTypeVector{utf8(), utf8(), utf8()}, 
utf8(),
                      kResultNullIfNull, "translate_utf8_utf8_utf8",
-                     NativeFunction::kNeedsContext | 
NativeFunction::kCanReturnErrors)};
+                     NativeFunction::kNeedsContext | 
NativeFunction::kCanReturnErrors),
 
+      NativeFunction("repeatstr", {}, DataTypeVector{utf8(), int32()}, utf8(),

Review Comment:
   repeat function is already present in gandiva..you can add an alias as 
repeatStr



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