pepijnve commented on issue #18411: URL: https://github.com/apache/datafusion/issues/18411#issuecomment-3671693650
> Does char(1) must be single byte? What about UTF-8 escape sequence? SQL leaves the character repertoire undefined. In Rust you probably want to assume Unicode, so one Unicode scalar. That means 1 to 4 bytes. -- 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]
