chenkovsky commented on code in PR #17561: URL: https://github.com/apache/datafusion/pull/17561#discussion_r2364885213
########## datafusion/spark/src/function/string/format_string.rs: ########## @@ -0,0 +1,2374 @@ +// Licensed to the Apache Software Foundation (ASF) under one Review Comment: spark use java.util.Formatter. I read this page https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html and implement this. -- 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]
