[GitHub] [doris] ZhangYu0123 commented on pull request #18695: [chore](build) add apache-orc git submodule update path

2023-04-14 Thread via GitHub
ZhangYu0123 commented on PR #18695: URL: https://github.com/apache/doris/pull/18695#issuecomment-1509547954 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

[GitHub] [doris] ZhangYu0123 opened a new pull request, #18695: [chore](build) add apache-orc git submodule update path

2023-04-14 Thread via GitHub
ZhangYu0123 opened a new pull request, #18695: URL: https://github.com/apache/doris/pull/18695 # Proposed changes 1、 Add apache-orc git submodule update path, not update all modules When sh build.sh, update all modules will fails serveral times because of unstable github network. It

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #18694: [fix] set execution timeout for brokerload and use query timeout when…

2023-04-14 Thread via GitHub
github-actions[bot] commented on code in PR #18694: URL: https://github.com/apache/doris/pull/18694#discussion_r1167383999 ## be/src/runtime/runtime_state.h: ## @@ -89,7 +89,10 @@ class RuntimeState { } int query_parallel_instance_num() const { return _query_options.p

[GitHub] [doris] dataroaring opened a new pull request, #18694: [fix] set execution timeout for brokerload and use query timeout when…

2023-04-14 Thread via GitHub
dataroaring opened a new pull request, #18694: URL: https://github.com/apache/doris/pull/18694 … exec timeout is not set We should use query timeout if execution timeout is not set to upgrade. # Proposed changes Issue Number: close #xxx ## Problem summary De

[doris] branch master updated: [bugfix](inverted index) fix inverted index to support NULL value filter (#18302)

2023-04-14 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 98b8bef05b [bugfix](inverted index) fix inve

[GitHub] [doris] qidaye merged pull request #18302: [bugfix](inverted index) fix inverted index to support NULL value filter

2023-04-14 Thread via GitHub
qidaye merged PR #18302: URL: https://github.com/apache/doris/pull/18302 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509508869 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

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509505994 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.

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509500123 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.

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on code in PR #18691: URL: https://github.com/apache/doris/pull/18691#discussion_r1167373896 ## be/src/agent/task_worker_pool.cpp: ## @@ -269,6 +274,11 @@ void TaskWorkerPool::notify_thread() { VLOG_CRITICAL << "notify task worker pool: " << _n

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509499608 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.

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509486542 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

[GitHub] [doris] zy-kkk commented on pull request #18623: [improve](postgresql catalog) support postgresql bytea type to doris string

2023-04-14 Thread via GitHub
zy-kkk commented on PR #18623: URL: https://github.com/apache/doris/pull/18623#issuecomment-1509486206 run clickbench -- 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

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509486014 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.

[GitHub] [doris] github-actions[bot] commented on pull request #18336: [Bug](DECIMALV3) report failure if a decimal value is overflow

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18336: URL: https://github.com/apache/doris/pull/18336#issuecomment-1509482391 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

[GitHub] [doris] BiteTheDDDDt commented on pull request #18683: [Chore](thrift) add some check on client cache && remove some unused code && catch st…

2023-04-14 Thread via GitHub
BiteThet commented on PR #18683: URL: https://github.com/apache/doris/pull/18683#issuecomment-1509468450 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 unsu

[GitHub] [doris] BiteTheDDDDt commented on pull request #18683: [Chore](thrift) add some check on client cache && remove some unused code && catch st…

2023-04-14 Thread via GitHub
BiteThet commented on PR #18683: URL: https://github.com/apache/doris/pull/18683#issuecomment-1509468428 run 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509447902 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

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509446926 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.

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on code in PR #18691: URL: https://github.com/apache/doris/pull/18691#discussion_r1167352307 ## be/src/agent/task_worker_pool.cpp: ## @@ -592,12 +602,33 @@ void TaskWorkerPool::_alter_tablet_worker_thread_callback() { TAgentTaskRequest age

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509444374 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.

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-150945 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

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509416493 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

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509416327 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.

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509413931 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

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1509413832 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.

[GitHub] [doris] Mryange commented on pull request #18580: [feature](function) Add new parameters to 'trim'.

2023-04-14 Thread via GitHub
Mryange commented on PR #18580: URL: https://github.com/apache/doris/pull/18580#issuecomment-1509367453 run 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 unsubscrib

[GitHub] [doris] ZhangYu0123 commented on pull request #18692: [optimize](string) optimize instr and locate function for constant arguments

2023-04-14 Thread via GitHub
ZhangYu0123 commented on PR #18692: URL: https://github.com/apache/doris/pull/18692#issuecomment-1509318567 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 unsub

[GitHub] [doris] hello-stephen commented on pull request #18685: [feature](multicatalog) enable doris hive/iceberg catalog to read data on tencent GooseFS

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18685: URL: https://github.com/apache/doris/pull/18685#issuecomment-1509028132 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.11 seconds stream load tsv: 423 seconds loaded 74807831229 Bytes, about 168 MB/s

[GitHub] [doris] hello-stephen commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1508958665 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 32.79 seconds stream load tsv: 431 seconds loaded 74807831229 Bytes, about 165 MB/s

[GitHub] [doris] Yulei-Yang commented on pull request #18685: [feature](multicatalog) enable doris hive/iceberg catalog to read data on tencent GooseFS

2023-04-14 Thread via GitHub
Yulei-Yang commented on PR #18685: URL: https://github.com/apache/doris/pull/18685#issuecomment-1508920119 run clickbench -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #18693: [wip](file writer) no finalize anymore use flush wait instead

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18693: URL: https://github.com/apache/doris/pull/18693#issuecomment-1508916681 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

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1508917074 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

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1508912736 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.

[GitHub] [doris] ByteYue opened a new pull request, #18693: [wip](file writer) no finalize anymore use flush wait instead

2023-04-14 Thread via GitHub
ByteYue opened a new pull request, #18693: URL: https://github.com/apache/doris/pull/18693 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has un

[GitHub] [doris] luozenglin commented on pull request #18575: [improvement](resource-group) add test for resource group

2023-04-14 Thread via GitHub
luozenglin commented on PR #18575: URL: https://github.com/apache/doris/pull/18575#issuecomment-1508895851 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] TangSiyang2001 commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1508849340 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.

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1508839705 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

[GitHub] [doris] ZhangYu0123 commented on pull request #18692: [optimize](string) optimize instr and locate function for constant arguments

2023-04-14 Thread via GitHub
ZhangYu0123 commented on PR #18692: URL: https://github.com/apache/doris/pull/18692#issuecomment-1508803482 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

[GitHub] [doris] github-actions[bot] commented on pull request #18565: [feature](function) Modified cast as time to behave more like MySQL

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18565: URL: https://github.com/apache/doris/pull/18565#issuecomment-1508800237 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

[GitHub] [doris] github-actions[bot] commented on pull request #18692: [optimize](string) optimize instr and locate function for constant arguments

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18692: URL: https://github.com/apache/doris/pull/18692#issuecomment-1508798947 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

[GitHub] [doris] Mryange commented on pull request #18565: [feature](function) Modified cast as time to behave more like MySQL

2023-04-14 Thread via GitHub
Mryange commented on PR #18565: URL: https://github.com/apache/doris/pull/18565#issuecomment-1508796630 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

[GitHub] [doris] ZhangYu0123 opened a new pull request, #18692: [optimize](string) optimize instr and locate function for constant arguments

2023-04-14 Thread via GitHub
ZhangYu0123 opened a new pull request, #18692: URL: https://github.com/apache/doris/pull/18692 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Ha

[GitHub] [doris] github-actions[bot] commented on pull request #18691: [enhancement] make agent batch tasks cancelable in BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1508787487 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

[GitHub] [doris] TangSiyang2001 opened a new pull request, #18691: [enhancement] make agent batch task是、 cancel cancelable in BE

2023-04-14 Thread via GitHub
TangSiyang2001 opened a new pull request, #18691: URL: https://github.com/apache/doris/pull/18691 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ]

[GitHub] [doris] github-actions[bot] commented on pull request #18580: [feature](function) Add new parameters to 'trim'.

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18580: URL: https://github.com/apache/doris/pull/18580#issuecomment-1508718104 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

[GitHub] [doris] Mryange commented on pull request #18580: [feature](function) Add new parameters to 'trim'.

2023-04-14 Thread via GitHub
Mryange commented on PR #18580: URL: https://github.com/apache/doris/pull/18580#issuecomment-1508709975 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

[GitHub] [doris] xiaokang commented on pull request #18302: [bugfix](inverted index) fix inverted index to support NULL value filter

2023-04-14 Thread via GitHub
xiaokang commented on PR #18302: URL: https://github.com/apache/doris/pull/18302#issuecomment-1508680352 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

[GitHub] [doris] github-actions[bot] commented on pull request #18336: [Bug](DECIMALV3) report failure if a decimal value is overflow

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18336: URL: https://github.com/apache/doris/pull/18336#issuecomment-1508672615 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

[GitHub] [doris] morrySnow merged pull request #18657: [Enchancement](statistics) Show histogram statistics, show specified column statistics

2023-04-14 Thread via GitHub
morrySnow merged PR #18657: URL: https://github.com/apache/doris/pull/18657 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch master updated: [Enchancement](statistics) Show histogram statistics, show specified column statistics (#18657)

2023-04-14 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 d2efc619b0 [Enchancement](statistics) Show his

[GitHub] [doris] Gabriel39 commented on pull request #18336: [Bug](DECIMALV3) report failure if a decimal value is overflow

2023-04-14 Thread via GitHub
Gabriel39 commented on PR #18336: URL: https://github.com/apache/doris/pull/18336#issuecomment-1508665072 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

[GitHub] [doris] hello-stephen commented on pull request #18689: [fix](bitmap) fix bitmap_count errors to set nullable to non-nullable bitmap col

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18689: URL: https://github.com/apache/doris/pull/18689#issuecomment-1508638814 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.01 seconds stream load tsv: 433 seconds loaded 74807831229 Bytes, about 164 MB/s

[GitHub] [doris] 924060929 commented on pull request #18666: [Improve](fe)Use commons-lang3 uniformly and refactor PatternGenerator#generateTypePattern

2023-04-14 Thread via GitHub
924060929 commented on PR #18666: URL: https://github.com/apache/doris/pull/18666#issuecomment-1508634746 The multiple loop in the PatternGenerator#generateTypePattern is for readability, this function will invoke in the compile time so is not the hot point. Maybe we should use `java

[GitHub] [doris] github-actions[bot] commented on pull request #18657: [Enchancement](statistics) Show histogram statistics, show specified column statistics

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18657: URL: https://github.com/apache/doris/pull/18657#issuecomment-1508621898 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

[GitHub] [doris] nextdreamblue commented on pull request #18679: (fix)[load] add thread pool for sinker

2023-04-14 Thread via GitHub
nextdreamblue commented on PR #18679: URL: https://github.com/apache/doris/pull/18679#issuecomment-1508618704 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

[GitHub] [doris] 924060929 commented on pull request #18666: [Improve](fe)Use commons-lang3 uniformly and refactor PatternGenerator#generateTypePattern

2023-04-14 Thread via GitHub
924060929 commented on PR #18666: URL: https://github.com/apache/doris/pull/18666#issuecomment-1508612598 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

[GitHub] [doris] weizhengte commented on pull request #18657: [Enchancement](statistics) Show histogram statistics, show specified column statistics

2023-04-14 Thread via GitHub
weizhengte commented on PR #18657: URL: https://github.com/apache/doris/pull/18657#issuecomment-1508604449 > pull_request_target Sure, later there will be a p0 of pr perfecting these statistics, which is based on the statistics specification document -- This is an automated message

[GitHub] [doris] hello-stephen commented on pull request #18541: [Feature](aggregate) support generic aggregate functions on pre-aggregate model

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18541: URL: https://github.com/apache/doris/pull/18541#issuecomment-1508583518 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.15 seconds stream load tsv: 423 seconds loaded 74807831229 Bytes, about 168 MB/s

[GitHub] [doris] morningman commented on pull request #18690: [Fix](fe)Upgrade hive-catalog-shade version to 1.0.3

2023-04-14 Thread via GitHub
morningman commented on PR #18690: URL: https://github.com/apache/doris/pull/18690#issuecomment-1508577008 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[doris-shade] branch catalog-hive updated: [hive-catalog] update to 1.0.3 snapshot (#15)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch catalog-hive in repository https://gitbox.apache.org/repos/asf/doris-shade.git The following commit(s) were added to refs/heads/catalog-hive by this push: new 9d07603 [hive-catalog] upd

[GitHub] [doris-shade] morningman merged pull request #15: [hive-catalog] update to 1.0.3 snapshot

2023-04-14 Thread via GitHub
morningman merged PR #15: URL: https://github.com/apache/doris-shade/pull/15 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #18690: [Fix](fe)Upgrade hive-catalog-shade version to 1.0.3

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18690: URL: https://github.com/apache/doris/pull/18690#issuecomment-1508546315 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

[GitHub] [doris] github-actions[bot] commented on pull request #18690: [Fix](fe)Upgrade hive-catalog-shade version to 1.0.3

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18690: URL: https://github.com/apache/doris/pull/18690#issuecomment-1508546530 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

[GitHub] [doris] morningman commented on issue #16392: Doris Roadmap 2023

2023-04-14 Thread via GitHub
morningman commented on issue #16392: URL: https://github.com/apache/doris/issues/16392#issuecomment-1508540716 > By JNI, possibly -- 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 spec

[GitHub] [doris] CalvinKirs opened a new pull request, #18690: [Fix](fe)Upgrade hive-catalog-shade version to 1.0.3

2023-04-14 Thread via GitHub
CalvinKirs opened a new pull request, #18690: URL: https://github.com/apache/doris/pull/18690 # Proposed changes Upgrade hive-catalog-shade version to 1.0.3-snapshot ,Because there is a commons-cli conflict in 1.0.2-snapshot I don't know why, when I re-deploy the snapshot package, the

[GitHub] [doris] github-actions[bot] commented on pull request #18325: [Enhencement](Export) support export with outfile syntax

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18325: URL: https://github.com/apache/doris/pull/18325#issuecomment-1508527160 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

[GitHub] [doris] github-actions[bot] commented on pull request #18689: [fix](bitmap) fix bitmap_count errors to set nullable to non-nullable bitmap col

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18689: URL: https://github.com/apache/doris/pull/18689#issuecomment-1508499712 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

[GitHub] [doris-shade] morningman merged pull request #14: rename commons-cli to prevent conflicts

2023-04-14 Thread via GitHub
morningman merged PR #14: URL: https://github.com/apache/doris-shade/pull/14 -- 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

[GitHub] [doris] hello-stephen commented on pull request #18465: [fix](executor)Fix scanner's _max_thread_num may == 0

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18465: URL: https://github.com/apache/doris/pull/18465#issuecomment-1508497685 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 32.53 seconds stream load tsv: 444 seconds loaded 74807831229 Bytes, about 160 MB/s

[doris-shade] branch catalog-hive updated: rename commons-cli to prevent conflicts (#14)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch catalog-hive in repository https://gitbox.apache.org/repos/asf/doris-shade.git The following commit(s) were added to refs/heads/catalog-hive by this push: new 41b1ff1 rename commons-cli

[GitHub] [doris] luozenglin commented on pull request #18689: [fix](bitmap) fix bitmap_count errors to set nullable to non-nullable bitmap col

2023-04-14 Thread via GitHub
luozenglin commented on PR #18689: URL: https://github.com/apache/doris/pull/18689#issuecomment-1508497509 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] morrySnow commented on pull request #18596: [enhancement](Nereids) optimize bloom filter size computing strategy

2023-04-14 Thread via GitHub
morrySnow commented on PR #18596: URL: https://github.com/apache/doris/pull/18596#issuecomment-1508495203 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

[GitHub] [doris] luozenglin opened a new pull request, #18689: [fix](bitmap) fix bitmap_count errors to set nullable to non-nullable bitmap col

2023-04-14 Thread via GitHub
luozenglin opened a new pull request, #18689: URL: https://github.com/apache/doris/pull/18689 # Proposed changes Issue Number: close #17841 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [

[doris] 04/04: [fix](info_db) avoid infodb query timeout when external catalog info is too large or is not reachable (#18662)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit ca78c132d48bde99b940f2268d4e6fd94b1e31b7 Author: Mingyu Chen AuthorDate: Fri Apr 14 14:40:31 2023 +0800

[doris] 03/04: [fix](trino catalog) To specify both catalog and database, run the show table command (#18645)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 71df9d983c07b3bdabd27f693a620c937c9118d3 Author: yongkang.zhong AuthorDate: Fri Apr 14 17:51:50 2023 +0800

[doris] branch branch-1.2-lts updated (09ac48b4aa -> ca78c132d4)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 09ac48b4aa [cherry-pick](bitmapfilter) fix bitmap filter timeout unit error (#18672) new c911e688de [

[doris] 02/04: [Fix](multi-catalog) add handler for hms INSERT EVENT. (#17933)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 2bb84fc4f4b0e47e0bc7a01bebb68fc2bf50c230 Author: Xiangyu Wang AuthorDate: Fri Mar 24 10:17:47 2023 +0800

[doris] 01/04: [Fix](multi-catalog) invalidates the file cache when table is non-partitioned. (#17932)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit c911e688de57a3c3b992bc082ba1bf5df9543f90 Author: Xiangyu Wang AuthorDate: Wed Mar 22 23:34:18 2023 +0800

[doris] branch master updated: [test][typo](alter) enhance the suspicious rollup case for alter LSC and add experimental docs (#18612)

2023-04-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 30a783908e [test][typo](alter) enhance the susp

[GitHub] [doris] yiguolei merged pull request #18612: [test][typo](alter) enhance the suspicious rollup case for alter LSC and add experimental docs

2023-04-14 Thread via GitHub
yiguolei merged PR #18612: URL: https://github.com/apache/doris/pull/18612 -- 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

[GitHub] [doris] morrySnow commented on a diff in pull request #18599: [feature](Nereids): infer not null from Agg Count() without groupby.

2023-04-14 Thread via GitHub
morrySnow commented on code in PR #18599: URL: https://github.com/apache/doris/pull/18599#discussion_r1166822334 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/InferAggNotNull.java: ## @@ -0,0 +1,64 @@ +// Licensed to the Apache Software Foundation (A

[doris] branch master updated: [fix](nereids) only order by slot reference could use topn opt (#18622)

2023-04-14 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 f7e129934e [fix](nereids) only order by slot r

[GitHub] [doris] morrySnow merged pull request #18622: [fix](nereids)fix topN bug in nereids

2023-04-14 Thread via GitHub
morrySnow merged PR #18622: URL: https://github.com/apache/doris/pull/18622 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] hello-stephen commented on pull request #18681: Daft

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18681: URL: https://github.com/apache/doris/pull/18681#issuecomment-1508464620 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.81 seconds stream load tsv: 426 seconds loaded 74807831229 Bytes, about 167 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #18688: [fix](replica) Fix inconsistent replica id between FE and BE

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18688: URL: https://github.com/apache/doris/pull/18688#issuecomment-1508458858 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

[GitHub] [doris] platoneko opened a new pull request, #18688: [fix](replica) Fix inconsistent replica id between FE and BE

2023-04-14 Thread via GitHub
platoneko opened a new pull request, #18688: URL: https://github.com/apache/doris/pull/18688 The replica id is only sent to BE after Doris 1.2, while FE always has a replica id for each replica. However, due to some bugs, replica id of some tablets on BE was forgotten to be set or updated,

[GitHub] [doris] github-actions[bot] commented on pull request #18622: [fix](nereids)fix topN bug in nereids

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18622: URL: https://github.com/apache/doris/pull/18622#issuecomment-1508439314 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

[GitHub] [doris] github-actions[bot] commented on pull request #18622: [fix](nereids)fix topN bug in nereids

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18622: URL: https://github.com/apache/doris/pull/18622#issuecomment-1508439252 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

[GitHub] [doris] zhannngchen commented on a diff in pull request #18643: [improvement](merge-on-write) move segment check to delta writer

2023-04-14 Thread via GitHub
zhannngchen commented on code in PR #18643: URL: https://github.com/apache/doris/pull/18643#discussion_r1166777588 ## be/src/olap/delta_writer.cpp: ## @@ -359,6 +361,17 @@ Status DeltaWriter::close_wait(const PSlaveTabletNodes& slave_tablet_nodes, return res; }

[GitHub] [doris] jackwener commented on pull request #18675: [fix](Nereids): fix sum func in eager agg

2023-04-14 Thread via GitHub
jackwener commented on PR #18675: URL: https://github.com/apache/doris/pull/18675#issuecomment-1508427509 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 com

[doris] branch master updated: [Refactor](multi catalog)Remove redundant param context for FileQueryScanNode (#18636)

2023-04-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 683d64b361 [Refactor](multi catalog)Remove re

[GitHub] [doris] morningman merged pull request #18636: [Refactor](multi catalog)Remove redundant param context for FileQueryScanNode

2023-04-14 Thread via GitHub
morningman merged PR #18636: URL: https://github.com/apache/doris/pull/18636 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #18636: [Refactor](multi catalog)Remove redundant param context for FileQueryScanNode

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18636: URL: https://github.com/apache/doris/pull/18636#issuecomment-1508419662 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

[GitHub] [doris] github-actions[bot] commented on pull request #18636: [Refactor](multi catalog)Remove redundant param context for FileQueryScanNode

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18636: URL: https://github.com/apache/doris/pull/18636#issuecomment-1508419599 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

[GitHub] [doris] hello-stephen commented on pull request #18683: [Chore](thrift) add some check on client cache && remove some unused code && catch st…

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18683: URL: https://github.com/apache/doris/pull/18683#issuecomment-1508418277 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 32.7 seconds stream load tsv: 432 seconds loaded 74807831229 Bytes, about 165 MB/s

[GitHub] [doris] jackwener opened a new pull request, #18687: [enhance](Nereids): memo check cycle by getParentGroupExpressions().

2023-04-14 Thread via GitHub
jackwener opened a new pull request, #18687: URL: https://github.com/apache/doris/pull/18687 # Proposed changes Issue Number: close #xxx ## Problem summary memo check cycle by getParentGroupExpressions() instead of get all groupExpr ## Checklist(Required) *

[GitHub] [doris] github-actions[bot] commented on pull request #18652: [improve] Refactor file cache and Improve the file cache strategy

2023-04-14 Thread via GitHub
github-actions[bot] commented on PR #18652: URL: https://github.com/apache/doris/pull/18652#issuecomment-1508393806 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

[GitHub] [doris] hello-stephen commented on pull request #18675: [fix](Nereids): fix sum func in eager agg

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18675: URL: https://github.com/apache/doris/pull/18675#issuecomment-1508393006 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.65 seconds stream load tsv: 435 seconds loaded 74807831229 Bytes, about 164 MB/s

[GitHub] [doris] hello-stephen commented on pull request #18679: [fix][load] add thread pool for sinker

2023-04-14 Thread via GitHub
hello-stephen commented on PR #18679: URL: https://github.com/apache/doris/pull/18679#issuecomment-1508387951 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.92 seconds stream load tsv: 420 seconds loaded 74807831229 Bytes, about 169 MB/s

  1   2   3   >