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

   ## Proposed changes
   
   Before:
   ```
   mysql [rqg]>select count(sin(f64)) from nums;
   +-----------------+
   | count(sin(f64)) |
   +-----------------+
   |        40000000 |
   +-----------------+
   1 row in set (10.73 sec)
   
   ```
   
   After:
   ```
   mysql [rqg]>select count(sin(f64)) from nums;
   +-----------------+
   | count(sin(f64)) |
   +-----------------+
   |        40000000 |
   +-----------------+
   1 row in set (0.57 sec)
   ```
   
   revert the patch after we support the new toolchain in 
Doris:https://github.com/amosbird/ldb_toolchain_gen/releases/tag/v0.22
   
   Thanks  @amosbird 
   
   <!--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