[GitHub] [doris] catpineapple commented on pull request #19597: [feature](planner) multi partition create by integer column

2023-06-08 Thread via GitHub
catpineapple commented on PR #19597: URL: https://github.com/apache/doris/pull/19597#issuecomment-1584073038 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 #20615: [fix](memory) Fix runtime state default mem tracker

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20615: URL: https://github.com/apache/doris/pull/20615#issuecomment-1584072159 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 commented on a diff in pull request #20634: [fix](planner)the common type of floating and decimal should be floating type

2023-06-08 Thread via GitHub
morrySnow commented on code in PR #20634: URL: https://github.com/apache/doris/pull/20634#discussion_r1223919170 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java: ## @@ -1077,12 +1077,26 @@ protected static Optional findCommonPrimitiveTypeForCase

[GitHub] [doris] xinyiZzz commented on pull request #20615: [fix](memory) Fix runtime state default mem tracker

2023-06-08 Thread via GitHub
xinyiZzz commented on PR #20615: URL: https://github.com/apache/doris/pull/20615#issuecomment-1584071201 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] BiteTheDDDDt opened a new pull request, #20637: [Chore](build) try to make be-ut workflow stable

2023-06-08 Thread via GitHub
BiteThet opened a new pull request, #20637: URL: https://github.com/apache/doris/pull/20637 ## Proposed changes try to make be-ut workflow stable ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](m

[GitHub] [doris] BiteTheDDDDt commented on pull request #20637: [Chore](build) try to make be-ut workflow stable

2023-06-08 Thread via GitHub
BiteThet commented on PR #20637: URL: https://github.com/apache/doris/pull/20637#issuecomment-1584064953 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 #20032: [load-refactor](tvf pipe) step-1 Support stream tvf

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20032: URL: https://github.com/apache/doris/pull/20032#issuecomment-1584050415 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] dutyu commented on pull request #20628: [Feature](broker-load) Support priority for Broker Load job.

2023-06-08 Thread via GitHub
dutyu commented on PR #20628: URL: https://github.com/apache/doris/pull/20628#issuecomment-1584049749 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] SWJTU-ZhangLei commented on issue #20614: [Bug] unique key table alter table modify column from varchar(100) to varchar(500) failed

2023-06-08 Thread via GitHub
SWJTU-ZhangLei commented on issue #20614: URL: https://github.com/apache/doris/issues/20614#issuecomment-1584047026 > alter table xxx MODIFY COLUMN column1 varchar(500) **KEY** NULL COMMENT ""; if you alter key column, you need add **key** in sql > > or do you want to change key c

[GitHub] [doris] HHoflittlefish777 commented on pull request #19655: [Refactor](load) Unify streamload BE and FE properties parsing

2023-06-08 Thread via GitHub
HHoflittlefish777 commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1584046264 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.

[GitHub] [doris] tengdazheng opened a new issue, #20636: [Bug] Query with java jdbcTemplate ERROR : PreparedStatementCallback; uncategorized SQLException for SQL [select * from sdb.dim_cwkb_xbb_fmdm_f

2023-06-08 Thread via GitHub
tengdazheng opened a new issue, #20636: URL: https://github.com/apache/doris/issues/20636 ### 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 1.2.4.1 (Stable)

[GitHub] [doris] JNSimba commented on pull request #20617: [Feature](log)friendly hint for creating table failed

2023-06-08 Thread via GitHub
JNSimba commented on PR #20617: URL: https://github.com/apache/doris/pull/20617#issuecomment-1584041678 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] yiguolei commented on a diff in pull request #20597: [Log](query) Add log of fragment instance num to recognize large query

2023-06-08 Thread via GitHub
yiguolei commented on code in PR #20597: URL: https://github.com/apache/doris/pull/20597#discussion_r1223888246 ## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ## @@ -1371,6 +1371,18 @@ private void sendResult(boolean isOutfileQuery, boolean isSendFields, Que

[GitHub] [doris] BiteTheDDDDt commented on pull request #20635: [fix](case expr) fix coredump of case for null value 2

2023-06-08 Thread via GitHub
BiteThet commented on PR #20635: URL: https://github.com/apache/doris/pull/20635#issuecomment-1584035005 better add test case -- 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 comm

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #20635: [fix](case expr) fix coredump of case for null value 2

2023-06-08 Thread via GitHub
BiteThet commented on code in PR #20635: URL: https://github.com/apache/doris/pull/20635#discussion_r1223887362 ## be/src/vec/functions/function_case.h: ## @@ -332,13 +332,15 @@ class FunctionCase : public IFunction { bool then_null = false; for (int i = 1

[doris] branch master updated: [doc](catalog) remove external table doc (#20632)

2023-06-08 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 c8bda9508e [doc](catalog) remove external table

[GitHub] [doris] yiguolei merged pull request #20632: [doc](catalog) remove external table doc

2023-06-08 Thread via GitHub
yiguolei merged PR #20632: URL: https://github.com/apache/doris/pull/20632 -- 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] github-actions[bot] commented on pull request #20551: [improvement](exception-safe) create and prepare node/sink support exception safe

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20551: URL: https://github.com/apache/doris/pull/20551#issuecomment-1584033517 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 #20635: [fix](case expr) fix coredump of case for null value 2

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20635: URL: https://github.com/apache/doris/pull/20635#issuecomment-1584032574 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 (05438eab0d -> fe8233863a)

2023-06-08 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 05438eab0d remove DCHECK for rpc time (#20621) add fe8233863a [enhancement](stats) ignore view by default when a

[GitHub] [doris] yiguolei merged pull request #20630: [enhancement](stats) ignore view by default when analyze whole DB

2023-06-08 Thread via GitHub
yiguolei merged PR #20630: URL: https://github.com/apache/doris/pull/20630 -- 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] xinyiZzz commented on pull request #20551: [improvement](exception-safe) create and prepare node/sink support exception safe

2023-06-08 Thread via GitHub
xinyiZzz commented on PR #20551: URL: https://github.com/apache/doris/pull/20551#issuecomment-1584029952 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 commented on pull request #20610: [regression](nereids) check tpch sf1T and sf500 plan shape on 3 BE environment

2023-06-08 Thread via GitHub
englefly commented on PR #20610: URL: https://github.com/apache/doris/pull/20610#issuecomment-1584028981 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] didiaode18 commented on pull request #20617: [Feature](log)friendly hint for creating table failed

2023-06-08 Thread via GitHub
didiaode18 commented on PR #20617: URL: https://github.com/apache/doris/pull/20617#issuecomment-1584028915 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] xinyiZzz opened a new pull request, #20635: [fix](case expr) fix coredump of case for null value 2

2023-06-08 Thread via GitHub
xinyiZzz opened a new pull request, #20635: URL: https://github.com/apache/doris/pull/20635 ## Proposed changes Issue Number: close #xxx more complete fix: #20564 ``` F0609 13:58:40.029528 1179830 assert_cast.h:46] Bad cast from type:doris::vectorized::ColumnNullable*

[GitHub] [doris] github-actions[bot] commented on pull request #20629: [chore](coldHeatCases) drop table first to enhance robustness

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20629: URL: https://github.com/apache/doris/pull/20629#issuecomment-1584028272 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 #20629: [chore](coldHeatCases) drop table first to enhance robustness

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20629: URL: https://github.com/apache/doris/pull/20629#issuecomment-1584028230 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] caoliang-web commented on pull request #18743: [BUG](es_catalog)Solve the problem of querying es catalog Unexpected exception: Index:…

2023-06-08 Thread via GitHub
caoliang-web commented on PR #18743: URL: https://github.com/apache/doris/pull/18743#issuecomment-1584028036 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 comm

[GitHub] [doris] github-actions[bot] commented on pull request #19604: [enhance](load) add one backoff algorithm to control the load speed

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #19604: URL: https://github.com/apache/doris/pull/19604#issuecomment-1584027802 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] ByteYue commented on pull request #19604: [enhance](load) add one backoff algorithm to control the load speed

2023-06-08 Thread via GitHub
ByteYue commented on PR #19604: URL: https://github.com/apache/doris/pull/19604#issuecomment-1584025434 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] starocean999 opened a new pull request, #20634: [fix](planner)the common type of floating and decimal should be floating type

2023-06-08 Thread via GitHub
starocean999 opened a new pull request, #20634: URL: https://github.com/apache/doris/pull/20634 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org

[GitHub] [doris] starocean999 commented on pull request #20634: [fix](planner)the common type of floating and decimal should be floating type

2023-06-08 Thread via GitHub
starocean999 commented on PR #20634: URL: https://github.com/apache/doris/pull/20634#issuecomment-1584019532 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] GoGoWen commented on pull request #20612: [Fix](Error) fix some error

2023-06-08 Thread via GitHub
GoGoWen commented on PR #20612: URL: https://github.com/apache/doris/pull/20612#issuecomment-1584019187 > Please describe more Done -- 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] xbj137661413 commented on issue #10866: Doris should support stored procedures [Feature]

2023-06-08 Thread via GitHub
xbj137661413 commented on issue #10866: URL: https://github.com/apache/doris/issues/10866#issuecomment-1584015909 I also think that... -- 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

[GitHub] [doris-spark-connector] JNSimba commented on issue #102: [Bug] Unrecognized Doris type DATETIMEV2

2023-06-08 Thread via GitHub
JNSimba commented on issue #102: URL: https://github.com/apache/doris-spark-connector/issues/102#issuecomment-1584015091 doris must be version 2.0 or above and spark connector version 1.2.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[doris-flink-connector] branch master updated: add jdbcProperties options (#146)

2023-06-08 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 8d30367 add jdbcProperties option

[GitHub] [doris-flink-connector] zy-kkk merged pull request #146: add jdbcProperties options

2023-06-08 Thread via GitHub
zy-kkk merged PR #146: URL: https://github.com/apache/doris-flink-connector/pull/146 -- 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...

[GitHub] [doris] morrySnow commented on pull request #20608: [opt](Nereids) remove prunning in OptimizeGroup to avoid recompute on its parent

2023-06-08 Thread via GitHub
morrySnow commented on PR #20608: URL: https://github.com/apache/doris/pull/20608#issuecomment-1584009396 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

[doris] branch trace_all deleted (was 759255ec65)

2023-06-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch trace_all in repository https://gitbox.apache.org/repos/asf/doris.git was 759255ec65 [trace](Nereids) add log to merge group This change permanently discards the following revisions: d

[doris] branch plan_slow deleted (was 8302494088)

2023-06-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch plan_slow in repository https://gitbox.apache.org/repos/asf/doris.git was 8302494088 [opt](Nereids) remove running in OptimizeGroup to avoid recompute on it parent This change permanent

[doris] 01/01: [opt](Nereids) remove running in OptimizeGroup to avoid recompute on it parent

2023-06-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch plan_slow in repository https://gitbox.apache.org/repos/asf/doris.git commit 83024940887a936b7827ab567a180a4af7ece7c0 Author: morrySnow AuthorDate: Thu Jun 8 19:05:56 2023 +0800 [opt](Ner

[doris] branch plan_slow created (now 8302494088)

2023-06-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch plan_slow in repository https://gitbox.apache.org/repos/asf/doris.git at 8302494088 [opt](Nereids) remove running in OptimizeGroup to avoid recompute on it parent This branch includes

[doris] branch plan_slow deleted (was 8302494088)

2023-06-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch plan_slow in repository https://gitbox.apache.org/repos/asf/doris.git was 8302494088 [opt](Nereids) remove running in OptimizeGroup to avoid recompute on it parent This change permanent

[doris] 01/01: [opt](Nereids) remove running in OptimizeGroup to avoid recompute on it parent

2023-06-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch plan_slow in repository https://gitbox.apache.org/repos/asf/doris.git commit 83024940887a936b7827ab567a180a4af7ece7c0 Author: morrySnow AuthorDate: Thu Jun 8 19:05:56 2023 +0800 [opt](Ner

[doris] branch plan_slow created (now 8302494088)

2023-06-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch plan_slow in repository https://gitbox.apache.org/repos/asf/doris.git at 8302494088 [opt](Nereids) remove running in OptimizeGroup to avoid recompute on it parent This branch includes

[doris] branch master updated (3b17cc8eb3 -> 05438eab0d)

2023-06-08 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 3b17cc8eb3 [Improvement](column) reduce cache miss for data copy (#20583) add 05438eab0d remove DCHECK for rpc

[GitHub] [doris] yiguolei merged pull request #20621: [Fix](profile)remove DCHECK for rpc time

2023-06-08 Thread via GitHub
yiguolei merged PR #20621: URL: https://github.com/apache/doris/pull/20621 -- 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] GoGoWen commented on pull request #19413: [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1

2023-06-08 Thread via GitHub
GoGoWen commented on PR #19413: URL: https://github.com/apache/doris/pull/19413#issuecomment-1583990549 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] github-actions[bot] commented on pull request #19413: [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #19413: URL: https://github.com/apache/doris/pull/19413#issuecomment-1583989921 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] SaintBacchus commented on pull request #20241: [Regression](MTMV)Use lock instead of tryLock to get the jobManager lock

2023-06-08 Thread via GitHub
SaintBacchus commented on PR #20241: URL: https://github.com/apache/doris/pull/20241#issuecomment-1583988540 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

[doris] branch master updated (101e75d633 -> 3b17cc8eb3)

2023-06-08 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 101e75d633 [pipeline](doc) Update pipeline doc (#20623) add 3b17cc8eb3 [Improvement](column) reduce cache miss

[GitHub] [doris] Gabriel39 merged pull request #20583: [Improvement](column) reduce cache miss for data copy

2023-06-08 Thread via GitHub
Gabriel39 merged PR #20583: URL: https://github.com/apache/doris/pull/20583 -- 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 #20593: [Chore](runtime filter) remove runtime filter ready_for_publish/publish_finally

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20593: URL: https://github.com/apache/doris/pull/20593#issuecomment-1583983781 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 #20511: [improvement](profile)add sum/avg rpc time

2023-06-08 Thread via GitHub
Mryange commented on PR #20511: URL: https://github.com/apache/doris/pull/20511#issuecomment-1583983319 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 unsubscrib

[GitHub] [doris] BiteTheDDDDt commented on pull request #20593: [Chore](runtime filter) remove runtime filter ready_for_publish/publish_finally

2023-06-08 Thread via GitHub
BiteThet commented on PR #20593: URL: https://github.com/apache/doris/pull/20593#issuecomment-1583981173 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] bobhan1 commented on pull request #19917: [feature-wip](auto-inc)(step-2) support auto-increment column for duplicate table

2023-06-08 Thread via GitHub
bobhan1 commented on PR #19917: URL: https://github.com/apache/doris/pull/19917#issuecomment-1583978342 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] zhangstar333 commented on pull request #20562: [bug](function) fix is_null/is_not_null check is_const has error

2023-06-08 Thread via GitHub
zhangstar333 commented on PR #20562: URL: https://github.com/apache/doris/pull/20562#issuecomment-1583977381 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] github-actions[bot] commented on pull request #19917: [feature-wip](auto-inc)(step-2) support auto-increment column for duplicate table

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #19917: URL: https://github.com/apache/doris/pull/19917#issuecomment-1583973073 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 commented on pull request #20606: [minor](Nereids) refactor some code in cascades framework

2023-06-08 Thread via GitHub
morrySnow commented on PR #20606: URL: https://github.com/apache/doris/pull/20606#issuecomment-1583971000 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 #19917: [feature-wip](auto-inc)(step-2) support auto-increment column for duplicate table

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #19917: URL: https://github.com/apache/doris/pull/19917#issuecomment-1583970406 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] dataroaring commented on pull request #20616: Ccr syncer regression

2023-06-08 Thread via GitHub
dataroaring commented on PR #20616: URL: https://github.com/apache/doris/pull/20616#issuecomment-1583966961 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 #20536: [improvement](jdbc) Set the JDBC connection timeout to be configurable

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20536: URL: https://github.com/apache/doris/pull/20536#issuecomment-1583965021 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 (44e20d9087 -> 101e75d633)

2023-06-08 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 44e20d9087 [feature](Nereids): push down alias into union outputs. (#20543) add 101e75d633 [pipeline](doc) Upda

[GitHub] [doris] yiguolei merged pull request #20623: [pipeline](doc) Update pipeline doc

2023-06-08 Thread via GitHub
yiguolei merged PR #20623: URL: https://github.com/apache/doris/pull/20623 -- 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] yiguolei commented on pull request #20536: [improvement](jdbc) Set the JDBC connection timeout to be configurable

2023-06-08 Thread via GitHub
yiguolei commented on PR #20536: URL: https://github.com/apache/doris/pull/20536#issuecomment-1583964634 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 #19988: [Feature](array-function) Support array_pushback function #17417

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #19988: URL: https://github.com/apache/doris/pull/19988#issuecomment-1583963510 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] liangjiawei1110 commented on pull request #19988: [Feature](array-function) Support array_pushback function #17417

2023-06-08 Thread via GitHub
liangjiawei1110 commented on PR #19988: URL: https://github.com/apache/doris/pull/19988#issuecomment-1583961962 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] zhannngchen commented on pull request #20633: [fix](regression) tests in unique_with_mow_p0/partial_update are flaky

2023-06-08 Thread via GitHub
zhannngchen commented on PR #20633: URL: https://github.com/apache/doris/pull/20633#issuecomment-1583961649 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

[doris] branch branch-1.2-lts updated: [typo](docs) Change the title of the DATETIMEV2 Chinese document (#20631)

2023-06-08 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 4d3aa2172e [typo](docs) Change the

[GitHub] [doris] zy-kkk merged pull request #20631: Change the title of the DATETIMEV2 Chinese document

2023-06-08 Thread via GitHub
zy-kkk merged PR #20631: URL: https://github.com/apache/doris/pull/20631 -- 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] zhannngchen opened a new pull request, #20633: [fix](regression) tests in unique_with_mow_p0/partial_update are flaky

2023-06-08 Thread via GitHub
zhannngchen opened a new pull request, #20633: URL: https://github.com/apache/doris/pull/20633 ## Proposed changes Issue Number: close #xxx tests in unique_with_mow_p0/partial_update are flaky add sync and order by ## Further comments If this is a relatively lar

[GitHub] [doris] github-actions[bot] commented on pull request #20632: [doc](catalog) remove external table doc

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20632: URL: https://github.com/apache/doris/pull/20632#issuecomment-1583958506 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 #20632: [doc](catalog) remove external table doc

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20632: URL: https://github.com/apache/doris/pull/20632#issuecomment-1583958489 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] zy-kkk commented on pull request #20632: [doc](catalog) remove external table doc

2023-06-08 Thread via GitHub
zy-kkk commented on PR #20632: URL: https://github.com/apache/doris/pull/20632#issuecomment-1583958253 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 #20536: [improvement](jdbc) Set the JDBC connection timeout to be configurable

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20536: URL: https://github.com/apache/doris/pull/20536#issuecomment-1583957915 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 #20536: [improvement](jdbc) Set the JDBC connection timeout to be configurable

2023-06-08 Thread via GitHub
github-actions[bot] commented on PR #20536: URL: https://github.com/apache/doris/pull/20536#issuecomment-1583956985 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] morningman opened a new pull request, #20632: [doc](catalog) remove external table doc

2023-06-08 Thread via GitHub
morningman opened a new pull request, #20632: URL: https://github.com/apache/doris/pull/20632 ## Proposed changes The external table is deprecated. Doc should only be on branch 1.2 ## Further comments If this is a relatively large or complex change, kick off the discussio

[GitHub] [doris] gongzexin opened a new pull request, #20631: Change the title of the DATETIMEV2 Chinese document

2023-06-08 Thread via GitHub
gongzexin opened a new pull request, #20631: URL: https://github.com/apache/doris/pull/20631 ## Proposed changes Change the title of the DATETIMEV2 Chinese document -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] 26/29: [Bug](mutil-catalog) PaimonColumnValue always null (#20592)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 7cd44d496e9bd391160b63ab06dd1a959512351c Author: yuxuan-luo <119841515+yuxuan-...@users.noreply.github.com> Author

[doris] 25/29: [Fix](external scan node)Use consistent hash to collect BE only when the file cache is enabled. #20560

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 13927140a64c3f1abbc8909c2eae13c615d808c9 Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> AuthorDat

[doris] 05/29: [fix](multicatalog) support read from hive table with HIVE_UNION_SUBDIR in path location (#20329)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit f3dade924d24de04fbc1b1300723018e0a2c283a Author: Yulei-Yang AuthorDate: Mon Jun 5 11:01:24 2023 +0800 [fix](

[doris] 17/29: [conf](pipeline) turn pipeline on by default (#20458)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 5e51389083ba540ae3270f8c6b38147d0cc2fada Author: Gabriel AuthorDate: Thu Jun 8 09:20:51 2023 +0800 [conf](pi

[doris] 13/29: [Fix](orc-reader) Fix some bugs of orc lazy materialization. (#20410)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 0014794fb4a7d33b5d8c67d70270109f1d959204 Author: Qi Chen AuthorDate: Fri Jun 9 08:53:01 2023 +0800 [Fix](orc

[doris] 28/29: [feature](Nereids): push down alias into union outputs. (#20543)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit a630d520de59753998d825076f9b97e94333e73c Author: jakevin AuthorDate: Fri Jun 9 11:53:44 2023 +0800 [feature]

[doris] 12/29: [fix](pipeline) Comment unstable p1 tests #20407

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 22d87793772f1437c271f2de4355e838de7fa193 Author: AKIRA <33112463+kikyou1...@users.noreply.github.com> AuthorDate:

[doris] 18/29: [fix](load) fix unified load redirect status delegate error (#20467)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 2a0f3a474d768b1bb0fc101d604a70fb9702ac73 Author: lvshaokang AuthorDate: Tue Jun 6 15:46:48 2023 +0800 [fix](

[doris] 23/29: [fix](nereids) add push down filter and project through cte anchor rules (#20547)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 66e2d9c877531433a8eb77b3955bd833311a3ec0 Author: starocean999 <40539150+starocean...@users.noreply.github.com> Aut

[doris] 21/29: [Opt](performance) opt the outer join for nested loop join (#20524)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 000f2d663acbd28eae59b3e3ccdd20affd556e59 Author: HappenLee AuthorDate: Wed Jun 7 17:31:36 2023 +0800 [Opt](p

[doris] 15/29: [feature-wip](MTMV) Sync finish status only for tasks (#20441)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit f60d7d2429104e8cd23dd669b052da0794f41230 Author: zhangdong <493738...@qq.com> AuthorDate: Thu Jun 8 10:46:25 2023

[doris] 16/29: [fix](memory) Fix crash at `bthread_setspecific` in `brpc::Socket::CheckHealth()` (#20450)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 82cb2e06f6aaedfcdbc5cd6a51d4b6e9f1f55ce4 Author: Xinyi Zou AuthorDate: Thu Jun 8 19:48:19 2023 +0800 [fix](m

[doris] 27/29: [chore](proto) make some `required` fields `optional` for compability (#20609)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 6df711bcbb4ee83702de383124899569aa1ea991 Author: lihangyu <15605149...@163.com> AuthorDate: Fri Jun 9 08:51:01 202

[doris] 11/29: [Fix](orc-reader) Fix the inner reader of `MergeRangeFileReader` is not correct when creating `MergeRangeFileReader` in orc reader. (#20393)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit ea0517a97fd44c0ee5e90c767fa866a64a4f1d8a Author: Qi Chen AuthorDate: Fri Jun 9 08:53:27 2023 +0800 [Fix](orc

[doris] 02/29: [fix](replay) fix truncate partition name need case insensitive (#20098)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 243d3a5ce998e386f79fb19f9bda59294c27985c Author: xueweizhang AuthorDate: Fri Jun 9 09:34:55 2023 +0800 [fix]

[doris] 24/29: [enhancement](heartbeat) print a warning log for long running heartbeat (#20559)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit ff68730d3c076fb27de34d409b7e907d76612deb Author: Yongqiang YANG <98214048+dataroar...@users.noreply.github.com> Au

[doris] 19/29: [improvement](config)update FE config max_running_txn_num_per_db default value (#20478)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit c9e203e6cb174e9376b2629e562e7a66832c8f31 Author: caoliang-web <71004656+caoliang-...@users.noreply.github.com> Aut

[doris] 09/29: [Bug](row-store) Fix row store with materialize index (#20356)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 166fc4f134ced589c58a0582eb8ed0e9991d834b Author: lihangyu <15605149...@163.com> AuthorDate: Thu Jun 8 10:55:22 202

[doris] 04/29: [fix](regression-test) Add lost ddl file for tpcds_sf1_p2 #20288

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit f20d3c4ee9d911052ae1cec4ac1d1e7e5d3ae9c9 Author: zclllyybb AuthorDate: Tue Jun 6 09:57:38 2023 +0800 [fix](r

[doris] 10/29: [refactor](profile) refactor the join profile when its shared hash table (#20391)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 30b520eae454bc2f6ee78aef21bebc3d26f50975 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> Aut

[doris] 22/29: [Fix](multi-catalog) Fix be crashed when query hive table after schema changed(new column added). (#20537)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit e625826e207d1cc2a06e2d7a43626d77f5587ca8 Author: Qi Chen AuthorDate: Thu Jun 8 18:10:36 2023 +0800 [Fix](mul

[doris] 07/29: [fix](DECIMALV3)fix cumulative precision when literal and DECIMALV3 operations in Legacy (#20354)

2023-06-08 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git commit 35831e53132c700544e90e19f0ed56706e354226 Author: Mryange <59914473+mrya...@users.noreply.github.com> AuthorDate: F

  1   2   3   4   5   >