[GitHub] [doris] starocean999 commented on pull request #18630: [fix](planner)keep all agg functions if there is any virtual slots in group by list

2023-04-12 Thread via GitHub
starocean999 commented on PR #18630: URL: https://github.com/apache/doris/pull/18630#issuecomment-1506449791 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] starocean999 opened a new pull request, #18630: [fix](planner)keep all agg functions if there is any virtual slots in group by list

2023-04-12 Thread via GitHub
starocean999 opened a new pull request, #18630: URL: https://github.com/apache/doris/pull/18630 # Proposed changes Issue Number: close #xxx ## Problem summary Because of the limitation of ProjectPlanner, we have to keep set agg functions materialized if there is any virt

[GitHub] [doris] BiteTheDDDDt commented on pull request #18629: [Enchancement](materialized-view) rename materialized-view to materialized-index

2023-04-12 Thread via GitHub
BiteThet commented on PR #18629: URL: https://github.com/apache/doris/pull/18629#issuecomment-1506449339 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 #18629: [Enchancement](materialized-view) rename materialized-view to materialized-index

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18629: URL: https://github.com/apache/doris/pull/18629#issuecomment-1506448792 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 opened a new pull request, #18629: [Enchancement](materialized-view) rename materialized-view to materialized-index

2023-04-12 Thread via GitHub
BiteThet opened a new pull request, #18629: URL: https://github.com/apache/doris/pull/18629 # Proposed changes In the past doris, we have **rollup** and **materialized view**, which are fully synchronized with the base table and can be used to speed up the query. In the new version

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #18627: [Refact](type system) refact serde for type system and pb serde impl

2023-04-12 Thread via GitHub
github-actions[bot] commented on code in PR #18627: URL: https://github.com/apache/doris/pull/18627#discussion_r1165077989 ## be/src/vec/data_types/serde/data_type_array_serde.h: ## @@ -0,0 +1,34 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

[GitHub] [doris] github-actions[bot] commented on pull request #18492: [Enhancement](Expr) Change small fix container size of In set to 8.

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18492: URL: https://github.com/apache/doris/pull/18492#issuecomment-1506438214 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] jackwener commented on pull request #18599: [feature](Nereids): infer not null from Agg Count(distinct).

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

[GitHub] [doris] github-actions[bot] commented on pull request #18492: [Enhancement](Expr) Change small fix container size of In set to 8.

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18492: URL: https://github.com/apache/doris/pull/18492#issuecomment-1506438129 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] morningman commented on pull request #18492: [Enhancement](Expr) Change small fix container size of In set to 8.

2023-04-12 Thread via GitHub
morningman commented on PR #18492: URL: https://github.com/apache/doris/pull/18492#issuecomment-1506437291 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] CalvinKirs commented on pull request #18628: [Fix](Catalog)Delete duplicate defined dependencies to avoid class loading exceptions

2023-04-12 Thread via GitHub
CalvinKirs commented on PR #18628: URL: https://github.com/apache/doris/pull/18628#issuecomment-1506433802 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] CalvinKirs opened a new pull request, #18628: [Fix](Catalog)Delete duplicate defined dependencies to avoid class loading exceptions

2023-04-12 Thread via GitHub
CalvinKirs opened a new pull request, #18628: URL: https://github.com/apache/doris/pull/18628 # Proposed changes `iceberg-catalog` and `hive-storage-api` have been defined in hive-catalog-shade, and some classes in the shade have been renamed, so we cannot declare them again. The cla

[GitHub] [doris] morningman commented on a diff in pull request #18325: [Enhencement](Export) support export

2023-04-12 Thread via GitHub
morningman commented on code in PR #18325: URL: https://github.com/apache/doris/pull/18325#discussion_r1164813455 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -547,6 +546,7 @@ private Env(boolean isCheckpointCatalog) { this.routineLoadManager = n

[GitHub] [doris] github-actions[bot] commented on pull request #18624: [chore](third-party) Configure the search paths for pkg-config and cmake

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18624: URL: https://github.com/apache/doris/pull/18624#issuecomment-1506429678 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 #18624: [chore](third-party) Configure the search paths for pkg-config and cmake

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18624: URL: https://github.com/apache/doris/pull/18624#issuecomment-1506429630 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] amorynan opened a new pull request, #18627: [Refact]( type system) refact serde for type system and pb serde impl

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

[GitHub] [doris] luozenglin commented on a diff in pull request #18588: [feature-wip](resource-group) support resource group interface in be.

2023-04-12 Thread via GitHub
luozenglin commented on code in PR #18588: URL: https://github.com/apache/doris/pull/18588#discussion_r1165066492 ## be/src/runtime/task_group/task_group.h: ## @@ -60,23 +66,40 @@ using TGEntityPtr = TaskGroupEntity*; class TaskGroup { public: -TaskGroup(uint64_t id, std

[GitHub] [doris] github-actions[bot] commented on pull request #18588: [feature-wip](resource-group) support resource group interface in be.

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18588: URL: https://github.com/apache/doris/pull/18588#issuecomment-1506423590 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 #18388: [feature](array) Add array_last lambda function

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18388: URL: https://github.com/apache/doris/pull/18388#issuecomment-1506418695 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] luozenglin commented on pull request #18588: [feature-wip](resource-group) support resource group interface in be.

2023-04-12 Thread via GitHub
luozenglin commented on PR #18588: URL: https://github.com/apache/doris/pull/18588#issuecomment-1506417760 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] morningman commented on pull request #18600: [fix](meta) void NPE when save meta

2023-04-12 Thread via GitHub
morningman commented on PR #18600: URL: https://github.com/apache/doris/pull/18600#issuecomment-1506415364 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 opened a new pull request, #18626: [fix](Nereids) get_json_bigint should return bigint type

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

[GitHub] [doris] levy5307 commented on pull request #18249: [refactor](fe): Remove resource group which is useless

2023-04-12 Thread via GitHub
levy5307 commented on PR #18249: URL: https://github.com/apache/doris/pull/18249#issuecomment-1506400206 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 #18625: [chore] Download apache orc source code from github if git does not work in build.sh.

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18625: URL: https://github.com/apache/doris/pull/18625#issuecomment-1506387241 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4685971855";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #18625: [chore] Download apache orc source code from github if git does not work in build.sh.

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18625: URL: https://github.com/apache/doris/pull/18625#issuecomment-1506384642 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4685957419";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #18525: [vectorized](profile) fix pipeline profile can't get result under more instances

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18525: URL: https://github.com/apache/doris/pull/18525#issuecomment-1506381155 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] zhangstar333 commented on pull request #18525: [vectorized](profile) fix pipeline profile can't get result under more instances

2023-04-12 Thread via GitHub
zhangstar333 commented on PR #18525: URL: https://github.com/apache/doris/pull/18525#issuecomment-1506379695 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 #18525: [vectorized](profile) fix pipeline profile can't get result under more instances

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18525: URL: https://github.com/apache/doris/pull/18525#issuecomment-1506370866 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 #18585: [Improve](simdjson reader) support UTF-8 unicode (with BOM)

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

[GitHub] [doris] github-actions[bot] commented on pull request #18625: [chore] Download apache orc source code from github if git does not work in build.sh.

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18625: URL: https://github.com/apache/doris/pull/18625#issuecomment-1506364931 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4685802380";) output. shellcheck err

[GitHub] [doris] kaka11chen opened a new pull request, #18625: [chore] Download apache orc source code from github if git does not work in build.sh.

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

[GitHub] [doris] Yukang-Lian commented on issue #17176: [Good First Issue] Doris' Future

2023-04-12 Thread via GitHub
Yukang-Lian commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1506360831 > I would like to do the task 87. ok -- 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

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

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

[GitHub] [doris] adonis0147 commented on pull request #18624: [chore](third-party) Configure the search paths for pkg-config and cmake

2023-04-12 Thread via GitHub
adonis0147 commented on PR #18624: URL: https://github.com/apache/doris/pull/18624#issuecomment-1506351030 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] adonis0147 opened a new pull request, #18624: [chore](third-party) Configure search path for pkg-config and cmake

2023-04-12 Thread via GitHub
adonis0147 opened a new pull request, #18624: URL: https://github.com/apache/doris/pull/18624 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem summary Currently, our third party libraries are built by autotools or cmake. Under some scenarios, we may use system-

[GitHub] [doris] MisakiNemo commented on issue #17176: [Good First Issue] Doris' Future

2023-04-12 Thread via GitHub
MisakiNemo commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1506345157 I would like to do the task 87. -- 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

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

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

[GitHub] [doris] wangbo closed pull request #18390: [fix](executor)fix error pending finish status for scan operator

2023-04-12 Thread via GitHub
wangbo closed pull request #18390: [fix](executor)fix error pending finish status for scan operator URL: https://github.com/apache/doris/pull/18390 -- 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 th

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

2023-04-12 Thread via GitHub
wangbo commented on PR #18465: URL: https://github.com/apache/doris/pull/18465#issuecomment-1506334567 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

[GitHub] [doris] zy-kkk opened a new pull request, #18623: [improve](postgresql catalog) support postgresql bytea type to doris string

2023-04-12 Thread via GitHub
zy-kkk opened a new pull request, #18623: URL: https://github.com/apache/doris/pull/18623 # Proposed changes Issue Number: close #xxx ## Problem summary in postgressql , we select bytea type ,show like ![image](https://user-images.githubusercontent.com/7079575

[GitHub] [doris] Cai-Yao commented on a diff in pull request #18609: [Fix](variables) fix session variable does not take effect immediately when set global variable in follower FE

2023-04-12 Thread via GitHub
Cai-Yao commented on code in PR #18609: URL: https://github.com/apache/doris/pull/18609#discussion_r1164984800 ## fe/fe-core/src/main/java/org/apache/doris/qe/MasterOpExecutor.java: ## @@ -163,6 +179,24 @@ private void forward() throws Exception { } } +// The

[GitHub] [doris] Cai-Yao commented on a diff in pull request #18609: [Fix](variables) fix session variable does not take effect immediately when set global variable in follower FE

2023-04-12 Thread via GitHub
Cai-Yao commented on code in PR #18609: URL: https://github.com/apache/doris/pull/18609#discussion_r1164980618 ## fe/fe-core/src/main/java/org/apache/doris/qe/SetExecutor.java: ## @@ -59,9 +59,24 @@ private void setVariable(SetVar var) throws DdlException { } } +

[GitHub] [doris] morningman commented on a diff in pull request #18609: [Fix](variables) fix session variable does not take effect immediately when set global variable in follower FE

2023-04-12 Thread via GitHub
morningman commented on code in PR #18609: URL: https://github.com/apache/doris/pull/18609#discussion_r1164976134 ## fe/fe-core/src/main/java/org/apache/doris/qe/MasterOpExecutor.java: ## @@ -163,6 +179,24 @@ private void forward() throws Exception { } } +//

[GitHub] [doris] starocean999 commented on pull request #18622: [fix](nereids)fix topN bug in nereids

2023-04-12 Thread via GitHub
starocean999 commented on PR #18622: URL: https://github.com/apache/doris/pull/18622#issuecomment-1506315186 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] starocean999 opened a new pull request, #18622: [fix](nereids)fix topN bug in nereids

2023-04-12 Thread via GitHub
starocean999 opened a new pull request, #18622: URL: https://github.com/apache/doris/pull/18622 # Proposed changes Issue Number: close #xxx ## Problem summary `select cast(k1 as INT) as id from tbl1 order by id limit 2; ` is not valid for topN optimization, because 'id' is a

[doris] branch master updated (726402b53b -> eb46bcb304)

2023-04-12 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 726402b53b [bugfix](topn) fix topn runtime predicate crash in short circuit evaluate for types like string decimal

[GitHub] [doris] BiteTheDDDDt merged pull request #18561: [Bug](materialized-view) fix match wrong index on some scan node

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

[GitHub] [doris] github-actions[bot] commented on pull request #18609: [Fix](variables) fix session variable does not take effect immediately when set global variable in follower FE

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18609: URL: https://github.com/apache/doris/pull/18609#issuecomment-1506296545 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 #18609: [Fix](variables) fix session variable does not take effect immediately when set global variable in follower FE

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18609: URL: https://github.com/apache/doris/pull/18609#issuecomment-1506296511 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] yiguolei commented on pull request #18609: [Fix](variables) fix session variable does not take effect immediately when set global variable in follower FE

2023-04-12 Thread via GitHub
yiguolei commented on PR #18609: URL: https://github.com/apache/doris/pull/18609#issuecomment-1506296152 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] morrySnow commented on pull request #18593: [enhancement](planner) remove date function if its child's type is date

2023-04-12 Thread via GitHub
morrySnow commented on PR #18593: URL: https://github.com/apache/doris/pull/18593#issuecomment-1506296195 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] dataroaring opened a new issue, #18621: [Enhancement] duplicate table without key

2023-04-12 Thread via GitHub
dataroaring opened a new issue, #18621: URL: https://github.com/apache/doris/issues/18621 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Doris skips data

[GitHub] [doris] LemonLiTree closed pull request #18620: [improve](jdbc)Support bytea type in postgres jdbc catalog

2023-04-12 Thread via GitHub
LemonLiTree closed pull request #18620: [improve](jdbc)Support bytea type in postgres jdbc catalog URL: https://github.com/apache/doris/pull/18620 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #18585: [Improve](simdjson reader) support UTF-8 unicode (with BOM)

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18585: URL: https://github.com/apache/doris/pull/18585#issuecomment-1506287866 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 #18561: [Bug](materialized-view) fix match wrong index on some scan node

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18561: URL: https://github.com/apache/doris/pull/18561#issuecomment-1506285827 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 #18561: [Bug](materialized-view) fix match wrong index on some scan node

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18561: URL: https://github.com/apache/doris/pull/18561#issuecomment-1506285801 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] xiaokang commented on a diff in pull request #18585: [Improve](simdjson reader) support UTF-8 unicode (with BOM)

2023-04-12 Thread via GitHub
xiaokang commented on code in PR #18585: URL: https://github.com/apache/doris/pull/18585#discussion_r1164946357 ## be/src/vec/exec/format/json/new_json_reader.cpp: ## @@ -1549,6 +1552,13 @@ Status NewJsonReader::_simdjson_parse_json_doc(size_t* size, bool* eof) { _simd

[GitHub] [doris] wangbo commented on a diff in pull request #18588: [feature-wip](resource-group) support resource group interface in be.

2023-04-12 Thread via GitHub
wangbo commented on code in PR #18588: URL: https://github.com/apache/doris/pull/18588#discussion_r1164945636 ## be/src/runtime/task_group/task_group.h: ## @@ -60,23 +66,40 @@ using TGEntityPtr = TaskGroupEntity*; class TaskGroup { public: -TaskGroup(uint64_t id, std::st

[GitHub] [doris] wangbo commented on a diff in pull request #18588: [feature-wip](resource-group) support resource group interface in be.

2023-04-12 Thread via GitHub
wangbo commented on code in PR #18588: URL: https://github.com/apache/doris/pull/18588#discussion_r1164945636 ## be/src/runtime/task_group/task_group.h: ## @@ -60,23 +66,40 @@ using TGEntityPtr = TaskGroupEntity*; class TaskGroup { public: -TaskGroup(uint64_t id, std::st

[GitHub] [doris] hello-stephen commented on pull request #18599: [feature](Nereids): infer not null from Agg Count(distinct).

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

[GitHub] [doris] github-actions[bot] commented on pull request #18388: [feature](array) Add array_last lambda function

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

[doris] branch master updated: [bugfix](topn) fix topn runtime predicate crash in short circuit evaluate for types like string decimal (#18409)

2023-04-12 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 726402b53b [bugfix](topn) fix topn runtime pred

[GitHub] [doris] yiguolei merged pull request #18409: [bugfix](topn) fix topn runtime predicate crash in short circuit evaluate for types like string decimal

2023-04-12 Thread via GitHub
yiguolei merged PR #18409: URL: https://github.com/apache/doris/pull/18409 -- 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] HappenLee commented on a diff in pull request #18369: [Improvement](functions)Optimized some datetime function's return value

2023-04-12 Thread via GitHub
HappenLee commented on code in PR #18369: URL: https://github.com/apache/doris/pull/18369#discussion_r1164933651 ## be/src/vec/functions/function.h: ## @@ -300,12 +302,16 @@ class IFunctionBuilder { using FunctionBuilderPtr = std::shared_ptr; +/// used in function_factory.

[GitHub] [doris] eldenmoon commented on pull request #18585: [Improve](simdjson reader) support UTF-8 unicode (with BOM)

2023-04-12 Thread via GitHub
eldenmoon commented on PR #18585: URL: https://github.com/apache/doris/pull/18585#issuecomment-1506266416 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] github-actions[bot] commented on pull request #18585: [Improve](simdjson reader) support UTF-8 unicode (with BOM)

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18585: URL: https://github.com/apache/doris/pull/18585#issuecomment-1506264311 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 #18388: [feature](array) Add array_last lambda function

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18388: URL: https://github.com/apache/doris/pull/18388#issuecomment-1506264274 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] zhangstar333 commented on a diff in pull request #18388: [feature](array) Add array_last lambda function

2023-04-12 Thread via GitHub
zhangstar333 commented on code in PR #18388: URL: https://github.com/apache/doris/pull/18388#discussion_r1164929524 ## fe/fe-core/src/main/java/org/apache/doris/analysis/LambdaFunctionCallExpr.java: ## @@ -44,6 +46,8 @@ public class LambdaFunctionCallExpr extends FunctionCallExp

[GitHub] [doris] LemonLiTree commented on pull request #18620: [improve](jdbc)Support bytea type in postgres jdbc catalog

2023-04-12 Thread via GitHub
LemonLiTree commented on PR #18620: URL: https://github.com/apache/doris/pull/18620#issuecomment-1506260886 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] LemonLiTree opened a new pull request, #18620: [improve](jdbc)Support bytea type in postgres jdbc catalog

2023-04-12 Thread via GitHub
LemonLiTree opened a new pull request, #18620: URL: https://github.com/apache/doris/pull/18620 Support bytea type in postgres jdbc catalog. -- 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 spe

[GitHub] [doris] IoCing commented on issue #18619: [Enhancement] reduce memory consumption by tablet meta in be

2023-04-12 Thread via GitHub
IoCing commented on issue #18619: URL: https://github.com/apache/doris/issues/18619#issuecomment-1506258217 I want to do this. Please assign to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [doris] IsaacSoe commented on issue #18619: [Enhancement] reduce memory consumption by tablet meta in be

2023-04-12 Thread via GitHub
IsaacSoe commented on issue #18619: URL: https://github.com/apache/doris/issues/18619#issuecomment-1506247003 I am interested in this task, how long is the schedule? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[doris] branch branch-1.2-lts updated: [cherry-pick](json_reader) Do not increase the value of read_rows for empty line #18611

2023-04-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 5d16747697 [cherry-pick](json_r

[GitHub] [doris] dataroaring opened a new issue, #18619: [Enhancement] reduce memory consumption by tablet meta in be

2023-04-12 Thread via GitHub
dataroaring opened a new issue, #18619: URL: https://github.com/apache/doris/issues/18619 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Tablet meta cons

[doris] branch master updated (4335c9998f -> df0aaece1d)

2023-04-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4335c9998f [chore](ARM) Add some vectorization compatibility code on aarch64 (#18553) add df0aaece1d [Function]

[GitHub] [doris] yiguolei merged pull request #18610: [Function](test) add some test cases for agg functions

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

svn commit: r61208 - in /dev/doris/doris-shade: ./ 1.0.1/ 1.0.1/apache-doris-shade-1.0.1-src.tar.gz 1.0.1/apache-doris-shade-1.0.1-src.tar.gz.asc 1.0.1/apache-doris-shade-1.0.1-src.tar.gz.sha512

2023-04-12 Thread diwu
Author: diwu Date: Thu Apr 13 02:22:53 2023 New Revision: 61208 Log: release doris shade 1.0.1 Added: dev/doris/doris-shade/ dev/doris/doris-shade/1.0.1/ dev/doris/doris-shade/1.0.1/apache-doris-shade-1.0.1-src.tar.gz (with props) dev/doris/doris-shade/1.0.1/apache-doris-shade-

[GitHub] [doris] xiaojunjie commented on pull request #17753: [Enhancement](HttpServer) Add http interface authentication for BE

2023-04-12 Thread via GitHub
xiaojunjie commented on PR #17753: URL: https://github.com/apache/doris/pull/17753#issuecomment-1506230980 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] jackwener commented on pull request #18599: [feature](Nereids): infer not null from Agg Count(distinct).

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

[GitHub] [doris] milton4code opened a new issue, #18618: [Bug] org.apache.thrift.TApplicationException: Invalid method name: 'get_table_req'

2023-04-12 Thread via GitHub
milton4code opened a new issue, #18618: URL: https://github.com/apache/doris/issues/18618 ### 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 版本1.2.3-rc2

[doris] branch master updated (6d91635c5b -> 4335c9998f)

2023-04-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 6d91635c5b [fix](json_reader) Do not increase the value of read_rows for empty line (#18611) add 4335c9998f [ch

[GitHub] [doris] yiguolei merged pull request #18553: [chore](ARM) Add some vectorization compatibility code on aarch64

2023-04-12 Thread via GitHub
yiguolei merged PR #18553: URL: https://github.com/apache/doris/pull/18553 -- 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] zhangstar333 commented on pull request #18525: [vectorized](profile) fix pipeline profile can't get result under more instances

2023-04-12 Thread via GitHub
zhangstar333 commented on PR #18525: URL: https://github.com/apache/doris/pull/18525#issuecomment-1506227992 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] AshinGau commented on pull request #18566: [feature](jni) map c++ block to java vector table

2023-04-12 Thread via GitHub
AshinGau commented on PR #18566: URL: https://github.com/apache/doris/pull/18566#issuecomment-1506226890 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] hello-stephen commented on pull request #18409: [bugfix](topn) fix topn runtime predicate crash in short circuit evaluate for types like string decimal

2023-04-12 Thread via GitHub
hello-stephen commented on PR #18409: URL: https://github.com/apache/doris/pull/18409#issuecomment-1506226487 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.59 seconds stream load tsv: 429 seconds loaded 74807831229 Bytes, about 166 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #18566: [feature](jni) map c++ block to java vector table

2023-04-12 Thread via GitHub
github-actions[bot] commented on PR #18566: URL: https://github.com/apache/doris/pull/18566#issuecomment-1506224509 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] yiguolei merged pull request #18611: [fix](json_reader) Do not increase the value of read_rows for empty line

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

[doris] branch master updated (3c3364ba27 -> 6d91635c5b)

2023-04-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3c3364ba27 [chore](row store) ignore serialize block to row column if no row store column (#18601) add 6d91635c

[doris] branch master updated (d57371da13 -> 3c3364ba27)

2023-04-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d57371da13 [feature](struct-type) support basic struct constructor function (#18190) add 3c3364ba27 [chore](row

[GitHub] [doris] yiguolei merged pull request #18601: [chore](row store) ignore serialize block to row column if no row store column

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

[doris-shade] annotated tag doris-shade-1.0.1 updated (e5f62c2 -> 4fbb05b)

2023-04-12 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag doris-shade-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris-shade.git *** WARNING: tag doris-shade-1.0.1 was modified! *** from e5f62c2 (commit) to 4fbb05b (tag)

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

2023-04-12 Thread via GitHub
hello-stephen commented on PR #18575: URL: https://github.com/apache/doris/pull/18575#issuecomment-1506213760 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.26 seconds stream load tsv: 437 seconds loaded 74807831229 Bytes, about 163 MB/s

[doris-shade] 02/02: [maven-release-plugin] prepare for next development iteration

2023-04-12 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch catalog-hive in repository https://gitbox.apache.org/repos/asf/doris-shade.git commit 1a5de7cb182ce5bad3b6af5e6434824bd977c9f0 Author: wudi <> AuthorDate: Thu Apr 13 09:59:03 2023 +0800 [maven-

[doris-shade] 01/02: [maven-release-plugin] prepare release doris-shade-1.0.1

2023-04-12 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch catalog-hive in repository https://gitbox.apache.org/repos/asf/doris-shade.git commit e5f62c28f272ec655a2bc8ebafa6b0021c601a62 Author: wudi <> AuthorDate: Thu Apr 13 09:59:03 2023 +0800 [maven-

[doris-shade] branch catalog-hive updated (aa333f5 -> 1a5de7c)

2023-04-12 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch catalog-hive in repository https://gitbox.apache.org/repos/asf/doris-shade.git from aa333f5 rename commons-lang3 (#13) new e5f62c2 [maven-release-plugin] prepare release doris-shade-1.0.

[GitHub] [doris] SaintBacchus commented on pull request #18605: [Bugfix](Mtmv)Fix mtmv meta load failed

2023-04-12 Thread via GitHub
SaintBacchus commented on PR #18605: URL: https://github.com/apache/doris/pull/18605#issuecomment-1506213710 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] englefly commented on pull request #18617: [feature](nereids) forbid unknown col stats

2023-04-12 Thread via GitHub
englefly commented on PR #18617: URL: https://github.com/apache/doris/pull/18617#issuecomment-1506213426 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] englefly opened a new pull request, #18617: [feature](nereids) forbid unknown col stats

2023-04-12 Thread via GitHub
englefly opened a new pull request, #18617: URL: https://github.com/apache/doris/pull/18617 # Proposed changes Add session variable `forbid_unknown_col_stats`. When this var is true, nereids rejects to use unknown column stats. the main purpose of this pr is to save debug effort.

[GitHub] [doris] myfjdthink opened a new pull request, #18616: support read iceberg data on gcs

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

[GitHub] [doris] BenjaminWenqiYu closed issue #12544: [Bug] Fix the date-time-functions doc.

2023-04-12 Thread via GitHub
BenjaminWenqiYu closed issue #12544: [Bug] Fix the date-time-functions doc. URL: https://github.com/apache/doris/issues/12544 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

  1   2   3   4   >