colinmarc opened a new pull request, #18264:
URL: https://github.com/apache/datafusion/pull/18264
This changes the `decode` built-in function so that SQL like the following
works:
```sql
decode('cXdlcXc=', 'base64');
```
Padding isn't required to decode correctly, but it's surprising to users if
we just reject it outright.
--
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]