yangyichao-mango opened a new issue, #2520: URL: https://github.com/apache/doris-website/issues/2520
- Page Link: https://doris.apache.org/zh-CN/docs/sql-manual/sql-functions/scalar-functions/string-functions/to-base64 - Version: 2.1 - Reason: 如图所示,描述有歧义。 BASE64 是一种用 64 个可打印字符 表示二进制数据的编码方式,常用于在文本协议(如 HTTP、Email)中安全传输二进制数据(如图片、文件等)。 BASE64 的核心特点 可打印字符:仅使用 A-Z、a-z、0-9、+、/ 和 =(填充符),确保兼容文本系统。 编码后数据变大:每 3 字节 二进制数据 → 4 字节 BASE64 字符(体积增加约 33%)。 - May I contribute to this pull request? Our company has been frequently using Doris lately. If given the chance, I would also like to gradually become involved in the community.(如果确认该Issue的话,可以由我来提交PR吗,我很希望参与到doris社区当中) - ScreenShot:  -- 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]
