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


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   palo 0.15.1-rc09  
   
   ### What's Wrong?
   
        当year或者month函数与like结合使用导致be宕机
        dmesg查看显示内存溢出 Out of memory: Kill process 43328 (palo_be) score 713 or 
sacrifice child
   
        sql:
           select
             fs.*
           from
              db_name.table fs
          where
              month(out_stock_date) like '1%'
   
         表数据量很小,只有几千万条
   
   ### What You Expected?
   
      正常查询
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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