Re: [PR] [opt](invert index) modify of time series compaction policy [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on code in PR #31888: URL: https://github.com/apache/doris/pull/31888#discussion_r1514581745 ## be/src/olap/tablet_meta.cpp: ## @@ -907,6 +916,8 @@ bool operator==(const TabletMeta& a, const TabletMeta& b) { if (a._time_series_compaction_empty_

Re: [PR] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31889: URL: https://github.com/apache/doris/pull/31889#issuecomment-1981012796 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] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
nanfeng1999 opened a new pull request, #31889: URL: https://github.com/apache/doris/pull/31889 ## Proposed changes Issue Number: close #xxx ``` mysql> SELECT * FROM kafka("kafka_broker_list" = "127.0.0.1:9092","kafka_topic" = "my-topic", "format" = "csv", "column_separator" =

Re: [PR] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
nanfeng1999 closed pull request #31881: [feature](tvf) doris support kafka tvf URL: https://github.com/apache/doris/pull/31881 -- 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.

Re: [PR] [improvement](alter table) cann't rewrite force property [doris]

2024-03-06 Thread via GitHub
924060929 commented on code in PR #31820: URL: https://github.com/apache/doris/pull/31820#discussion_r1514598344 ## fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java: ## @@ -92,8 +92,9 @@ public void run() { @VisibleForTesting public st

Re: [PR] [improvement](jdbc catalog) opt get db2 schema list & xml type mapping [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31856: URL: https://github.com/apache/doris/pull/31856#issuecomment-1981021282 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [improvement](jdbc catalog) opt get db2 schema list & xml type mapping [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31856: URL: https://github.com/apache/doris/pull/31856#issuecomment-1981021195 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] [Feature-WIP](partition) Suppor null range partition [doris]

2024-03-06 Thread via GitHub
zclllyybb commented on PR #31827: URL: https://github.com/apache/doris/pull/31827#issuecomment-1981023114 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](jdbc catalog) opt get db2 schema list & xml type mapping [doris]

2024-03-06 Thread via GitHub
zy-kkk merged PR #31856: URL: https://github.com/apache/doris/pull/31856 -- 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

(doris) branch master updated (59c3d8b9ae6 -> 3864fa5281f)

2024-03-06 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 59c3d8b9ae6 [fix](regression test) fix alter force property in cloud mode (#31874) add 3864fa5281f [improvement](j

Re: [PR] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
morningman merged PR #31889: URL: https://github.com/apache/doris/pull/31889 -- 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.a

(doris) branch kafka_tvf updated: [feature](tvf) doris support kafka tvf (#31889)

2024-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch kafka_tvf in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/kafka_tvf by this push: new f5888d3f16a [feature](tvf) doris suppor

Re: [PR] [Feature](TrinoConnector-Catalog) Be supports trino-connector catalog [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31879: URL: https://github.com/apache/doris/pull/31879#issuecomment-1981027582 TeamCity be ut coverage result: Function Coverage: 35.40% (8559/24181) Line Coverage: 27.15% (69474/255905) Region Coverage: 26.37% (36040/136696) Branch Coverage: 23.2

Re: [PR] [improvement](alter table) cann't rewrite force property [doris]

2024-03-06 Thread via GitHub
924060929 commented on code in PR #31820: URL: https://github.com/apache/doris/pull/31820#discussion_r1514598344 ## fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java: ## @@ -92,8 +92,9 @@ public void run() { @VisibleForTesting public st

Re: [PR] [Fix](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
wyxxxcat commented on PR #31692: URL: https://github.com/apache/doris/pull/31692#issuecomment-1981043716 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] [opt](invert index) modify of time series compaction policy [doris]

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

Re: [PR] [Refactor](metric) Use bvar to refactor metric framework [doris]

2024-03-06 Thread via GitHub
hongkun-Shao closed pull request #31386: [Refactor](metric) Use bvar to refactor metric framework URL: https://github.com/apache/doris/pull/31386 -- 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

[PR] [Fix](load) Fix insert into wrong value [doris]

2024-03-06 Thread via GitHub
Yukang-Lian opened a new pull request, #31890: URL: https://github.com/apache/doris/pull/31890 Problem: When the old optimizer processes an INSERT INTO statement that contains two quotation marks, it results in only one quotation mark being written into the database. Reason: During s

Re: [PR] [Fix](load) Fix insert into wrong value [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31890: URL: https://github.com/apache/doris/pull/31890#issuecomment-1981063063 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] [Cherry-Pick](Fix) cherry-pick "[Fix](load) Fix insert into wrong value #31890" [doris]

2024-03-06 Thread via GitHub
Yukang-Lian opened a new pull request, #31891: URL: https://github.com/apache/doris/pull/31891 pick #31890 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@d

Re: [PR] [Cherry-Pick](Fix) cherry-pick "[Fix](load) Fix insert into wrong value #31890" [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31891: URL: https://github.com/apache/doris/pull/31891#issuecomment-1981077123 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] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
HappenLee commented on PR #31884: URL: https://github.com/apache/doris/pull/31884#issuecomment-1981077342 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] [Cherry-Pick](Fix) cherry-pick "[Fix](load) Fix insert into wrong value #31890" [doris]

2024-03-06 Thread via GitHub
Yukang-Lian commented on PR #31891: URL: https://github.com/apache/doris/pull/31891#issuecomment-1981077554 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: [PR] [Fix](load) Fix insert into wrong value [doris]

2024-03-06 Thread via GitHub
Yukang-Lian commented on PR #31890: URL: https://github.com/apache/doris/pull/31890#issuecomment-1981077751 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] Doris Roadmap 2024 [doris]

2024-03-06 Thread via GitHub
morningman commented on issue #30669: URL: https://github.com/apache/doris/issues/30669#issuecomment-1981079825 > why there is no 'Support building mv from Paimon table' It will be supported -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] [opt](invert index) modify of time series compaction policy [doris]

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

Re: [I] Doris Roadmap 2024 [doris]

2024-03-06 Thread via GitHub
morningman commented on issue #30669: URL: https://github.com/apache/doris/issues/30669#issuecomment-1981087081 > `BI tools compatibility` Can it be adapted to https://github.com/devlive-community/datacap? Hi @qianmoQ, I am not familiar with datacap, but you are very welcome to helping

Re: [PR] [opt](invert index) modify of time series compaction policy [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31888: URL: https://github.com/apache/doris/pull/31888#issuecomment-1981099005 ClickBench: Total hot run time: 31.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
dataroaring commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1981102103 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

(doris) branch master updated (3864fa5281f -> bdbad5bf7b0)

2024-03-06 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3864fa5281f [improvement](jdbc catalog) opt get db2 schema list & xml type mapping (#31856) add bdbad5bf7b0 [typo]

Re: [PR] [typo](doc) Add a full backup case and modify sidebars [doris]

2024-03-06 Thread via GitHub
zy-kkk merged PR #31801: URL: https://github.com/apache/doris/pull/31801 -- 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] [opt](invert index) modify of time series compaction policy [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31888: URL: https://github.com/apache/doris/pull/31888#issuecomment-1981105681 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 51c3af870082d862e6d53560b6805eec92b4d946 with default session variables Stream

Re: [PR] [Fix](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31692: URL: https://github.com/apache/doris/pull/31692#issuecomment-1981116562 TeamCity be ut coverage result: Function Coverage: 35.40% (8557/24174) Line Coverage: 27.15% (69452/255792) Region Coverage: 26.36% (36024/136662) Branch Coverage: 23.2

Re: [PR] [opt](invert index) modify of time series compaction policy [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31888: URL: https://github.com/apache/doris/pull/31888#issuecomment-1981121562 TeamCity be ut coverage result: Function Coverage: 37.80% (8037/21263) Line Coverage: 29.48% (65574/222399) Region Coverage: 28.94% (33732/116555) Branch Coverage: 24.7

Re: [PR] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
dataroaring commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1981144141 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: [PR] [enhancement](cloud) update rows and versions after load [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31750: URL: https://github.com/apache/doris/pull/31750#issuecomment-1981145081 TeamCity be ut coverage result: Function Coverage: 35.39% (8556/24177) Line Coverage: 27.15% (69473/255902) Region Coverage: 26.37% (36030/136654) Branch Coverage: 23.2

Re: [PR] [Fix](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
zclllyybb commented on code in PR #31692: URL: https://github.com/apache/doris/pull/31692#discussion_r1514753238 ## be/src/io/fs/benchmark/fs_benchmark_tool.cpp: ## @@ -115,10 +115,14 @@ int main(int argc, char** argv) { // init s3 write buffer pool std::unique_ptr s

Re: [PR] [Feature-WIP](partition) Suppor null range partition [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31827: URL: https://github.com/apache/doris/pull/31827#issuecomment-1981224615 TeamCity be ut coverage result: Function Coverage: 35.41% (8559/24174) Line Coverage: 27.16% (69485/255824) Region Coverage: 26.37% (36034/136643) Branch Coverage: 23.2

Re: [PR] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31884: URL: https://github.com/apache/doris/pull/31884#issuecomment-1981266714 TeamCity be ut coverage result: Function Coverage: 35.41% (8559/24174) Line Coverage: 27.16% (69479/255808) Region Coverage: 26.38% (36043/136635) Branch Coverage: 23.2

Re: [PR] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1981267104 TeamCity be ut coverage result: Function Coverage: 35.41% (8559/24174) Line Coverage: 27.16% (69474/255816) Region Coverage: 26.37% (36030/136639) Branch Coverage: 23.2

[I] [Bug] Error occurred while passing status up [doris]

2024-03-06 Thread via GitHub
wyxxxcat opened a new issue, #31892: URL: https://github.com/apache/doris/issues/31892 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version v2.0.5 ### What'

Re: [PR] [Fix](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
wyxxxcat commented on PR #31692: URL: https://github.com/apache/doris/pull/31692#issuecomment-1981333134 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

[PR] [Enhancement] (recycle bin) Support delete catalog recycle bin [doris]

2024-03-06 Thread via GitHub
Dragonliu2018 opened a new pull request, #31893: URL: https://github.com/apache/doris/pull/31893 ## Proposed changes Issue Number: close #31348 Add a new command or key REMOVE to support delete catalog recycle bin. REMOVE is used similarly to RECOVER, refer to [RECOVER](htt

Re: [PR] [Enhancement] (recycle bin) Support delete catalog recycle bin [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31893: URL: https://github.com/apache/doris/pull/31893#issuecomment-1981379128 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](plsql) Support show procedure and show create procedure… [doris]

2024-03-06 Thread via GitHub
Vallishp commented on PR #31763: URL: https://github.com/apache/doris/pull/31763#issuecomment-1981416152 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] [Fix](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31692: URL: https://github.com/apache/doris/pull/31692#issuecomment-1981506708 TeamCity be ut coverage result: Function Coverage: 35.40% (8557/24174) Line Coverage: 27.16% (69467/255792) Region Coverage: 26.37% (36035/136662) Branch Coverage: 23.2

Re: [PR] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
dataroaring commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1982054484 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: [PR] [wip-feature](Policies) Support show partitions using storage policy [doris]

2024-03-06 Thread via GitHub
github-actions[bot] closed pull request #23429: [wip-feature](Policies) Support show partitions using storage policy URL: https://github.com/apache/doris/pull/23429 -- 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] [improvement](executor) make timeout mutable on executing fragment rpc [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #23307: URL: https://github.com/apache/doris/pull/23307#issuecomment-1982076688 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1982087885 TeamCity be ut coverage result: Function Coverage: 35.41% (8559/24174) Line Coverage: 27.16% (69473/255816) Region Coverage: 26.37% (36032/136639) Branch Coverage: 23.2

Re: [PR] [improvement](mtmv) Improve the performance for query rewritting by materialized view [doris]

2024-03-06 Thread via GitHub
seawinde commented on PR #31886: URL: https://github.com/apache/doris/pull/31886#issuecomment-1982125296 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: [I] [Bug] source code build error:configure: error: in `/opt/apache-doris-2.0.2.1-src/thirdparty/src/unixODBC-2.3.7' [doris]

2024-03-06 Thread via GitHub
ZuoTiJia commented on issue #30209: URL: https://github.com/apache/doris/issues/30209#issuecomment-1982140981 Hi, it looks like that there is no `clang` in your `env PATH`. use this command if you installed llvm-17 ```shell export PATH=/usr/lib/llvm-17/bin:$PATH ``` -- This is

Re: [PR] [feat](nereids) support null safe eq runtime filter (FE part) [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31655: URL: https://github.com/apache/doris/pull/31655#issuecomment-1982152682 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] [feat](nereids) support null safe eq runtime filter (FE part) [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31655: URL: https://github.com/apache/doris/pull/31655#issuecomment-1982152714 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] [Feature] support function hll_from_base64 [doris]

2024-03-06 Thread via GitHub
learner1212 commented on issue #31320: URL: https://github.com/apache/doris/issues/31320#issuecomment-1982158380 > > I can't found this function in any other OLAP engine. I need convert a base64 string(from spark/flink agg result) into a hll binary, and we found doris support function bitma

Re: [PR] [Enhancement](Load) Nereids supports http_stream and group_commit with stream load [doris]

2024-03-06 Thread via GitHub
zzzs commented on code in PR #31259: URL: https://github.com/apache/doris/pull/31259#discussion_r1515362656 ## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ## @@ -2967,6 +2972,141 @@ public List getReturnTypes() { return exprToType(parsedStmt.getR

Re: [PR] [fix](cloud) fix create tablet miss cluster key index [doris]

2024-03-06 Thread via GitHub
yujun777 commented on PR #31862: URL: https://github.com/apache/doris/pull/31862#issuecomment-1982176790 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 uns

Re: [PR] [feature](pipelineX) add mem control in local exchange sink [doris]

2024-03-06 Thread via GitHub
Mryange commented on PR #31840: URL: https://github.com/apache/doris/pull/31840#issuecomment-1982183015 run pipelinex_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] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31884: URL: https://github.com/apache/doris/pull/31884#issuecomment-1982188301 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] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31884: URL: https://github.com/apache/doris/pull/31884#issuecomment-1982188343 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
dataroaring commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1982189541 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: [PR] [fix](http stream) http stream support memtable_on_sink_node header [doris]

2024-03-06 Thread via GitHub
mymeiyi commented on PR #31866: URL: https://github.com/apache/doris/pull/31866#issuecomment-1982191236 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 unsubscrib

Re: [PR] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
dataroaring commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1982196944 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: [PR] [fix](binlog) Fix replay binlog gc when not found db binlog (#31463) [doris]

2024-03-06 Thread via GitHub
dataroaring merged PR #31872: URL: https://github.com/apache/doris/pull/31872 -- 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 branch-2.0 updated: [fix](binlog) Fix replay binlog gc when not found db binlog (#31463) (#31872)

2024-03-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 2f6d1ff41a7 [fix](binlog) Fix replay

Re: [PR] [fix](mtmv) rewritten plan output order is not correct [doris]

2024-03-06 Thread via GitHub
morrySnow commented on PR #31870: URL: https://github.com/apache/doris/pull/31870#issuecomment-1982200022 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) fix hint cases with random result [doris]

2024-03-06 Thread via GitHub
morrySnow commented on PR #31865: URL: https://github.com/apache/doris/pull/31865#issuecomment-1982203956 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] [enhancement](cloud) update rows and versions after load [doris]

2024-03-06 Thread via GitHub
freemandealer commented on PR #31750: URL: https://github.com/apache/doris/pull/31750#issuecomment-1982208202 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 unsu

Re: [PR] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31884: URL: https://github.com/apache/doris/pull/31884 -- 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

(doris) branch master updated (bdbad5bf7b0 -> 09efa2611f0)

2024-03-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bdbad5bf7b0 [typo](doc) Add a full backup case and modify sidebars (#31801) add 09efa2611f0 [Bug](fix) fix or a

Re: [PR] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
yiguolei commented on PR #31885: URL: https://github.com/apache/doris/pull/31885#issuecomment-1982209297 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] [feature](Nereids): support make miss slot as null alias when converting anti join [doris]

2024-03-06 Thread via GitHub
XieJiann commented on PR #31854: URL: https://github.com/apache/doris/pull/31854#issuecomment-1982210278 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] [chore](build) Using multithread to accelerate FE compilation [doris]

2024-03-06 Thread via GitHub
yiguolei commented on PR #31855: URL: https://github.com/apache/doris/pull/31855#issuecomment-1982212751 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] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1982213287 TeamCity be ut coverage result: Function Coverage: 35.40% (8558/24174) Line Coverage: 27.16% (69473/255804) Region Coverage: 26.38% (36037/136631) Branch Coverage: 23.2

Re: [PR] [feature](pipelineX) add mem control in local exchange sink [doris]

2024-03-06 Thread via GitHub
Mryange commented on PR #31840: URL: https://github.com/apache/doris/pull/31840#issuecomment-1982215100 run pipelinex_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] [feature](pipelineX) add mem control in local exchange sink [doris]

2024-03-06 Thread via GitHub
Mryange commented on PR #31840: URL: https://github.com/apache/doris/pull/31840#issuecomment-1982215177 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 unsubscrib

[PR] [Bug](top-n) init query_ctx runtime predicate before _build_pipelines [doris]

2024-03-06 Thread via GitHub
BiteThet opened a new pull request, #31895: URL: https://github.com/apache/doris/pull/31895 ## Proposed changes init query_ctx runtime predicate before _build_pipelines ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@dori

Re: [PR] [Bug](top-n) init query_ctx runtime predicate before _build_pipelines [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31895: URL: https://github.com/apache/doris/pull/31895#issuecomment-1982215300 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] [Bug](top-n) init query_ctx runtime predicate before _build_pipelines [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31895: URL: https://github.com/apache/doris/pull/31895 -- 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

(doris) branch branch-2.1 updated: [Bug](top-n) init query_ctx runtime predicate before _build_pipelines #31895

2024-03-06 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 2913a111f60 [Bug](top-n) init query_ctx

[PR] [Bug](top-n) init query_ctx runtime predicate before _build_pipelines [doris]

2024-03-06 Thread via GitHub
BiteThet opened a new pull request, #31896: URL: https://github.com/apache/doris/pull/31896 ## Proposed changes init query_ctx runtime predicate before _build_pipelines ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@

Re: [PR] [Bug](top-n) init query_ctx runtime predicate before _build_pipelines [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31896: URL: https://github.com/apache/doris/pull/31896#issuecomment-1982216990 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] [Bug](top-n) init query_ctx runtime predicate before _build_pipelines [doris]

2024-03-06 Thread via GitHub
BiteThet commented on PR #31896: URL: https://github.com/apache/doris/pull/31896#issuecomment-1982217018 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: [PR] [RuntimeFilter] (JDBC) jdbc scan node support IN/MIN_MAX runtime filter [doris]

2024-03-06 Thread via GitHub
DarvenDuan commented on PR #31741: URL: https://github.com/apache/doris/pull/31741#issuecomment-1982219019 run pipelinex_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.

Re: [PR] [cloud](point query) enable short circuit query in cloud [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31897: URL: https://github.com/apache/doris/pull/31897#issuecomment-1982219694 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] [cloud](point query) enable short circuit query in cloud [doris]

2024-03-06 Thread via GitHub
eldenmoon commented on PR #31897: URL: https://github.com/apache/doris/pull/31897#issuecomment-1982219904 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

[PR] [cloud](point query) enable short circuit query in cloud [doris]

2024-03-06 Thread via GitHub
eldenmoon opened a new pull request, #31897: URL: https://github.com/apache/doris/pull/31897 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] [RuntimeFilter] (JDBC) jdbc scan node support IN/MIN_MAX runtime filter [doris]

2024-03-06 Thread via GitHub
DarvenDuan commented on PR #31741: URL: https://github.com/apache/doris/pull/31741#issuecomment-1982221259 run arm -- 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 unsubs

Re: [PR] [RuntimeFilter] (JDBC) jdbc scan node support IN/MIN_MAX runtime filter [doris]

2024-03-06 Thread via GitHub
DarvenDuan commented on PR #31741: URL: https://github.com/apache/doris/pull/31741#issuecomment-1982221578 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. T

Re: [PR] [feature](pipelineX) add mem control in local exchange sink [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31840: URL: https://github.com/apache/doris/pull/31840#issuecomment-1982221673 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] [feature](pipelineX) add mem control in local exchange sink [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31840: URL: https://github.com/apache/doris/pull/31840#issuecomment-1982221691 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Bug](top-n) init query_ctx runtime predicate before _build_pipelines [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31895: URL: https://github.com/apache/doris/pull/31895#issuecomment-1982221777 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] [RuntimeFilter] (JDBC) jdbc scan node support IN/MIN_MAX runtime filter [doris]

2024-03-06 Thread via GitHub
DarvenDuan commented on PR #31741: URL: https://github.com/apache/doris/pull/31741#issuecomment-198475 run pipelinex_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.

Re: [PR] [RuntimeFilter] (JDBC) jdbc scan node support IN/MIN_MAX runtime filter [doris]

2024-03-06 Thread via GitHub
DarvenDuan commented on PR #31741: URL: https://github.com/apache/doris/pull/31741#issuecomment-198613 run cload_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] [RuntimeFilter] (JDBC) jdbc scan node support IN/MIN_MAX runtime filter [doris]

2024-03-06 Thread via GitHub
DarvenDuan commented on PR #31741: URL: https://github.com/apache/doris/pull/31741#issuecomment-198828 run cloud_p1 -- 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] [cloud](point query) enable short circuit query in cloud [doris]

2024-03-06 Thread via GitHub
eldenmoon commented on PR #31897: URL: https://github.com/apache/doris/pull/31897#issuecomment-198696 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] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

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

Re: [PR] [RuntimeFilter] (JDBC) jdbc scan node support IN/MIN_MAX runtime filter [doris]

2024-03-06 Thread via GitHub
DarvenDuan commented on PR #31741: URL: https://github.com/apache/doris/pull/31741#issuecomment-1982224265 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](money_format) fix money_format [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31883: URL: https://github.com/apache/doris/pull/31883#issuecomment-1982224421 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Nereids] add leading tpc-h [doris]

2024-03-06 Thread via GitHub
LiBinfeng-01 commented on PR #30405: URL: https://github.com/apache/doris/pull/30405#issuecomment-1982225103 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

<    1   2   3   4   5   6   7   8   >