You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/21 08:22:50 UTC

[GitHub] [incubator-doris] yuanfeng0905 opened a new issue #4130: [BUG] from_base64

yuanfeng0905 opened a new issue #4130:
URL: https://github.com/apache/incubator-doris/issues/4130


   
   example sql:
   
   ```sql
   select a,from_base64(a) 
   from (
       select "aGVsbG8=" a 
       union all
       select null a
   ) t
   ```
   The expect result is:
   
   | a | from_base64(`a`) |
   | - | - |
   |  aGVsbG8= | hello |
   |    |    |
   
   But now the result is:
   
   | a | from_base64(`a`) |
   | - | - |
   |  aGVsbG8= | hello |
   |  | hello |
   
   **Doris version: 0.11.25 (baidu-doris/incubator-doris)**
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yangzhg commented on issue #4130: [BUG] from_base64

Posted by GitBox <gi...@apache.org>.
yangzhg commented on issue #4130:
URL: https://github.com/apache/incubator-doris/issues/4130#issuecomment-663502497


   It is a bug,and I will fix it, to_base64 function also has this problem, and to_base64 also has an bug may cause memory problem


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yangzhg closed issue #4130: [BUG] from_base64

Posted by GitBox <gi...@apache.org>.
yangzhg closed issue #4130:
URL: https://github.com/apache/incubator-doris/issues/4130


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org