taiyang-li commented on issue #6765: URL: https://github.com/apache/incubator-gluten/issues/6765#issuecomment-2304048943
BTW, you could implement by implement a ScalarFunctionParser for substrait function `format_string`: substrait `format_string(format, arg1, arg2...)` -> CH `printf(format, arg1, arg2...)` If we assume the first argument `format` is literal 1. Remove extra arguments in substrait function if needed 2. Put remaining arguments as input arguments in CH printf function. -- 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]
