-
Notifications
You must be signed in to change notification settings - Fork 5k
feat: added base64 SQL function #30625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dapan1121
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR should be applied to branch 3.0
|
@aestriplex Just a gentle reminder that merging the 3.0 branch again might be needed to trigger the CI workflow for merging into 3.0. Thank you! |
@tomchon (cc. @Simon9997) Apparently there is still a test that fails but now my branch is one exact commit ahead of upstream/3.0 |
|
@aestriplex This issue is not related to this PR. It is already being tracked and resolved internally.
|


Description
This PR adds the base64 SQL function for strings and byte arrays
此 PR 新增了字串和位元組數組的 base64 SQL 函數
Checklist