Re: [PR] [fix](jdbc catalog) fix be crash when create jdbc catalog without driver jar [doris]

2024-10-30 Thread via GitHub
zy-kkk commented on PR #42948: URL: https://github.com/apache/doris/pull/42948#issuecomment-2447784493 run buildall -- 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 unsub

Re: [PR] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
yagagagaga commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2447119756 run external -- 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 u

Re: [PR] [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42895: URL: https://github.com/apache/doris/pull/42895#issuecomment-2446750734 TeamCity be ut coverage result: Function Coverage: 37.89% (9846/25986) Line Coverage: 29.16% (81969/281141) Region Coverage: 28.53% (42304/148254) Branch Coverage: 25.0

[PR] [Enhancement](backup) add progress for restore and backup job [doris]

2024-10-30 Thread via GitHub
dtkavin opened a new pull request, #42928: URL: https://github.com/apache/doris/pull/42928 ## Proposed changes close: #42359 -- 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

Re: [PR] Revert "[improve](restore) Compress restore job to reduce editlog size (#42422) [doris]

2024-10-30 Thread via GitHub
w41ter merged PR #42952: URL: https://github.com/apache/doris/pull/42952 -- 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.apach

Re: [PR] [Fix](Rowset Id) Use a randomly generated rowset ID to handle memory write failures [doris]

2024-10-30 Thread via GitHub
Yukang-Lian commented on PR #42949: URL: https://github.com/apache/doris/pull/42949#issuecomment-2449090556 > 1、这个改动很基础,有什么合理的场景,需要这么改吗? 2、随机生成rowset id会导致跟其他地方的元数据等对不上的风险吗? 1. 当内存写飞了之后be会起不来,这样避免了起不来的问题。2. 随机生成需要修改,统一通过rowset id生成的方法来生成。 -- This is an automated message from the Apa

Re: [PR] [Test](count on index) add statistics check for unique table [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42982: URL: https://github.com/apache/doris/pull/42982#issuecomment-2449096014 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [improvement](statistics)Improve statisitcs insert into audit log. [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42983: URL: https://github.com/apache/doris/pull/42983#issuecomment-2449096404 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Test](count on index) add statistics check for unique table [doris]

2024-10-30 Thread via GitHub
airborne12 opened a new pull request, #42982: URL: https://github.com/apache/doris/pull/42982 ## Proposed changes analyze unique table and wait for statistic upload -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] branch-3.0: [fix](jdbc catalog) fix be crash when create jdbc catalog without driver jar [doris]

2024-10-30 Thread via GitHub
CalvinKirs closed pull request #42973: branch-3.0: [fix](jdbc catalog) fix be crash when create jdbc catalog without driver jar URL: https://github.com/apache/doris/pull/42973 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] [Enhancement] (nereids)implement showSqlBlockRuleCommand in nereids [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42979: URL: https://github.com/apache/doris/pull/42979#issuecomment-2449085189 ClickBench: Total hot run time: 31.98 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](Rowset Id) Use a randomly generated rowset ID to handle memory write failures [doris]

2024-10-30 Thread via GitHub
gavinchou commented on code in PR #42949: URL: https://github.com/apache/doris/pull/42949#discussion_r1823820620 ## be/src/olap/olap_common.h: ## @@ -416,7 +417,11 @@ struct RowsetId { auto [_, ec] = std::from_chars(rowset_id_str.data(),

(doris) branch branch-2.1 updated: [improve](restore) Log create replica task progress #42350 (#42967)

2024-10-30 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new a5efe1c66e0 [improve](restore) Log create

(doris) branch branch-2.0 updated: [improve](restore) Log create replica task progress #42350 (#42966)

2024-10-30 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 707d78654b6 [improve](restore) Log create

Re: [PR] [fix](rowset meta) Fix rowset meta size relation [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #41022: URL: https://github.com/apache/doris/pull/41022#issuecomment-2449094245 TeamCity be ut coverage result: Function Coverage: 37.92% (9851/25981) Line Coverage: 29.16% (82064/281418) Region Coverage: 28.44% (42360/148947) Branch Coverage: 25.0

Re: [PR] [enhancement](Nereids) boost characterLiteralTypeCoercion [doris]

2024-10-30 Thread via GitHub
924060929 commented on PR #42941: URL: https://github.com/apache/doris/pull/42941#issuecomment-2449093243 run buildall -- 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 un

Re: [PR] [improve](restore) Log create replica task progress #42350 [doris]

2024-10-30 Thread via GitHub
w41ter merged PR #42967: URL: https://github.com/apache/doris/pull/42967 -- 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.apach

Re: [PR] [enhancement](Nereids) boost characterLiteralTypeCoercion [doris]

2024-10-30 Thread via GitHub
924060929 commented on PR #42941: URL: https://github.com/apache/doris/pull/42941#issuecomment-2449106456 run buildall -- 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 un

Re: [PR] [opt](variable) force update some variable by variable version [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #41607: URL: https://github.com/apache/doris/pull/41607#issuecomment-2449078515 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](nereids)add physical property in post processor [doris]

2024-10-30 Thread via GitHub
englefly commented on PR #42862: URL: https://github.com/apache/doris/pull/42862#issuecomment-2449086131 run buildall -- 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 uns

(doris) branch auto-pick-42700-branch-3.0 updated (65af2e64d4a -> 35bf1cb888e)

2024-10-30 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch auto-pick-42700-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 65af2e64d4a [fix](cloud) fix job status is empty when label reused in cloud mode (#42700) ad

(doris) branch branch-2.0 updated (3c6736c9a32 -> 2b65da3eda5)

2024-10-30 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 3c6736c9a32 Revert "[improve](restore) Compress restore job to reduce editlog size (#42422) (#42952) add 2b65

Re: [PR] [Improvement](join) support single column nullable join hash table context [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42398: URL: https://github.com/apache/doris/pull/42398#issuecomment-2449074016 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
yiguolei merged PR #42895: URL: https://github.com/apache/doris/pull/42895 -- 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.apa

Re: [PR] [Enhancement] (nereids)implement showSqlBlockRuleCommand in nereids [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42979: URL: https://github.com/apache/doris/pull/42979#issuecomment-2449080209 TPC-DS: Total hot run time: 196780 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

(doris) branch branch-2.1 updated: [fix](tvf) fix FE cannot start when replay alter view from tvf (#42866)

2024-10-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new c573351e4ee [fix](tvf) fix FE cannot st

Re: [PR] branch-3.0: [fix](cloud) fix job status is empty when label reused in cloud mode [doris]

2024-10-30 Thread via GitHub
liaoxin01 commented on PR #42878: URL: https://github.com/apache/doris/pull/42878#issuecomment-2449082133 run buildall -- 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 un

Re: [PR] [Improvement](join) support single column nullable join hash table context [doris]

2024-10-30 Thread via GitHub
BiteThet merged PR #42398: URL: https://github.com/apache/doris/pull/42398 -- 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

(doris) branch master updated (c69e8150830 -> 1dbd1469b4a)

2024-10-30 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c69e8150830 [refactor](metrics) Refactor metrics for some operators (#42909) add 1dbd1469b4a [Improvement](jo

Re: [PR] [opt](inverted index) New algorithm implementation for "match_phrase slop" [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42932: URL: https://github.com/apache/doris/pull/42932#discussion_r1822463890 ## be/src/olap/rowset/segment_v2/inverted_index/query/phrase_query/phrase_matcher.h: ## @@ -0,0 +1,71 @@ +// Licensed to the Apache Software Foundation (ASF

[PR] [chore](restore) Save restore stmt to the resp if RestoreSnapshot failed [doris]

2024-10-30 Thread via GitHub
w41ter opened a new pull request, #42933: URL: https://github.com/apache/doris/pull/42933 (no comment) -- 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-mai

Re: [PR] [chore](restore) Save restore stmt to the resp if RestoreSnapshot failed [doris]

2024-10-30 Thread via GitHub
w41ter commented on PR #42933: URL: https://github.com/apache/doris/pull/42933#issuecomment-2446851455 run buildall -- 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 unsub

(doris-website) branch master updated: [doc](typo) fix some typo in table-design section (#1240)

2024-10-30 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 89c06a106df [doc](typo) fix some typo

Re: [PR] [chore](restore) Save restore stmt to the resp if RestoreSnapshot failed [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42933: URL: https://github.com/apache/doris/pull/42933#issuecomment-2446850445 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [chore](ddl) support force_enable_feature_binlog #41796 [doris]

2024-10-30 Thread via GitHub
w41ter commented on PR #42925: URL: https://github.com/apache/doris/pull/42925#issuecomment-2446518189 run buildall -- 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 unsub

Re: [PR] [improve](ip-function)improve is_ip_address_in_range for inverted index speed (#41768) [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42485: URL: https://github.com/apache/doris/pull/42485#discussion_r1822412938 ## be/src/vec/functions/function_ip.h: ## @@ -652,91 +652,180 @@ class FunctionIsIPAddressInRange : public IFunction { size_t get_number_of_arguments()

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446889396 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Refactor](pipeline) Remove some unused code in pipeline query engine [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42929: URL: https://github.com/apache/doris/pull/42929#issuecomment-2446898994 TeamCity be ut coverage result: Function Coverage: 37.90% (9848/25983) Line Coverage: 29.17% (81989/281116) Region Coverage: 28.55% (42319/148242) Branch Coverage: 25.0

Re: [PR] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
yagagagaga commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2446910861 run p0 -- 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 unsubsc

Re: [PR] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
yagagagaga commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2446910455 run cloud_p0 -- 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 u

Re: [PR] [fix](cloud-mow) Add enable config for procesing old version delete bitmap when doing cu compaction [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42471: URL: https://github.com/apache/doris/pull/42471#issuecomment-2446359341 ClickBench: Total hot run time: 32.78 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improvement](nereids) Use a unified approach to deal with monotonic function in partition prune [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42934: URL: https://github.com/apache/doris/pull/42934#issuecomment-2446935526 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [improvement](nereids) Use a unified approach to deal with monotonic function in partition prune [doris]

2024-10-30 Thread via GitHub
feiniaofeiafei opened a new pull request, #42934: URL: https://github.com/apache/doris/pull/42934 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [env](compile)open compile check in expr file [doris]

2024-10-30 Thread via GitHub
Mryange commented on PR #42648: URL: https://github.com/apache/doris/pull/42648#issuecomment-2446958834 run buildall -- 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 unsu

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42931: URL: https://github.com/apache/doris/pull/42931#issuecomment-2446759708 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [chore](restore) Save restore stmt to the resp if RestoreSnapshot failed [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42933: URL: https://github.com/apache/doris/pull/42933#issuecomment-2446979015 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [cherry-pick](branch-2.1) Pick "[Feature](schema change) Support add column bitmap with default value bitmap_empty (#42331)" [doris]

2024-10-30 Thread via GitHub
Yukang-Lian commented on PR #42702: URL: https://github.com/apache/doris/pull/42702#issuecomment-2446969333 run buildall -- 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

Re: [I] [Enhancement] (nereids)implement analyzeTableCommand in nereids [doris]

2024-10-30 Thread via GitHub
msridhar78 commented on issue #42705: URL: https://github.com/apache/doris/issues/42705#issuecomment-2446866628 @LiBinfeng-01 Please assign this issue to me -- 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

Re: [PR] [fix](build index)Fix build index failed on renamed column [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42882: URL: https://github.com/apache/doris/pull/42882#issuecomment-2446954571 TeamCity be ut coverage result: Function Coverage: 37.89% (9845/25985) Line Coverage: 29.16% (81990/281133) Region Coverage: 28.54% (42305/148256) Branch Coverage: 25.0

Re: [PR] [chore](BE) Add some compile time check to some files [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42930: URL: https://github.com/apache/doris/pull/42930#issuecomment-2447003857 TeamCity be ut coverage result: Function Coverage: 37.89% (9845/25986) Line Coverage: 29.17% (82001/281131) Region Coverage: 28.54% (42307/148245) Branch Coverage: 25.0

Re: [PR] [chore](BE) Add some compile time check to some files [doris]

2024-10-30 Thread via GitHub
zclllyybb commented on PR #42930: URL: https://github.com/apache/doris/pull/42930#issuecomment-2446757295 run buildall -- 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 un

Re: [PR] [feature](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
deardeng commented on code in PR #42401: URL: https://github.com/apache/doris/pull/42401#discussion_r1822433028 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -1344,7 +1344,16 @@ public class Config extends ConfigBase { * For performance based con

[PR] [chore](BE) Add some compile time check to some files [doris]

2024-10-30 Thread via GitHub
zclllyybb opened a new pull request, #42930: URL: https://github.com/apache/doris/pull/42930 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
Jibing-Li opened a new pull request, #42931: URL: https://github.com/apache/doris/pull/42931 backport: https://github.com/apache/doris/pull/42921 -- 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 t

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42931: URL: https://github.com/apache/doris/pull/42931#issuecomment-2446767517 run buildall -- 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 un

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42921: URL: https://github.com/apache/doris/pull/42921#issuecomment-2446777836 run buildall -- 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 un

Re: [PR] [chore](BE) Add some compile time check to some files [doris]

2024-10-30 Thread via GitHub
zclllyybb commented on PR #42930: URL: https://github.com/apache/doris/pull/42930#issuecomment-2446776489 run buildall -- 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 un

Re: [PR] [improve](backup) Reduce backup/restore job log size by compress [doris]

2024-10-30 Thread via GitHub
gavinchou commented on code in PR #42459: URL: https://github.com/apache/doris/pull/42459#discussion_r1822438090 ## fe/fe-core/src/main/java/org/apache/doris/persist/gson/GsonUtils.java: ## @@ -978,4 +986,26 @@ public T read(JsonReader reader) throws IOException { }

Re: [PR] [fix](heartbeat) fix heartbeat editlog no persist hbTime [doris]

2024-10-30 Thread via GitHub
yujun777 commented on PR #42653: URL: https://github.com/apache/doris/pull/42653#issuecomment-2446778421 run performance -- 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 comme

(doris) branch branch-2.1 updated: [fix](array) fix add_array_null_value for inverted index_builder (#42899)

2024-10-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new e43d255815f [fix](array) fix add_array_

Re: [PR] [Enhancement](backup) add progress for restore and backup job [doris]

2024-10-30 Thread via GitHub
dtkavin commented on PR #42928: URL: https://github.com/apache/doris/pull/42928#issuecomment-2446757537 @dataroaring -- 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 uns

Re: [PR] [test](doc) add table design example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
gavinchou merged PR #42444: URL: https://github.com/apache/doris/pull/42444 -- 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.ap

Re: [PR] [chore](BE) Add some compile time check to some files [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42930: URL: https://github.com/apache/doris/pull/42930#discussion_r1822444056 ## be/src/vec/exprs/table_function/vexplode_json_array.h: ## @@ -20,22 +20,19 @@ #include Review Comment: warning: 'glog/logging.h' file not found [cl

Re: [PR] [Enhancement](log) Make query relative BE log more reasonable [doris]

2024-10-30 Thread via GitHub
HappenLee commented on code in PR #42900: URL: https://github.com/apache/doris/pull/42900#discussion_r1822449200 ## be/src/runtime/fragment_mgr.cpp: ## @@ -701,20 +702,20 @@ Status FragmentMgr::_get_query_ctx(const Params& params, TUniqueId query_id, boo _exec

Re: [PR] [fix](heartbeat) fix heartbeat editlog no persist hbTime [doris]

2024-10-30 Thread via GitHub
yujun777 commented on PR #42653: URL: https://github.com/apache/doris/pull/42653#issuecomment-2446752927 run performance -- 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

Re: [PR] [doc](typo) fix some typo in table-design section [doris-website]

2024-10-30 Thread via GitHub
gavinchou merged PR #1240: URL: https://github.com/apache/doris-website/pull/1240 -- 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...@do

Re: [PR] [improve](ip-function)improve is_ip_address_in_range for inverted index speed (#41768) [doris]

2024-10-30 Thread via GitHub
amorynan commented on PR #42485: URL: https://github.com/apache/doris/pull/42485#issuecomment-2446653655 run buildall -- 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 uns

Re: [PR] Should block memtable only when buffer limit reached [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42927: URL: https://github.com/apache/doris/pull/42927#issuecomment-2446673412 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [chore](ddl) support force_enable_feature_binlog #41796 [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42925: URL: https://github.com/apache/doris/pull/42925#issuecomment-2446683778 TPC-DS: Total hot run time: 212570 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [chore](ddl) support force_enable_feature_binlog #41796 [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42925: URL: https://github.com/apache/doris/pull/42925#issuecomment-2446703378 ClickBench: Total hot run time: 30.49 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [Refactor](pipeline) Remove some unused code in pipeline query engine [doris]

2024-10-30 Thread via GitHub
HappenLee opened a new pull request, #42929: URL: https://github.com/apache/doris/pull/42929 ## Proposed changes 1. change some api unify 2. remove some unused code -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [Refactor](pipeline) Remove some unused code in pipeline query engine [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42929: URL: https://github.com/apache/doris/pull/42929#issuecomment-2446713234 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Enhancement](backup) add progress for restore and backup job [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42928: URL: https://github.com/apache/doris/pull/42928#issuecomment-2446712603 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](cloud) Fix constant folding for requests sent to BE without dis… [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42865: URL: https://github.com/apache/doris/pull/42865#issuecomment-2446321265 TPC-H: Total hot run time: 41362 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[PR] [opt](inverted index) New algorithm implementation for "match_phrase slop" [doris]

2024-10-30 Thread via GitHub
zzzxl1993 opened a new pull request, #42932: URL: https://github.com/apache/doris/pull/42932 ## Proposed changes 1. Reimplement using a higher version of Lucene's PhraseQuery -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] [Enhancement](log) Make query relative BE log more reasonable [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42900: URL: https://github.com/apache/doris/pull/42900#issuecomment-2446828941 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feature](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
deardeng commented on code in PR #42401: URL: https://github.com/apache/doris/pull/42401#discussion_r1822548779 ## fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java: ## @@ -193,19 +209,115 @@ public synchronized void process(String rawSql, List alterClauses,

Re: [PR] [nereids](enhance) Added order by and limit expr for show routine load [doris]

2024-10-30 Thread via GitHub
Toms1999 commented on PR #40938: URL: https://github.com/apache/doris/pull/40938#issuecomment-2446982372 run buildall -- 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 uns

Re: [PR] [improvement](build index)Optimize failed task check on same tablet [doris]

2024-10-30 Thread via GitHub
qidaye commented on PR #42295: URL: https://github.com/apache/doris/pull/42295#issuecomment-2447012629 run buildall -- 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 unsub

Re: [PR] [feature](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
deardeng commented on code in PR #42401: URL: https://github.com/apache/doris/pull/42401#discussion_r1822551848 ## fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java: ## @@ -193,19 +209,115 @@ public synchronized void process(String rawSql, List alterClauses,

Re: [PR] [feature](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union [doris]

2024-10-30 Thread via GitHub
englefly merged PR #42033: URL: https://github.com/apache/doris/pull/42033 -- 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.apa

Re: [PR] [feature](Nereids) support qualify stmt [doris]

2024-10-30 Thread via GitHub
qzsee commented on PR #40048: URL: https://github.com/apache/doris/pull/40048#issuecomment-2445992856 run p0 -- 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

Re: [PR] [refactor](agg) Refactor agg-related metrics [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42898: URL: https://github.com/apache/doris/pull/42898#discussion_r1822022027 ## be/src/pipeline/exec/streaming_aggregation_operator.cpp: ## @@ -848,12 +841,12 @@ Status StreamingAggLocalState::_get_with_serialized_key_result(Runtime

Re: [PR] [fi](Nerieds) fix FoldConstantRuleOnFE too slow when CaseWhen clause nesting multiple layers [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42897: URL: https://github.com/apache/doris/pull/42897#issuecomment-2446042737 TPC-H: Total hot run time: 41166 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[PR] [Fix] Update remote-storage.md [doris-website]

2024-10-30 Thread via GitHub
intelligentfu8 opened a new pull request, #1247: URL: https://github.com/apache/doris-website/pull/1247 表达的意思应该是:支持创建、修改和删除 # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English -- This is an automated messag

Re: [PR] [fi](Nerieds) fix FoldConstantRuleOnFE too slow when CaseWhen clause nesting multiple layers [doris]

2024-10-30 Thread via GitHub
924060929 commented on PR #42897: URL: https://github.com/apache/doris/pull/42897#issuecomment-2446056592 run buildall -- 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 un

Re: [PR] [fix](Nereids) simplify decimal comparison wrong when cast to smaller scale (#41151) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42871: URL: https://github.com/apache/doris/pull/42871#issuecomment-2446057498 TPC-DS: Total hot run time: 212089 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Bug](compile) fix compile error in master branch about GCC [doris]

2024-10-30 Thread via GitHub
zhangstar333 commented on PR #42936: URL: https://github.com/apache/doris/pull/42936#issuecomment-2447286549 run buildall -- 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

[PR] [fix](Outfile) It doesn't specify String logical type when it coms to export data to parquet file format. [doris]

2024-10-30 Thread via GitHub
BePPPower opened a new pull request, #42918: URL: https://github.com/apache/doris/pull/42918 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [Test](bloom filter) add retry query for bloom filter test case [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42937: URL: https://github.com/apache/doris/pull/42937#issuecomment-2447322812 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
gavinchou commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1822710982 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +43,21 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK(); } +//

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42931: URL: https://github.com/apache/doris/pull/42931#issuecomment-2447364390 run p0 -- 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 unsubscr

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446015120 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [Branch-2.0](Schema Change)light schema change support add key column [doris]

2024-10-30 Thread via GitHub
mongo360 opened a new pull request, #42915: URL: https://github.com/apache/doris/pull/42915 ## Proposed changes pick: https://github.com/apache/doris/pull/42911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[PR] [Test](bloom filter) add retry query for bloom filter test case [doris]

2024-10-30 Thread via GitHub
airborne12 opened a new pull request, #42937: URL: https://github.com/apache/doris/pull/42937 ## Proposed changes add query into retry logic for bloom filter test case -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] [Test](bloom filter) add retry query for bloom filter test case [doris]

2024-10-30 Thread via GitHub
airborne12 commented on PR #42937: URL: https://github.com/apache/doris/pull/42937#issuecomment-2447323437 run buildall -- 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 u

(doris-website) branch master updated: [fix](load) fix typos in load docs (#1238)

2024-10-30 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 2ea857dde66 [fix](load) fix typos in loa

Re: [PR] [fix](load) fix typos in load docs [doris-website]

2024-10-30 Thread via GitHub
liaoxin01 merged PR #1238: URL: https://github.com/apache/doris-website/pull/1238 -- 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...@do

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-30 Thread via GitHub
amorynan commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1822752087 ## regression-test/data/nereids_function_p0/fn_test_ip_special.csv: ## @@ -0,0 +1,28 @@ +1;127.0.0.1;::1 Review Comment: done! I add invalid csv data -- This i

Re: [PR] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2446171708 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

<    1   2   3   4   5   6   7   8   9   >