martin-g commented on code in PR #19805:
URL: https://github.com/apache/datafusion/pull/19805#discussion_r2693483206


##########
datafusion/spark/src/function/string/mod.rs:
##########
@@ -90,6 +92,11 @@ pub mod expr_fn {
         strfmt args
     ));
     export_functions!((space, "Returns a string consisting of n spaces.", 
arg1));
+    export_functions!((
+        substring,
+        "Returns the substring from string str starting at position pos with 
length len.",
+        str pos

Review Comment:
   ```suggestion
           str pos length
   ```
   ?!



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to