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

   ## Proposed changes
   
   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 |
   +------------------------+
   ```


-- 
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: commits-unsubscr...@doris.apache.org

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


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

Reply via email to