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

   ## Proposed changes
   
   Issue Number: close #xxx
   
   commit 4df276a6f2e433aac66ab0add2b0093059d036d8 (HEAD -> pick_2.0.3_1, 
origin/pick_2.0.3_1)
   Author: zclllyybb <zhaochan...@selectdb.com>
   Date:   Thu Oct 26 10:46:47 2023 +0800
   
       [improvement](function) improve date_trunc function performance when 
timeunit is const (#25824)
       
       this PR #22602 have check function.
       only support date_trunc(column, const), so the second must be const 
literal
       and no need to check time unit every row.
   
   commit 344397821e02c72be54b9f324afc41f208e56348
   Author: Xiaocc <598887...@qq.com>
   Date:   Thu Oct 26 09:49:28 2023 +0800
   
       [chore](compaction) Print roswet size when compaction finishes 
successfully (#25891)
   
   commit 0ef719d893daa6818198b7a9b55f1c45f8d14f60
   Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>
   Date:   Thu Oct 26 09:11:25 2023 +0800
   
       [test](sync)add sync after insert in test case (#25911)
   
   commit b8582a4523337ffa6a097f205148a08caefd1a54
   Author: CanGuan <172540...@qq.com>
   Date:   Wed Oct 25 23:46:18 2023 +0800
   
       [fix](meta) add sync new image timeout (#25768)
       
       Add timeout config for sync
   
   commit 3d8778d2b0890f7171ab3e1eea83332fbc8c3ba7
   Author: Mingyu Chen <morning...@163.com>
   Date:   Wed Oct 25 21:34:36 2023 +0800
   
       [fix](info_db) do not fetch external catalog's info in 
information_schema (#25844)
       
       There is FE config `infodb_support_ext_catalog`, the default is false.
       Which means that the tables in `information_schema` database will not 
return info of external catalog.
       Because if there are too many external catalogs in Doris with lots of 
db/tbl (like running p0 regression tests),
       querying infomation_schema db will take a long time and may causing rpc 
timeout.
       
       And there is an unresolved issue that if thrift rpc timeout, the BE may 
be crashed in ASAN mode.
       So to avoid this issue(not fix yet), this PR mainly changes:
       
       if `infodb_support_ext_catalog` is false,
       1. query info of external catalog in information_schema db is not 
allowed, such as
       
               show database like "external_catalog";
               show tables like "xxx"
       
       2. select * from information_schema.tbl will not contains external 
catalogs' info
       
       3. For external p0 regression test pipeline, set 
`infodb_support_ext_catalog` to true to run the tests related to external 
catalog
   
   
   
   commit 5b7c218f6ab2d616d89b3cd58515c7e8a7e07402
   Author: zhangguoqiang <18372634...@163.com>
   Date:   Wed Oct 25 19:52:49 2023 +0800
   
       [Fix](regression)es catalog adds prefixes or suffixes to avoid mutual 
influence (#25826)
       
       es catalog adds prefixes or suffixes to avoid mutual influence
   
   commit afc0a5e242ca633fac2d7c8a9c7855ea299c56da
   Author: Xinyi Zou <zouxiny...@gmail.com>
   Date:   Wed Oct 25 18:02:27 2023 +0800
   
       [fix](planner) Fix `select table tablet` not effective (#25378)
       
       Fix select table tablet not effective, table distributed by random.
       If tabletID specified in query does not exist in this partition, skip 
scan partition.
   
   commit 9a62e9d7330eaa609aa5d05525a8fd3bb161e769
   Author: AKIRA <33112463+kikyou1...@users.noreply.github.com>
   Date:   Wed Oct 25 17:08:10 2023 +0800
   
       [fix](stats) analyze specific column only if indicate column in analyze 
stmt (#25660)
   
   commit c1670071ff4c30a6a43e056b77ed7e2657db03f0
   Author: zhiqiang <seuhezhiqi...@163.com>
   Date:   Wed Oct 25 01:03:28 2023 -0500
   
       [improve](regression test) Add case for if function (#25780)
   
   commit 6ef4f6681a631ad0efc15e2a4a7a958f48af8cdb
   Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com>
   Date:   Tue Oct 24 22:10:08 2023 +0800
   
       [enhancement](CSV-reader)  enhance err log for csv reading containing 
enclose or escape (#25816)
   
   commit ad4f51d0c258647b1ca37318904cafeb4978d1da
   Author: yujun <yu.jun.re...@gmail.com>
   Date:   Tue Oct 24 21:43:55 2023 +0800
   
       [fix](report handler)  fix report handler lock leak (#25853)
   
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


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