ayushwth commented on issue #6765:
URL:
https://github.com/apache/incubator-gluten/issues/6765#issuecomment-2304018885
The number of placeholders (%d%s) didn't match the number of arguments (1,
'hello', 2)
Either remove the extra argument or add an appropriate placeholder in the
format string to match the number of arguments.
Corrected snippet:
`select printf('%d%s%d', 1, 'hello', 2);`
--
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]