Re: [PR] [feature](Nereids): support `alter table t add constraint name constraints` [doris]

2023-11-26 Thread via GitHub
XieJiann commented on PR #27627: URL: https://github.com/apache/doris/pull/27627#issuecomment-1827316680 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](nereids)adjust distribution cost for better choice of broadcast join and shuffle join [doris]

2023-11-26 Thread via GitHub
englefly commented on PR #27113: URL: https://github.com/apache/doris/pull/27113#issuecomment-1827318057 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](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

2023-11-26 Thread via GitHub
w41ter commented on code in PR #26943: URL: https://github.com/apache/doris/pull/26943#discussion_r1405770228 ## regression-test/suites/backup_restore/test_backup_restore_keep_on_local.groovy: ## @@ -0,0 +1,91 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[PR] [feature](Nereids): support alter table `t` add constraint name constraints [doris]

2023-11-26 Thread via GitHub
XieJiann opened a new pull request, #27627: URL: https://github.com/apache/doris/pull/27627 ## 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](mailto

Re: [PR] [fix](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

2023-11-26 Thread via GitHub
w41ter commented on code in PR #26943: URL: https://github.com/apache/doris/pull/26943#discussion_r1405767616 ## regression-test/suites/backup_restore/test_backup_restore_keep_on_local.groovy: ## @@ -0,0 +1,91 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[PR] [Fix](statistics)Fix bug and improve auto analyze. [doris]

2023-11-26 Thread via GitHub
Jibing-Li opened a new pull request, #27626: URL: https://github.com/apache/doris/pull/27626 ## 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

[PR] [performance](Nereids): avoid use `getStringValue()` in getTimeFormatter() [doris]

2023-11-26 Thread via GitHub
jackwener opened a new pull request, #27625: URL: https://github.com/apache/doris/pull/27625 ## Proposed changes Original `getTimeFormatter()` will convert `long` to `string`, and then parse `string` to `int`. ## Further comments If this is a relatively large or complex

Re: [I] [Bug] 2.02 streamload 异常 [doris]

2023-11-26 Thread via GitHub
learner1212 commented on issue #27593: URL: https://github.com/apache/doris/issues/27593#issuecomment-1827288123 > I tested it on 2.0.3 and there was no problem. Please upgrade after the version is released. 2.0.2.1会有问题吗? 2.0.3看起来有点遥远 -- This is an automated message from the Apache

Re: [PR] [fix](multi-catalog)add properties converter fe ut [doris]

2023-11-26 Thread via GitHub
wsjz commented on PR #27254: URL: https://github.com/apache/doris/pull/27254#issuecomment-1827289187 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 unsubsc

Re: [PR] [performance](Nereids): avoid use `getStringValue()` in getTimeFormatter() [doris]

2023-11-26 Thread via GitHub
jackwener commented on PR #27625: URL: https://github.com/apache/doris/pull/27625#issuecomment-1827288754 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)when range bounder is inifinte, range length should be POSITIVE_INFINITE [doris]

2023-11-26 Thread via GitHub
englefly commented on PR #27624: URL: https://github.com/apache/doris/pull/27624#issuecomment-1827283692 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] [fix](nereids)when range bounder is inifinte, range length should be POSITIVE_INFINITE [doris]

2023-11-26 Thread via GitHub
englefly opened a new pull request, #27624: URL: https://github.com/apache/doris/pull/27624 ## 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](mailto

Re: [PR] [information_schema](tables)modify information_schema.tables rows column use cache rows. [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27028: URL: https://github.com/apache/doris/pull/27028#issuecomment-1827283150 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] [information_schema](tables)modify information_schema.tables rows column use cache rows. [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27028: URL: https://github.com/apache/doris/pull/27028#issuecomment-1827283101 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](window_function) support to secondary argument to ignore null values in first_value/last_value [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on code in PR #27623: URL: https://github.com/apache/doris/pull/27623#discussion_r1405751176 ## be/src/vec/aggregate_functions/aggregate_function_window.cpp: ## @@ -32,17 +32,32 @@ namespace doris::vectorized { template class AggregateFunctionT

Re: [PR] [fix](doc) spell error fixes for FE & BE Config documents [doris]

2023-11-26 Thread via GitHub
zy-kkk commented on code in PR #27619: URL: https://github.com/apache/doris/pull/27619#discussion_r1405744327 ## docs/zh-CN/docs/admin-manual/config/be-config.md: ## @@ -203,7 +203,7 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下 * 类型:int32 * 描述:配置BE的所属于的集群id。 - - 该值通常由FE通过心跳向BE下发,不需要额外进

Re: [PR] [fix](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

2023-11-26 Thread via GitHub
yuxuan-luo commented on PR #26943: URL: https://github.com/apache/doris/pull/26943#issuecomment-1827274471 run build all -- 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: [fix](planner)sort node should materialized required slots for itself (#27605)

2023-11-26 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 612347f650e [fix](planner)sort node should

Re: [PR] [fix](planner)sort node should materialized required slots for itself [doris]

2023-11-26 Thread via GitHub
starocean999 merged PR #27605: URL: https://github.com/apache/doris/pull/27605 -- 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

Re: [PR] [fix](doc) spell error fixes for FE & BE Config documents [doris]

2023-11-26 Thread via GitHub
zy-kkk commented on code in PR #27619: URL: https://github.com/apache/doris/pull/27619#discussion_r1405744327 ## docs/zh-CN/docs/admin-manual/config/be-config.md: ## @@ -203,7 +203,7 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下 * 类型:int32 * 描述:配置BE的所属于的集群id。 - - 该值通常由FE通过心跳向BE下发,不需要额外进

Re: [PR] [feat](window_function) support to secondary argument to ignore null values in first_value/last_value [doris]

2023-11-26 Thread via GitHub
mrhhsg commented on PR #27623: URL: https://github.com/apache/doris/pull/27623#issuecomment-1827274438 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

[PR] [feat](window_function) support to secondary argument to ignore null values in first_value/last_value [doris]

2023-11-26 Thread via GitHub
mrhhsg opened a new pull request, #27623: URL: https://github.com/apache/doris/pull/27623 ## Proposed changes For `first_value`: ```sql select first_value(col3, 1) over (partition by col1 order by col2) from t1 order by col1, col2; ``` The window function `first_value` wil

(doris) branch master updated (13b26ee920d -> dc1a31715ba)

2023-11-26 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 13b26ee920d [Fix](core) Fix wal space back pressure core and add regression test (#27311) add dc1a31715ba [doc](fl

Re: [PR] [feture](stream load) (step one)Add arrow data type for stream load [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on code in PR #26709: URL: https://github.com/apache/doris/pull/26709#discussion_r1405742045 ## be/src/vec/data_types/serde/data_type_datetimev2_serde.cpp: ## @@ -112,6 +120,52 @@ void DataTypeDateTimeV2SerDe::write_column_to_arrow(const IColumn& c

Re: [PR] [doc](flink) Update doc index title [doris]

2023-11-26 Thread via GitHub
zy-kkk merged PR #27410: URL: https://github.com/apache/doris/pull/27410 -- 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] New join2 [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on code in PR #27557: URL: https://github.com/apache/doris/pull/27557#discussion_r1405740629 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -412,17 +203,18 @@ Status ProcessHashTableProbe::do_process(HashTableType& hash output_b

Re: [I] SparkLoad 同步数据时DateTime 类型数据写入失败[Bug] [doris]

2023-11-26 Thread via GitHub
fhj123456789 commented on issue #27574: URL: https://github.com/apache/doris/issues/27574#issuecomment-1827267459 原因已经找到并且修改代码后可以正常写入 ![image](https://github.com/apache/doris/assets/67697088/98adfea1-06ba-4103-a040-e1046a93c4c0) 在range 分区转换datetime的时候,ETLConfig中的类型为DATETIMEV2,该版本的日期类对返

Re: [PR] [fix](planner)sort node should materialized required slots for itself [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27605: URL: https://github.com/apache/doris/pull/27605#issuecomment-1827265696 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] [fix](planner)sort node should materialized required slots for itself [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27605: URL: https://github.com/apache/doris/pull/27605#issuecomment-1827265645 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-Variant](Variant Type) support variant type query and index [doris]

2023-11-26 Thread via GitHub
doris-robot commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1827264667 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.53 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

Re: [PR] [feture](stream load) (step one)Add arrow data type for stream load [doris]

2023-11-26 Thread via GitHub
wuwenchi commented on PR #26709: URL: https://github.com/apache/doris/pull/26709#issuecomment-1827263586 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](Compression) Opt zstd block decompression by `ZSTD_decompressDCtx()` to replace streaming decompression. [doris]

2023-11-26 Thread via GitHub
kaka11chen commented on PR #27534: URL: https://github.com/apache/doris/pull/27534#issuecomment-1827263163 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.

Re: [PR] [fix](Nereids )fill up miss slot of order having project [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27480: URL: https://github.com/apache/doris/pull/27480#issuecomment-1827262830 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] [fix](Nereids )fill up miss slot of order having project [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27480: URL: https://github.com/apache/doris/pull/27480#issuecomment-1827262795 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] [Opt](Compression) Opt zstd block decompression by `ZSTD_decompressDCtx()` to replace streaming decompression. [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27534: URL: https://github.com/apache/doris/pull/27534#issuecomment-1827262778 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] [fix](Nereids) non-deterministic expression should not be constant [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27606: URL: https://github.com/apache/doris/pull/27606#issuecomment-1827260451 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] [doc](flink) Update doc index title [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27410: URL: https://github.com/apache/doris/pull/27410#issuecomment-1827260665 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: [I] [Bug] 2.02 streamload 异常 [doris]

2023-11-26 Thread via GitHub
LemonLiTree commented on issue #27593: URL: https://github.com/apache/doris/issues/27593#issuecomment-1827260596 I tested it on 2.0.3 and there was no problem. Please upgrade after the version is released. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] [fix](Nereids) non-deterministic expression should not be constant [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27606: URL: https://github.com/apache/doris/pull/27606#issuecomment-1827260412 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] [regression] remove useless pytest cases [doris]

2023-11-26 Thread via GitHub
zhangy5 commented on PR #27590: URL: https://github.com/apache/doris/pull/27590#issuecomment-1827259907 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] [doc](flink) Update doc index title [doris]

2023-11-26 Thread via GitHub
zy-kkk commented on PR #27410: URL: https://github.com/apache/doris/pull/27410#issuecomment-1827259952 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

[I] [Bug] Function signature nowInt8 is not found, Function now get failed, expr is VectorizedFnCall[now](arguments=,return=DateTimeV2) and return type is DateTimeV2 [doris]

2023-11-26 Thread via GitHub
streetbaby opened a new issue, #27622: URL: https://github.com/apache/doris/issues/27622 ### 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 Doris 2.0.0 #

Re: [PR] New join2 [doris]

2023-11-26 Thread via GitHub
BiteThet commented on PR #27557: URL: https://github.com/apache/doris/pull/27557#issuecomment-1827257736 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](planner)sort node should materialized required slots for itself [doris]

2023-11-26 Thread via GitHub
starocean999 commented on PR #27620: URL: https://github.com/apache/doris/pull/27620#issuecomment-1827257537 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] [tpch](nereids)fix bug when range bounder is infinit [doris]

2023-11-26 Thread via GitHub
englefly opened a new pull request, #27621: URL: https://github.com/apache/doris/pull/27621 ## 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](mailto

Re: [PR] [Feat](Nereids) support view as a independent unit of leading [doris]

2023-11-26 Thread via GitHub
LiBinfeng-01 commented on PR #27378: URL: https://github.com/apache/doris/pull/27378#issuecomment-1827257458 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](planner)sort node should materialized required slots for itself [doris]

2023-11-26 Thread via GitHub
starocean999 opened a new pull request, #27620: URL: https://github.com/apache/doris/pull/27620 ## Proposed changes pick from master https://github.com/apache/doris/pull/27605 ## Further comments If this is a relatively large or complex change, kick off the discussion

(doris) 02/13: fix outer join and other join conjuncts (#27319)

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit c2a3a36ed1475408e40136322809dec96c0db92a Author: HappenLee AuthorDate: Tue Nov 21 12:04:02 2023 +0800 fix out

(doris) 10/13: fix

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 75e9798f9d356162a42b0da40d72dc6e3fe28f55 Author: BiteThet AuthorDate: Fri Nov 24 19:06:08 2023 +0800 fix

(doris) 07/13: update

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit dac204d6e53128751f4f1c9a0edcc72adf87334e Author: BiteThet AuthorDate: Thu Nov 23 16:53:09 2023 +0800 upda

(doris) 05/13: update fix

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit c8d72228e63422076e4b49bafe13ca7a5a128be9 Author: BiteThet AuthorDate: Wed Nov 22 18:56:10 2023 +0800 upda

(doris) 09/13: fix

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 9f1db34e9c904ca2d6981f31ee9dbe2a17d2a5d5 Author: BiteThet AuthorDate: Fri Nov 24 16:02:51 2023 +0800 fix

(doris) 11/13: [performance] opt the join and other join conjuncts (#27604)

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit f67d0b1635e8a8ac4e6ec406930987410f209e78 Author: HappenLee AuthorDate: Mon Nov 27 11:32:24 2023 +0800 [perfor

(doris) 13/13: fix

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 57160b4346fd48c5c597eb37e116f830a8658732 Author: BiteThet AuthorDate: Mon Nov 27 15:17:47 2023 +0800 fix

(doris) 03/13: [Rf](bf) fix bug of in change bf (#27355)

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 7e6fe0b58dc71d75b73382c82a1df5f296deff77 Author: HappenLee AuthorDate: Tue Nov 21 16:24:35 2023 +0800 [Rf](bf

(doris) branch new_join2 updated (872b4f3a55e -> 57160b4346f)

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git omit 872b4f3a55e [performance] opt the join and other join conjuncts (#27604) omit 05d723dab44 fix omit 2014

(doris) 04/13: fix compile

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit c24fcd13cd1c6a9a187584e4f70a7e2f8a2319cb Author: BiteThet AuthorDate: Wed Nov 22 14:05:08 2023 +0800 fix

(doris) 12/13: update fix

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 65258c607e05a620d0543d02d5f6e768621a4c7a Author: BiteThet AuthorDate: Mon Nov 27 13:23:41 2023 +0800 upda

(doris) 06/13: fix

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit f7f982d7898da8415d76fe1a9cc78e1600843cf3 Author: BiteThet AuthorDate: Thu Nov 23 15:01:13 2023 +0800 fix

(doris) 08/13: fix

2023-11-26 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 8b487c0734dacedaec6935d20dbc1b0049d23a1f Author: BiteThet AuthorDate: Thu Nov 23 18:06:04 2023 +0800 fix

Re: [PR] [enhancement](audit-log) add status code and error msg to audit log for proxy stmt [doris]

2023-11-26 Thread via GitHub
doris-robot commented on PR #27607: URL: https://github.com/apache/doris/pull/27607#issuecomment-1827256394 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.72 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes,

[PR] [fix](doc) spell error fixes for FE & BE Config documents [doris]

2023-11-26 Thread via GitHub
Nitin-Kashyap opened a new pull request, #27619: URL: https://github.com/apache/doris/pull/27619 Spell error fixes in documentation for FE & BE configurations page -- 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] [test](executor) Add regressiont test for query queue [doris]

2023-11-26 Thread via GitHub
doris-robot commented on PR #27613: URL: https://github.com/apache/doris/pull/27613#issuecomment-1827253907 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.13 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

Re: [PR] [enhancement](audit-log) add status code and error msg to audit log for proxy stmt [doris]

2023-11-26 Thread via GitHub
doris-robot commented on PR #27607: URL: https://github.com/apache/doris/pull/27607#issuecomment-1827250536 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 4da1f221dc0f53a029d06ca9b5ca3d025c6103e0, data reload: false

(doris) branch master updated (234aff3e788 -> 13b26ee920d)

2023-11-26 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 234aff3e788 [feature](Nereids): Pushdown TopN through Union (#27535) add 13b26ee920d [Fix](core) Fix wal spac

Re: [PR] [Fix](core) Fix wal space back pressure core and add regression test [doris]

2023-11-26 Thread via GitHub
dataroaring merged PR #27311: URL: https://github.com/apache/doris/pull/27311 -- 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: [chore](case) Use correct insert stmt for cold heat separation case #27546 (#27585)

2023-11-26 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 80ca630bd57 [chore](case) Use corre

Re: [PR] [chore](case) Use correct insert stmt for cold heat separation case #… [doris]

2023-11-26 Thread via GitHub
zhangstar333 merged PR #27585: URL: https://github.com/apache/doris/pull/27585 -- 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](regression test) fix test_schema_change_cold_heat case (#27556) (#27584)

2023-11-26 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 c68dad63b62 [fix](regression test)

Re: [PR] [fix](regression test) fix test_schema_change_cold_heat case (#27556) [doris]

2023-11-26 Thread via GitHub
zhangstar333 merged PR #27584: URL: https://github.com/apache/doris/pull/27584 -- 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

Re: [PR] [fix](ci) fix bug that "run build\n" not trigger pipeline [doris]

2023-11-26 Thread via GitHub
hello-stephen commented on PR #27617: URL: https://github.com/apache/doris/pull/27617#issuecomment-1827243585 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. T

Re: [PR] [refactor](Nereids): unify one DateLiteral init() [doris]

2023-11-26 Thread via GitHub
jackwener commented on PR #27618: URL: https://github.com/apache/doris/pull/27618#issuecomment-1827238236 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](ci) fix bug that "run build\n" not trigger pipeline [doris]

2023-11-26 Thread via GitHub
hello-stephen commented on PR #27617: URL: https://github.com/apache/doris/pull/27617#issuecomment-1827237092 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. T

Re: [PR] [test](executor) Add regressiont test for query queue [doris]

2023-11-26 Thread via GitHub
doris-robot commented on PR #27613: URL: https://github.com/apache/doris/pull/27613#issuecomment-1827236261 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit df594eedfb70831947f9fbf20318dc89fbae1038, data reload: false

Re: [PR] [fix](ci) fix bug that "run build\n" not trigger pipeline [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27617: URL: https://github.com/apache/doris/pull/27617#issuecomment-1827235637 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] [fix](ci) fix bug that "run build\n" not trigger pipeline [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27617: URL: https://github.com/apache/doris/pull/27617#issuecomment-1827235490 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

[PR] [refactor](Nereids): unify one DateLiteral init() [doris]

2023-11-26 Thread via GitHub
jackwener opened a new pull request, #27618: URL: https://github.com/apache/doris/pull/27618 ## 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

[PR] [fix](ci) fix bug that "run build\n" not trigger pipeline [doris]

2023-11-26 Thread via GitHub
hello-stephen opened a new pull request, #27617: URL: https://github.com/apache/doris/pull/27617 ## 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](m

Re: [PR] [feture](stream load) (step one)Add arrow data type for stream load [doris]

2023-11-26 Thread via GitHub
wuwenchi commented on PR #26709: URL: https://github.com/apache/doris/pull/26709#issuecomment-1827227910 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] [DOC](sparkload)add spark load faq [doris]

2023-11-26 Thread via GitHub
wuwenchi commented on PR #27455: URL: https://github.com/apache/doris/pull/27455#issuecomment-1827228107 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](multi-catalog)add properties converter fe ut [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27254: URL: https://github.com/apache/doris/pull/27254#issuecomment-1827226805 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] [fix](multi-catalog)add properties converter fe ut [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27254: URL: https://github.com/apache/doris/pull/27254#issuecomment-1827226768 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: [I] [Bug] create table statement doesn't inherit the tag.location.default value in database properties [doris]

2023-11-26 Thread via GitHub
LemonLiTree commented on issue #27610: URL: https://github.com/apache/doris/issues/27610#issuecomment-1827226395 2.0.3 has fixed this issue https://github.com/apache/doris/assets/109049295/e01f1b8d-0fb4-4996-bec0-58f64f5a83ff";> -- This is an automated message from the Apache Git Se

Re: [PR] Pick "[enhance](S3) Print the error detail for every s3 operation (#27572)" [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27615: URL: https://github.com/apache/doris/pull/27615#issuecomment-1827222392 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: [I] [Feature] doris 提供完整的antlr4 语法文件? [doris]

2023-11-26 Thread via GitHub
smlHao commented on issue #21586: URL: https://github.com/apache/doris/issues/21586#issuecomment-1827221854 > > > 用到antlr4语法文件 > > > > > > @melin 大佬,血缘解析是咋做的,有没有demo可以学习下? > > 可以参考这个项目:https://github.com/melin/sqlflow @melin 大佬。可以加您微信或者钉钉吗? -- This is an automated

Re: [PR] [case](regression-test) add backup recovery for inverted index and bl… [doris]

2023-11-26 Thread via GitHub
felixwluo commented on PR #27616: URL: https://github.com/apache/doris/pull/27616#issuecomment-1827220677 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. T

[PR] [case](regression-test) add backup recovery for inverted index and bl… [doris]

2023-11-26 Thread via GitHub
felixwluo opened a new pull request, #27616: URL: https://github.com/apache/doris/pull/27616 …oom filter ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@dori

Re: [PR] [test](executor) Add regressiont test for query queue [doris]

2023-11-26 Thread via GitHub
github-actions[bot] commented on PR #27613: URL: https://github.com/apache/doris/pull/27613#issuecomment-1827219998 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] Pick "[enhance](S3) Print the error detail for every s3 operation (#27572)" [doris]

2023-11-26 Thread via GitHub
ByteYue opened a new pull request, #27615: URL: https://github.com/apache/doris/pull/27615 ## Proposed changes Issue Number: close #xxx same as master #27572 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@dor

Re: [PR] Pick "[enhance](S3) Print the error detail for every s3 operation (#27572)" [doris]

2023-11-26 Thread via GitHub
ByteYue commented on PR #27615: URL: https://github.com/apache/doris/pull/27615#issuecomment-1827216172 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] [Feat](Nereids) support view as a independent unit of leading [doris]

2023-11-26 Thread via GitHub
doris-robot commented on PR #27378: URL: https://github.com/apache/doris/pull/27378#issuecomment-182725 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.97 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

Re: [PR] [test](executor) Add regressiont test for query queue [doris]

2023-11-26 Thread via GitHub
wangbo commented on PR #27613: URL: https://github.com/apache/doris/pull/27613#issuecomment-1827211000 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

[PR] [test](executor) Add regressiont test for query queue [doris]

2023-11-26 Thread via GitHub
wangbo opened a new pull request, #27613: URL: https://github.com/apache/doris/pull/27613 1 Add regressiont test for query queue. 2 open workload group in P0 test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [docs](fix) fix document error [doris]

2023-11-26 Thread via GitHub
LemonLiTree commented on PR #27612: URL: https://github.com/apache/doris/pull/27612#issuecomment-1827210440 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] [docs](fix) fix document error [doris]

2023-11-26 Thread via GitHub
LemonLiTree opened a new pull request, #27612: URL: https://github.com/apache/doris/pull/27612 ## 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](mai

[PR] [fix](doc) chinese translation replaced and case fix [doris]

2023-11-26 Thread via GitHub
Nitin-Kashyap opened a new pull request, #27611: URL: https://github.com/apache/doris/pull/27611 Doc fix: changed spell case for OLAP and replaced chinese text in english -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[I] [Bug] create table statement doesn't inherit the tag.location.default value in database properties [doris]

2023-11-26 Thread via GitHub
trikker opened a new issue, #27610: URL: https://github.com/apache/doris/issues/27610 ### 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 2.0.2 ### What's

Re: [I] [Bug] 2.02 streamload 异常 [doris]

2023-11-26 Thread via GitHub
learner1212 commented on issue #27593: URL: https://github.com/apache/doris/issues/27593#issuecomment-1827204154 ![QQ图片20231127101244](https://github.com/apache/doris/assets/22979092/ec9994b5-3203-4d1f-85c4-c6548fd13b42) 补充图片 -- This is an automated message from the Apache Git Service.

Re: [PR] [Feat](Nereids) support view as a independent unit of leading [doris]

2023-11-26 Thread via GitHub
doris-robot commented on PR #27378: URL: https://github.com/apache/doris/pull/27378#issuecomment-1827201503 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit b843f6a5bfcde07f5ca718ad0068bb9490a5, data reload: false

[PR] [fix](doc) spell error and aligned with code [doris]

2023-11-26 Thread via GitHub
Nitin-Kashyap opened a new pull request, #27609: URL: https://github.com/apache/doris/pull/27609 ## Proposed changes Aligned the spelling for log in code to log sample, Additionally corrected spell for succeed to succeeded -- This is an automated message from the Apache Git S

  1   2   3   4   5   >