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: [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 )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] [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] [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] [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] [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] [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] [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: [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] 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: [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

(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

[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

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

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

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

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

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

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

[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

[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

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] [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_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 +//

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

<    1   2   3   4   5