zclllyybb opened a new pull request, #40137:
URL: https://github.com/apache/doris/pull/40137

   pick https://github.com/apache/doris/pull/39891
   
   Issue Number: close #xxx
   
   before:
   ```sql
   mysql [optest]>SELECT random_bytes(10) a FROM numbers("number" = "10");
   +------------------------+
   | a                      |
   +------------------------+
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   | 0x7b4e5727024bc5b59e2c |
   +------------------------+
   ```
   
   now:
   ```sql
   mysql [optest]>SELECT random_bytes(10) a FROM numbers("number" = "10");
   +------------------------+
   | a                      |
   +------------------------+
   | 0xd82cf60825b29ef2a0fd |
   | 0x6f8c808415bdbaa6d257 |
   | 0x7c26b5214297a151c25c |
   | 0x43f02c77293063900437 |
   | 0x5e5727569dec5e24f96b |
   | 0x434f20bf74d7759640b7 |
   | 0x087ed96b739750c733a6 |
   | 0xdf05f6d7ede4972eb846 |
   | 0xcefab471912264b5c54f |
   | 0x1bddc019409d1926aa10 |
   +------------------------+
   ```
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   


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

Reply via email to