[GitHub] [doris] lujisen commented on issue #4113: 源码编译报错

2023-04-25 Thread via GitHub
lujisen commented on issue #4113: URL: https://github.com/apache/doris/issues/4113#issuecomment-1522887048 starrocks 编译报错信息: opt/starrocks/starrocks-2.5.4/be/src/common/logconfig.cpp: In function ‘bool starrocks::init_glog(const char*, bool)’: /opt/starrocks/starrocks-2.5.4/be/src/com

[GitHub] [doris] xy720 commented on pull request #19045: [feature](struct-type) support struct_element function

2023-04-25 Thread via GitHub
xy720 commented on PR #19045: URL: https://github.com/apache/doris/pull/19045#issuecomment-1522885466 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 unsubs

[doris] branch master updated: [Fix](Nereids) fix nereids fold failed by be return null exception (#19013)

2023-04-25 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 6356146274 [Fix](Nereids) fix nereids fold fai

[GitHub] [doris] morrySnow merged pull request #19013: [Fix](Nereids)fix nereids fold failed by be return null exception

2023-04-25 Thread via GitHub
morrySnow merged PR #19013: URL: https://github.com/apache/doris/pull/19013 -- 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] github-actions[bot] commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1522883747 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 #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19099: URL: https://github.com/apache/doris/pull/19099#issuecomment-1522883703 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 #19013: [Fix](Nereids)fix nereids fold failed by be return null exception

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19013: URL: https://github.com/apache/doris/pull/19013#issuecomment-1522882010 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 #19013: [Fix](Nereids)fix nereids fold failed by be return null exception

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19013: URL: https://github.com/apache/doris/pull/19013#issuecomment-1522881961 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] wsjz commented on a diff in pull request #18616: support read iceberg data on gcs

2023-04-25 Thread via GitHub
wsjz commented on code in PR #18616: URL: https://github.com/apache/doris/pull/18616#discussion_r1177419516 ## fe/fe-core/pom.xml: ## @@ -746,6 +746,22 @@ under the License. + + +com.google.cloud.bigdataoss +gcs-c

[GitHub] [doris] wsjz commented on a diff in pull request #18616: support read iceberg data on gcs

2023-04-25 Thread via GitHub
wsjz commented on code in PR #18616: URL: https://github.com/apache/doris/pull/18616#discussion_r1177419516 ## fe/fe-core/pom.xml: ## @@ -746,6 +746,22 @@ under the License. + + +com.google.cloud.bigdataoss +gcs-c

[GitHub] [doris] levy5307 commented on a diff in pull request #18990: [Feature](resource-group) Support alter resource group

2023-04-25 Thread via GitHub
levy5307 commented on code in PR #18990: URL: https://github.com/apache/doris/pull/18990#discussion_r1177417779 ## fe/fe-core/src/main/java/org/apache/doris/resource/resourcegroup/ResourceGroup.java: ## @@ -88,6 +89,13 @@ private static void checkProperties(Map properties) thro

[GitHub] [doris] sohardforaname commented on pull request #19097: [Fix](Planner)fix NPE msg when parse error.

2023-04-25 Thread via GitHub
sohardforaname commented on PR #19097: URL: https://github.com/apache/doris/pull/19097#issuecomment-1522875519 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] wsjz commented on pull request #18616: support read iceberg data on gcs

2023-04-25 Thread via GitHub
wsjz commented on PR #18616: URL: https://github.com/apache/doris/pull/18616#issuecomment-1522873174 > Please hold and wait for #18960 fixed CC @wsjz I will debug it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] github-actions[bot] commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1522873121 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] cnissnzg opened a new pull request, #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-04-25 Thread via GitHub
cnissnzg opened a new pull request, #19099: URL: https://github.com/apache/doris/pull/19099 # Proposed changes Issue Number: #18917 ## Problem summary add sort and move aggregate code from _insert_one_row_fron_block to _collect_vskiplist_results ## Checklist(Requ

[GitHub] [doris] nextdreamblue commented on pull request #18758: [feature-wip](duplicate_no_keys) add create duplicate table without keys

2023-04-25 Thread via GitHub
nextdreamblue commented on PR #18758: URL: https://github.com/apache/doris/pull/18758#issuecomment-1522869307 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] xy720 commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

2023-04-25 Thread via GitHub
xy720 commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1522865093 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 unsubs

[GitHub] [doris] hello-stephen commented on pull request #19055: [Bug](mysql proto) fix binary proto with dynamic mode

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

[GitHub] [doris] hello-stephen commented on pull request #19057: [refactor](exceptionsafe) make scanner and scancontext exception safe

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

[GitHub] [doris] BePPPower commented on pull request #19067: [fixbug](json-reader) fix memory leak of new_json_reader

2023-04-25 Thread via GitHub
BePPPower commented on PR #19067: URL: https://github.com/apache/doris/pull/19067#issuecomment-1522857894 There is no this problem on 1.2-LTS -- 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] wsjz commented on pull request #19098: [refactor](fs)(step3)use filesystem instead of old storage, new storage just access remote object storage

2023-04-25 Thread via GitHub
wsjz commented on PR #19098: URL: https://github.com/apache/doris/pull/19098#issuecomment-1522856935 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

[GitHub] [doris] xy720 commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

2023-04-25 Thread via GitHub
xy720 commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1522856268 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 unsubs

[GitHub] [doris] wsjz opened a new pull request, #19098: [refactor](fs)(step3)use filesystem instead of old storage, new storage just access remote object storage

2023-04-25 Thread via GitHub
wsjz opened a new pull request, #19098: URL: https://github.com/apache/doris/pull/19098 # Proposed changes see https://github.com/apache/doris/issues/18960 PR1: add new storage file system template and move old storage to new package PR2: extract some method in old storage to

[doris] branch master updated: [fix](stats) Fix potential NPE when loading Histogram (#19078)

2023-04-25 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 39cf393874 [fix](stats) Fix potential NPE when

[GitHub] [doris] morrySnow merged pull request #19078: [fix](stats) Fix potential NPE when loading Histogram

2023-04-25 Thread via GitHub
morrySnow merged PR #19078: URL: https://github.com/apache/doris/pull/19078 -- 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 (50d9f35f63 -> d3a0b94602)

2023-04-25 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 50d9f35f63 [fix](planner) NPE when use ctas to create table (#18973) add d3a0b94602 [feature](stats) Support to

[GitHub] [doris] englefly merged pull request #18901: [feat](stats) Support to kill analyze

2023-04-25 Thread via GitHub
englefly merged PR #18901: URL: https://github.com/apache/doris/pull/18901 -- 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] sohardforaname opened a new pull request, #19097: [Fix](Nereids)fix NPE msg when parse error.

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

[GitHub] [doris] Kikyou1997 commented on pull request #18901: [feat](stats) Support to kill analyze

2023-04-25 Thread via GitHub
Kikyou1997 commented on PR #18901: URL: https://github.com/apache/doris/pull/18901#issuecomment-1522851027 > I have following concerns > > 1. to cancel a analyze job, we mark the job as killed, but do not clear its partial results. is that right? > 2. could you add a regression tes

[GitHub] [doris] englefly commented on a diff in pull request #18971: [Optimization](statistics) optimize Incremental statistics collection and statistics cleaning

2023-04-25 Thread via GitHub
englefly commented on code in PR #18971: URL: https://github.com/apache/doris/pull/18971#discussion_r1177396388 ## regression-test/suites/statistics/incremental_stats_test.groovy: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more con

[GitHub] [doris] haochengxia opened a new pull request, #19096: [docs](auth): forbid 127.0.0.1 passwd free login

2023-04-25 Thread via GitHub
haochengxia opened a new pull request, #19096: URL: https://github.com/apache/doris/pull/19096 # Proposed changes Issue Number: close #xxx ## Problem summary Handle description inconsistency in password-free login PR #18816 omitted a necessary change. ## Ch

[GitHub] [doris] morrySnow commented on pull request #18877: [opt](Nereids) forbid some bad pattern aggregate in AggregateStrategy

2023-04-25 Thread via GitHub
morrySnow commented on PR #18877: URL: https://github.com/apache/doris/pull/18877#issuecomment-1522849196 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 #19078: [fix](stats) Fix potential NPE when loading Histogram

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19078: URL: https://github.com/apache/doris/pull/19078#issuecomment-1522848919 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 #19078: [fix](stats) Fix potential NPE when loading Histogram

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19078: URL: https://github.com/apache/doris/pull/19078#issuecomment-1522848878 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 #18901: [feat](stats) Support to kill analyze

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #18901: URL: https://github.com/apache/doris/pull/18901#issuecomment-1522847906 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 #18901: [feat](stats) Support to kill analyze

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

[doris] annotated tag 1.2.4.1-rc01 updated (b5af898cae -> 587df4de0a)

2023-04-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.2.4.1-rc01 in repository https://gitbox.apache.org/repos/asf/doris.git *** WARNING: tag 1.2.4.1-rc01 was modified! *** from b5af898cae (commit) to 587df4de0a (tag) taggin

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #18901: [feat](stats) Support to kill analyze

2023-04-25 Thread via GitHub
Kikyou1997 commented on code in PR #18901: URL: https://github.com/apache/doris/pull/18901#discussion_r1177391592 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisManager.java: ## @@ -76,12 +79,14 @@ public class AnalysisManager { // The time field that needs

[GitHub] [doris] hello-stephen commented on pull request #19089: [fix](core) fix multi_match_any maybe core down

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

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #18901: [feat](stats) Support to kill analyze

2023-04-25 Thread via GitHub
Kikyou1997 commented on code in PR #18901: URL: https://github.com/apache/doris/pull/18901#discussion_r1177391193 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -4753,6 +4755,13 @@ kill_stmt ::= :} ; +kill_analysis_job_stmt ::= +KW_KILL KW_ANALYZE INTEGER_LITER

[doris] branch master updated: [fix](planner) NPE when use ctas to create table (#18973)

2023-04-25 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 50d9f35f63 [fix](planner) NPE when use ctas to

[GitHub] [doris] morrySnow merged pull request #18973: [fix](planner) NPE when use ctas to create table

2023-04-25 Thread via GitHub
morrySnow merged PR #18973: URL: https://github.com/apache/doris/pull/18973 -- 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] englefly commented on a diff in pull request #18901: [feat](stats) Support to kill analyze

2023-04-25 Thread via GitHub
englefly commented on code in PR #18901: URL: https://github.com/apache/doris/pull/18901#discussion_r1177359381 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -4753,6 +4755,13 @@ kill_stmt ::= :} ; +kill_analysis_job_stmt ::= +KW_KILL KW_ANALYZE INTEGER_LITERAL

[GitHub] [doris] yongjinhou commented on pull request #18916: [enhencement](http) Fe config action supports specified item

2023-04-25 Thread via GitHub
yongjinhou commented on PR #18916: URL: https://github.com/apache/doris/pull/18916#issuecomment-1522838274 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 unsubsc

[GitHub] [doris] Gabriel39 commented on pull request #18970: [fix](colocate) prohibit dead backend as destination backend in colocate balance

2023-04-25 Thread via GitHub
Gabriel39 commented on PR #18970: URL: https://github.com/apache/doris/pull/18970#issuecomment-1522837996 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] englefly commented on pull request #18901: [feat](stats) Support to kill analyze

2023-04-25 Thread via GitHub
englefly commented on PR #18901: URL: https://github.com/apache/doris/pull/18901#issuecomment-1522837808 I have following concerns 1. to cancel a analyze job, we mark the job as killed, but do not clear its partial results. is that right? 2. could you add a regression test to demonstra

[GitHub] [doris] github-actions[bot] commented on pull request #18973: [fix](planner) NPE when use ctas to create table

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #18973: URL: https://github.com/apache/doris/pull/18973#issuecomment-1522837818 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 #18973: [fix](planner) NPE when use ctas to create table

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #18973: URL: https://github.com/apache/doris/pull/18973#issuecomment-1522837780 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] morrySnow commented on a diff in pull request #18975: [opt](Nereids) simplify decimalv3 comparison predicate

2023-04-25 Thread via GitHub
morrySnow commented on code in PR #18975: URL: https://github.com/apache/doris/pull/18975#discussion_r1177384207 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/SimplifyDecimalV3Comparison.java: ## @@ -0,0 +1,77 @@ +// Licensed to the Apache Software

[GitHub] [doris] weizhengte commented on pull request #18971: [Optimization](statistics) optimize Incremental statistics collection and statistics cleaning

2023-04-25 Thread via GitHub
weizhengte commented on PR #18971: URL: https://github.com/apache/doris/pull/18971#issuecomment-1522833488 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 unsubsc

[GitHub] [doris] morningman opened a new pull request, #19095: [community](action) modify auto trigger teamcity script

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

[doris] branch master updated (ca19b972cc -> 7a786c3b09)

2023-04-25 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ca19b972cc [doc](update-key)add update key doc (#18899) add 7a786c3b09 [fix](Nerieds) fix bucket shuffle plan a

[GitHub] [doris] morrySnow merged pull request #18836: [fix](Nerieds) fix some bugs

2023-04-25 Thread via GitHub
morrySnow merged PR #18836: URL: https://github.com/apache/doris/pull/18836 -- 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] dataroaring commented on a diff in pull request #17881: [Feature-WIP](CCR): Add ccr doris interface (WIP)

2023-04-25 Thread via GitHub
dataroaring commented on code in PR #17881: URL: https://github.com/apache/doris/pull/17881#discussion_r1177295418 ## gensrc/thrift/FrontendService.thrift: ## @@ -847,6 +913,10 @@ service FrontendService { TLoadTxnCommitResult loadTxnCommit(1: TLoadTxnCommitRequest request)

[GitHub] [doris-flink-connector] hf200012 merged pull request #133: [improve] reduce streamload connection

2023-04-25 Thread via GitHub
hf200012 merged PR #133: URL: https://github.com/apache/doris-flink-connector/pull/133 -- 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-flink-connector] branch master updated: reduce streamload connection (#133)

2023-04-25 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new acf6e45 reduce streamload

[GitHub] [doris] morningman commented on a diff in pull request #18943: [feature](multi-catalog) support oceanbase jdbc catalog and jdbc external table

2023-04-25 Thread via GitHub
morningman commented on code in PR #18943: URL: https://github.com/apache/doris/pull/18943#discussion_r1177370023 ## docs/en/docs/lakehouse/external-table/jdbc.md: ## @@ -248,17 +248,27 @@ properties ( "password"="", "jdbc_url" = "jdbc:oceanbase://localhost:2881/test",

[GitHub] [doris] zhangyongtian opened a new pull request, #19094: [Fix]Fix the extension mysql_to_doris bug (#19092)

2023-04-25 Thread via GitHub
zhangyongtian opened a new pull request, #19094: URL: https://github.com/apache/doris/pull/19094 # Proposed changes Issue Number: close #19092 ## Problem summary Added some filtering conditions ## Checklist(Required) * [x] Does it affect the original behavio

[GitHub] [doris] github-actions[bot] commented on pull request #18836: [fix](Nerieds) fix some bugs

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #18836: URL: https://github.com/apache/doris/pull/18836#issuecomment-1522819027 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 #18836: [fix](Nerieds) fix some bugs

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

[doris] branch master updated: [doc](update-key)add update key doc (#18899)

2023-04-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 ca19b972cc [doc](update-key)add update key d

[GitHub] [doris] dataroaring merged pull request #18899: [doc](update-key)add update key doc

2023-04-25 Thread via GitHub
dataroaring merged PR #18899: URL: https://github.com/apache/doris/pull/18899 -- 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] morrySnow merged pull request #19062: [feat](stats) Add option to config file to enable or disable analyze function

2023-04-25 Thread via GitHub
morrySnow merged PR #19062: URL: https://github.com/apache/doris/pull/19062 -- 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: [feat](stats) Add option to config file to enable or disable analyze function (#19062)

2023-04-25 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 270be55c4c [feat](stats) Add option to config

[doris] branch master updated (a7773d16d6 -> aa88083c1e)

2023-04-25 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a7773d16d6 [fix](Nereids): UT shouldn't contains slotId (#19082) add aa88083c1e [fix](Nereids) dead loop in Fil

[GitHub] [doris] morrySnow merged pull request #18902: [fix](Nereids): dead loop in FillUpMissingSlots

2023-04-25 Thread via GitHub
morrySnow merged PR #18902: URL: https://github.com/apache/doris/pull/18902 -- 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] github-actions[bot] commented on pull request #19062: [feat](stats) Add option to config file to enable or disable analyze function

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19062: URL: https://github.com/apache/doris/pull/19062#issuecomment-1522807639 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 #19062: [feat](stats) Add option to config file to enable or disable analyze function

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

[doris] branch master updated (94b11af17c -> a7773d16d6)

2023-04-25 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 94b11af17c [fixbug](json-reader) fix memory leak of new_json_reader #19067 add a7773d16d6 [fix](Nereids): UT sho

[GitHub] [doris] github-actions[bot] commented on pull request #19086: Revert "[Enhancement](compaction) stop tablet compaction when table dropped (#18702)"

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19086: URL: https://github.com/apache/doris/pull/19086#issuecomment-1522803691 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 #19086: Revert "[Enhancement](compaction) stop tablet compaction when table dropped (#18702)"

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19086: URL: https://github.com/apache/doris/pull/19086#issuecomment-1522803716 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 merged pull request #19082: [fix](Nereids): UT shouldn't contains slotId

2023-04-25 Thread via GitHub
jackwener merged PR #19082: URL: https://github.com/apache/doris/pull/19082 -- 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] Gabriel39 commented on pull request #19093: [DATEV2](test) enable datev2 by default

2023-04-25 Thread via GitHub
Gabriel39 commented on PR #19093: URL: https://github.com/apache/doris/pull/19093#issuecomment-1522803648 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] Gabriel39 opened a new pull request, #19093: [DATEV2](test) enable datev2 by default

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

[GitHub] [doris] github-actions[bot] commented on pull request #19082: [fix](Nereids): UT shouldn't contains slotId

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19082: URL: https://github.com/apache/doris/pull/19082#issuecomment-1522803468 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 #19082: [fix](Nereids): UT shouldn't contains slotId

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19082: URL: https://github.com/apache/doris/pull/19082#issuecomment-1522803402 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 #18943: [feature](multi-catalog) support oceanbase jdbc catalog and jdbc external table

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #18943: URL: https://github.com/apache/doris/pull/18943#issuecomment-1522797674 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 #18943: [feature](multi-catalog) support oceanbase jdbc catalog and jdbc external table

2023-04-25 Thread via GitHub
zy-kkk commented on PR #18943: URL: https://github.com/apache/doris/pull/18943#issuecomment-1522796754 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] github-actions[bot] commented on pull request #19075: [Bug](pipeline-engine) fix hang on insert into select when enable pipeline engine

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19075: URL: https://github.com/apache/doris/pull/19075#issuecomment-1522795770 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 #19075: [Bug](pipeline-engine) fix hang on insert into select when enable pipeline engine

2023-04-25 Thread via GitHub
BiteThet commented on PR #19075: URL: https://github.com/apache/doris/pull/19075#issuecomment-1522793708 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] airborne12 commented on pull request #18876: [Chore](thirdparty) update clucene from 2.4.9 to 2.4.11

2023-04-25 Thread via GitHub
airborne12 commented on PR #18876: URL: https://github.com/apache/doris/pull/18876#issuecomment-1522793032 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] hello-stephen commented on pull request #19085: [refactor](Nereids): small refactor NormalizeAggregate code.

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

[GitHub] [doris] github-actions[bot] commented on pull request #18943: [feature](multi-catalog) support oceanbase jdbc catalog and jdbc external table

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #18943: URL: https://github.com/apache/doris/pull/18943#issuecomment-1522788032 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 #19091: [Refact](type system) refact column with arrow serde

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19091: URL: https://github.com/apache/doris/pull/19091#issuecomment-1522786576 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 #19055: [Bug](mysql proto) fix binary proto with dynamic mode

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19055: URL: https://github.com/apache/doris/pull/19055#issuecomment-1522785707 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] zhangyongtian opened a new issue, #19092: [Bug] The generated SQL file has an error exception

2023-04-25 Thread via GitHub
zhangyongtian opened a new issue, #19092: URL: https://github.com/apache/doris/issues/19092 ### 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 master ###

[GitHub] [doris] eldenmoon commented on pull request #19055: [Bug](mysql proto) fix binary proto with dynamic mode

2023-04-25 Thread via GitHub
eldenmoon commented on PR #19055: URL: https://github.com/apache/doris/pull/19055#issuecomment-1522783613 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] amorynan opened a new pull request, #19091: [Refact](type system) refact column with arrow serde

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

[GitHub] [doris] hello-stephen commented on pull request #19087: [enhancement](compaction) compact tail rowsets

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

[doris] branch master updated (5a7a96f317 -> 94b11af17c)

2023-04-25 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 5a7a96f317 [doc](fix)fix doc link error (#19083) add 94b11af17c [fixbug](json-reader) fix memory leak of new_jso

[GitHub] [doris] yiguolei merged pull request #19067: [fixbug](json-reader) fix memory leak of new_json_reader

2023-04-25 Thread via GitHub
yiguolei merged PR #19067: URL: https://github.com/apache/doris/pull/19067 -- 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] hello-stephen commented on pull request #18997: [Enhencement](Export/Outfile) add property for outfile/export and add test

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

[GitHub] [doris] yiguolei commented on pull request #19057: [refactor](exceptionsafe) make scanner and scancontext exception safe

2023-04-25 Thread via GitHub
yiguolei commented on PR #19057: URL: https://github.com/apache/doris/pull/19057#issuecomment-1522772467 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

[doris] branch master updated (5bd4a3897e -> 5a7a96f317)

2023-04-25 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5bd4a3897e [optimize](multi-catalog) Skip whole row group in lazy_read if data has been filtered. (#19039) add 5a7a

[GitHub] [doris] JNSimba merged pull request #19083: [doc](fix)fix doc link error

2023-04-25 Thread via GitHub
JNSimba merged PR #19083: URL: https://github.com/apache/doris/pull/19083 -- 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.apac

[GitHub] [doris] github-actions[bot] commented on pull request #19089: [fix](core) fix multi_match_any maybe core down

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19089: URL: https://github.com/apache/doris/pull/19089#issuecomment-1522765337 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] nextdreamblue commented on pull request #18758: [feature-wip](duplicate_no_keys) add create duplicate table without keys

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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #19089: [fix](core) fix multi_match_any maybe core down

2023-04-25 Thread via GitHub
github-actions[bot] commented on code in PR #19089: URL: https://github.com/apache/doris/pull/19089#discussion_r1177321869 ## be/src/vec/functions/functions_multi_string_search.cpp: ## @@ -278,13 +286,18 @@ struct FunctionMultiMatchAnyImpl { /// zero the result, s

[GitHub] [doris] github-actions[bot] commented on pull request #19089: [fix](core) fix multi_match_any maybe core down

2023-04-25 Thread via GitHub
github-actions[bot] commented on PR #19089: URL: https://github.com/apache/doris/pull/19089#issuecomment-1522763153 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] nextdreamblue commented on pull request #19089: [fix](core) fix multi_match_any maybe core down

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

  1   2   3   4   5   >