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 2021/07/14 05:46:26 UTC

[GitHub] [incubator-doris] qidaye opened a new issue #6232: [Feature] Fold constant expr by Backend

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


   Now when Doris is performing some constant expr, if the data query is not involved, it is calculated directly in FE,
   
     eg: `select str_to_date(202009,'%Y%m');` calculate in FE
           `select str_to_date(str,'%Y%m') from tb; `calculate in BE
   
   Now two sets of functions are maintained, and it is easy to cause inconsistent FE/BE calculation results.
   
   Plan to push down the FE calculation to BE. Keep the calculation results consistent to facilitate code maintenance.


-- 
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-unsubscribe@doris.apache.org

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] morningman closed issue #6232: [Feature] Fold constant expr by Backend

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


   


-- 
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-unsubscribe@doris.apache.org

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