[GitHub] [doris] ByteYue commented on pull request #23741: [chore](ColdHotSeparation) refresh case

2023-09-01 Thread via GitHub
ByteYue commented on PR #23741: URL: https://github.com/apache/doris/pull/23741#issuecomment-1702264423 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] mongo360 commented on pull request #23679: [Fix](stream load) stearm load record use valid txn info when two txn with same label

2023-09-01 Thread via GitHub
mongo360 commented on PR #23679: URL: https://github.com/apache/doris/pull/23679#issuecomment-1702267470 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] echo-hhj commented on pull request #23609: [typo](docs)Changes to expressions

2023-09-01 Thread via GitHub
echo-hhj commented on PR #23609: URL: https://github.com/apache/doris/pull/23609#issuecomment-1702246483 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] XieJiann commented on a diff in pull request #23715: [fix](Nereids) When col stats is Unknow, not expression should return the stats with selectivity of 1

2023-09-01 Thread via GitHub
XieJiann commented on code in PR #23715: URL: https://github.com/apache/doris/pull/23715#discussion_r1312632942 ## fe/fe-core/src/main/java/org/apache/doris/statistics/Statistics.java: ## @@ -131,6 +131,11 @@ public Statistics addColumnStats(Expression expression, ColumnStatist

[GitHub] [doris] yiguolei commented on a diff in pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

2023-09-01 Thread via GitHub
yiguolei commented on code in PR #23616: URL: https://github.com/apache/doris/pull/23616#discussion_r1312631408 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowConvertLSCStmt.java: ## @@ -0,0 +1,71 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [doris] yiguolei commented on pull request #23746: [improvement](log) optimize template function log for performance

2023-09-01 Thread via GitHub
yiguolei commented on PR #23746: URL: https://github.com/apache/doris/pull/23746#issuecomment-1702261725 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 (5b2360e836 -> eaf2a6a80e)

2023-09-01 Thread ashingau
This is an automated email from the ASF dual-hosted git repository. ashingau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5b2360e836 [opt](planner) speed up computeColumnsFilter on ScanNode (#23742) add eaf2a6a80e [fix](date) return

[GitHub] [doris] yiguolei commented on a diff in pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

2023-09-01 Thread via GitHub
yiguolei commented on code in PR #23616: URL: https://github.com/apache/doris/pull/23616#discussion_r1312632931 ## fe/fe-core/src/main/java/org/apache/doris/catalog/ColumnIdFlushDaemon.java: ## @@ -0,0 +1,174 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] xiaokang opened a new pull request, #23746: [improvement](log) optimize template function log for performance

2023-09-01 Thread via GitHub
xiaokang opened a new pull request, #23746: URL: https://github.com/apache/doris/pull/23746 ## Proposed changes change log level to debug and use format in template function log for performance. ## Further comments If this is a relatively large or complex change, kick of

[GitHub] [doris] dataroaring merged pull request #23733: [fix](clone) fix cannot further repair clone replica which miss version data

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

[doris] branch branch-1.1-lts updated: [fix](clone) fix cannot further repair clone replica which miss version data (#23733)

2023-09-01 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new ea64eeb5e3 [fix](clone) fix

[GitHub] [doris] dataroaring merged pull request #23731: [fix](tablet clone) fix tablet sched ctx toString cause null exeption

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

[doris] branch master updated: [fix](tablet clone) fix tablet sched ctx toString cause null exeption (#23731)

2023-09-01 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 b843b79ddc [fix](tablet clone) fix tablet sc

[GitHub] [doris] dataroaring merged pull request #23732: [fix](clone) fix cannot further repair clone replica which miss version data

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

[doris] branch branch-1.2-lts updated: [fix](clone) fix cannot further repair clone replica which miss version data (#23732)

2023-09-01 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 c1ab29298b [fix](clone) fix

[GitHub] [doris] github-actions[bot] commented on pull request #23732: [fix](clone) fix cannot further repair clone replica which miss version data

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23732: URL: https://github.com/apache/doris/pull/23732#issuecomment-1702272786 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 #23732: [fix](clone) fix cannot further repair clone replica which miss version data

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23732: URL: https://github.com/apache/doris/pull/23732#issuecomment-1702272853 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

[doris] 02/02: [opt](planner) speed up computeColumnsFilter on ScanNode (#23742)

2023-09-01 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit c981d109bcf1c842f3f0e8ecbeb3f471da9e09e2 Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate

[GitHub] [doris] morrySnow closed pull request #23718: [fix](function) fix bug that array_max&min( array ) function.

2023-09-01 Thread via GitHub
morrySnow closed pull request #23718: [fix](function) fix bug that array_max&min( array ) function. URL: https://github.com/apache/doris/pull/23718 -- 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] kaka11chen commented on a diff in pull request #23745: [opt](hudi) reduce the memory usage of avro reader

2023-09-01 Thread via GitHub
kaka11chen commented on code in PR #23745: URL: https://github.com/apache/doris/pull/23745#discussion_r1312638010 ## fe/be-java-extensions/hudi-scanner/src/main/java/org/apache/doris/hudi/HudiJniScanner.java: ## @@ -84,53 +144,70 @@ public HudiJniScanner(int fetchSize, Map para

[GitHub] [doris] github-actions[bot] commented on pull request #23729: [fix](tablet clone) fix backend not chose disk based on path hash

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23729: URL: https://github.com/apache/doris/pull/23729#issuecomment-1702274968 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 #23729: [fix](tablet clone) fix backend not chose disk based on path hash

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23729: URL: https://github.com/apache/doris/pull/23729#issuecomment-1702275029 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] ixzc commented on issue #23747: COUNT_ BY_ ENUM function not supported

2023-09-01 Thread via GitHub
ixzc commented on issue #23747: URL: https://github.com/apache/doris/issues/23747#issuecomment-1702275623 we will fix it later. -- 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 co

[GitHub] [doris] dataroaring merged pull request #23729: [fix](tablet clone) fix backend not chose disk based on path hash

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

[doris] branch master updated: [fix](tablet clone) fix clone backend chose wrong disk (#23729)

2023-09-01 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 91c5640cae [fix](tablet clone) fix clone bac

[GitHub] [doris] github-actions[bot] commented on pull request #17644: [fix](cooldown) Fix potential data loss when clone task's dst tablet is cooldown replica

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #17644: URL: https://github.com/apache/doris/pull/17644#issuecomment-1702280851 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] dataroaring closed pull request #23143: [fix](colocate table) fix backend no delete colocate tablets data

2023-09-01 Thread via GitHub
dataroaring closed pull request #23143: [fix](colocate table) fix backend no delete colocate tablets data URL: https://github.com/apache/doris/pull/23143 -- 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 g

[GitHub] [doris] dataroaring commented on pull request #23143: [fix](colocate table) fix backend no delete colocate tablets data

2023-09-01 Thread via GitHub
dataroaring commented on PR #23143: URL: https://github.com/apache/doris/pull/23143#issuecomment-1702281237 We dont main 1.1 any more. -- 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] XieJiann opened a new pull request, #23748: [fix](Nereids) fix stats inject in or_expansion.groovy

2023-09-01 Thread via GitHub
XieJiann opened a new pull request, #23748: URL: https://github.com/apache/doris/pull/23748 ## Proposed changes make stats injection run first ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](

[GitHub] [doris] XieJiann commented on pull request #23748: [fix](Nereids) fix stats inject in or_expansion.groovy

2023-09-01 Thread via GitHub
XieJiann commented on PR #23748: URL: https://github.com/apache/doris/pull/23748#issuecomment-1702283077 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] XieJiann commented on pull request #23715: [fix](Nereids) When col stats is Unknow, not expression should return the stats with selectivity of 1

2023-09-01 Thread via GitHub
XieJiann commented on PR #23715: URL: https://github.com/apache/doris/pull/23715#issuecomment-1702246834 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] yiguolei commented on a diff in pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

2023-09-01 Thread via GitHub
yiguolei commented on code in PR #23616: URL: https://github.com/apache/doris/pull/23616#discussion_r1312631103 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowConvertLSCStmt.java: ## @@ -0,0 +1,71 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [doris] XieJiann commented on pull request #23737: [enhancement](Nereids) make stats unchanged

2023-09-01 Thread via GitHub
XieJiann commented on PR #23737: URL: https://github.com/apache/doris/pull/23737#issuecomment-1702285346 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 commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-09-01 Thread via GitHub
BiteThet commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1702286595 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] XieJiann commented on a diff in pull request #23715: [fix](Nereids) When col stats is Unknow, not expression should return the stats with selectivity of 1

2023-09-01 Thread via GitHub
XieJiann commented on code in PR #23715: URL: https://github.com/apache/doris/pull/23715#discussion_r1312634488 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterEstimation.java: ## @@ -348,8 +348,16 @@ A not in (1, 2, 3, 100): return estimated; }

[GitHub] [doris] BiteTheDDDDt commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-09-01 Thread via GitHub
BiteThet commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1702287752 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-2.0 updated (c981d109bc -> 364c17bd94)

2023-09-01 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from c981d109bc [opt](planner) speed up computeColumnsFilter on ScanNode (#23742) add 364c17bd94 [improvement](log)

[GitHub] [doris] TangSiyang2001 commented on pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

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

[GitHub] [doris] github-actions[bot] commented on pull request #23064: [improvement](colocate table) forbit change colocate table's replica allocation

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23064: URL: https://github.com/apache/doris/pull/23064#issuecomment-1702290347 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 #23064: [improvement](colocate table) forbit change colocate table's replica allocation

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23064: URL: https://github.com/apache/doris/pull/23064#issuecomment-1702290401 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] TangSiyang2001 commented on a diff in pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

2023-09-01 Thread via GitHub
TangSiyang2001 commented on code in PR #23616: URL: https://github.com/apache/doris/pull/23616#discussion_r1312666728 ## fe/fe-core/src/main/java/org/apache/doris/catalog/ColumnIdFlushDaemon.java: ## @@ -0,0 +1,174 @@ +// Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [doris] see-you-at-Zihuatanejo opened a new issue, #23749: [Bug] When using the JSONB data type, if there are integers less than -128 in the JSON data, the stored data is incorrect(使用JSONB数据类

2023-09-01 Thread via GitHub
see-you-at-Zihuatanejo opened a new issue, #23749: URL: https://github.com/apache/doris/issues/23749 ### 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

[GitHub] [doris] TangSiyang2001 commented on a diff in pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

2023-09-01 Thread via GitHub
TangSiyang2001 commented on code in PR #23616: URL: https://github.com/apache/doris/pull/23616#discussion_r1312667092 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowConvertLSCStmt.java: ## @@ -0,0 +1,71 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] github-actions[bot] commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1702294239 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 #23573: [fix](tablet sheduler) change sched period back to 1s

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23573: URL: https://github.com/apache/doris/pull/23573#issuecomment-1702294751 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] dataroaring merged pull request #17644: [fix](cooldown) Fix potential data loss when clone task's dst tablet is cooldown replica

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

[doris] branch master updated: [fix](cooldown) Fix potential data loss when clone task's dst tablet is cooldown replica (#17644)

2023-09-01 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 9d2fc78bd5 [fix](cooldown) Fix potential dat

[doris] branch master updated: [fix](tablet sheduler) change sched period back to 1s (#23573)

2023-09-01 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 e3886bcf2a [fix](tablet sheduler) change sch

[GitHub] [doris] dataroaring merged pull request #23573: [fix](tablet sheduler) change sched period back to 1s

2023-09-01 Thread via GitHub
dataroaring merged PR #23573: URL: https://github.com/apache/doris/pull/23573 -- 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 #23723: [chroe](ci) add script for create_issue_comment

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23723: URL: https://github.com/apache/doris/pull/23723#issuecomment-1702300650 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] Mryange opened a new pull request, #23750: [pipelineX](refactor) add repeat node in pipelineX

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

[GitHub] [doris] Mryange commented on pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-01 Thread via GitHub
Mryange commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1702301147 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] jackwener commented on pull request #23563: [fix](Nereids): resolve stats range to DateTime

2023-09-01 Thread via GitHub
jackwener commented on PR #23563: URL: https://github.com/apache/doris/pull/23563#issuecomment-1702302331 run buildfeut -- 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] github-actions[bot] commented on pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1702310329 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] Jibing-Li opened a new pull request, #23751: [Improvement](test)Add property to support manually use auto analyzer to analyze db.

2023-09-01 Thread via GitHub
Jibing-Li opened a new pull request, #23751: URL: https://github.com/apache/doris/pull/23751 This pr is mainly for test, make it easier to add regression test case for auto analyzer. ## Further comments If this is a relatively large or complex change, kick off the disc

[GitHub] [doris] Gabriel39 merged pull request #23723: [chroe](ci) add script for create_issue_comment

2023-09-01 Thread via GitHub
Gabriel39 merged PR #23723: URL: https://github.com/apache/doris/pull/23723 -- 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: [chroe](ci) add script for create_issue_comment (#23723)

2023-09-01 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 fe5feae480 [chroe](ci) add script for create_

[GitHub] [doris] Gabriel39 commented on a diff in pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-01 Thread via GitHub
Gabriel39 commented on code in PR #23750: URL: https://github.com/apache/doris/pull/23750#discussion_r1312690184 ## be/src/pipeline/exec/repeat_operator.h: ## @@ -45,5 +45,56 @@ class RepeatOperator final : public StatefulOperator { Status close(RuntimeState* state) overri

[GitHub] [doris] TangSiyang2001 commented on pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

2023-09-01 Thread via GitHub
TangSiyang2001 commented on PR #23616: URL: https://github.com/apache/doris/pull/23616#issuecomment-1702324802 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] ixzc commented on issue #23747: COUNT_ BY_ ENUM function not supported

2023-09-01 Thread via GitHub
ixzc commented on issue #23747: URL: https://github.com/apache/doris/issues/23747#issuecomment-1702325996 https://github.com/apache/doris/pull/22071 . The pr has not been merged into 2.0.0 version and the version 2.0.1 -- This is an automated message from the Apache Git Service. To resp

[GitHub] [doris] Jibing-Li commented on pull request #23751: [Improvement](test)Add property to support manually use auto analyzer to analyze db.

2023-09-01 Thread via GitHub
Jibing-Li commented on PR #23751: URL: https://github.com/apache/doris/pull/23751#issuecomment-1702327584 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 #23609: [typo](docs)Changes to expressions

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23609: URL: https://github.com/apache/doris/pull/23609#issuecomment-1702329690 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] shuke987 commented on pull request #23738: [branch-2.0](fix) compile error when compiler opens -Werror and -Wunused-result

2023-09-01 Thread via GitHub
shuke987 commented on PR #23738: URL: https://github.com/apache/doris/pull/23738#issuecomment-1702329847 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-website] KassieZ opened a new pull request, #300: Fix 404 on home page

2023-09-01 Thread via GitHub
KassieZ opened a new pull request, #300: URL: https://github.com/apache/doris-website/pull/300 (no comment) -- 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,

[GitHub] [doris] yujun777 commented on pull request #23064: [improvement](colocate table) forbit change colocate table's replica allocation

2023-09-01 Thread via GitHub
yujun777 commented on PR #23064: URL: https://github.com/apache/doris/pull/23064#issuecomment-1702331459 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-website] luzhijing merged pull request #300: Fix 404 on home page

2023-09-01 Thread via GitHub
luzhijing merged PR #300: URL: https://github.com/apache/doris-website/pull/300 -- 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...@dori

[doris-website] branch master updated: Fix 404 on home page (#300)

2023-09-01 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 44134671cae Fix 404 on home page (#300

[GitHub] [doris] hello-stephen commented on pull request #23715: [fix](Nereids) When col stats is Unknow, not expression should return the stats with selectivity of 1

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23715: URL: https://github.com/apache/doris/pull/23715#issuecomment-1702333624 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.37 seconds stream load tsv: 544 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23622: [enhancement](stats) Split period from auto collector

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23622: URL: https://github.com/apache/doris/pull/23622#issuecomment-1702335018 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.99 seconds stream load tsv: 546 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23745: [opt](hudi) reduce the memory usage of avro reader

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23745: URL: https://github.com/apache/doris/pull/23745#issuecomment-1702335080 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.33 seconds stream load tsv: 546 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23746: [improvement](log) optimize template function log for performance

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23746: URL: https://github.com/apache/doris/pull/23746#issuecomment-1702335169 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.59 seconds stream load tsv: 544 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23746: [improvement](log) optimize template function log for performance

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23746: URL: https://github.com/apache/doris/pull/23746#issuecomment-1702335233 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.56 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1702337461 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.93 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23352: [feature](csv_serde)1.append csv serde for serialize to csv and deserialize from csv. 2.let csvReader use csv serde not text_converter

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23352: URL: https://github.com/apache/doris/pull/23352#issuecomment-1702338505 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.7 seconds stream load tsv: 559 seconds loaded 74807831229 Bytes,

[GitHub] [doris-thirdparty] zzzxl1993 opened a new pull request, #115: [Optimize](chinese) Optimize chinese tokenizer index process

2023-09-01 Thread via GitHub
zzzxl1993 opened a new pull request, #115: URL: https://github.com/apache/doris-thirdparty/pull/115 1. chinese tokenzier use sDocument -- 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] hello-stephen commented on pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1702343253 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.24 seconds stream load tsv: 538 seconds loaded 74807831229 Bytes

[GitHub] [doris] gojumprope commented on issue #23079: [Bug] JDBC SQL Server unable to filter cast(column as datetime)

2023-09-01 Thread via GitHub
gojumprope commented on issue #23079: URL: https://github.com/apache/doris/issues/23079#issuecomment-1702343638 Thanks, it is working when enable_nereids_planner is set to true -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [doris] gojumprope closed issue #23079: [Bug] JDBC SQL Server unable to filter cast(column as datetime)

2023-09-01 Thread via GitHub
gojumprope closed issue #23079: [Bug] JDBC SQL Server unable to filter cast(column as datetime) URL: https://github.com/apache/doris/issues/23079 -- 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] zzzzzzzs opened a new pull request, #23752: [Enhancement](Load) stream tvf support json

2023-09-01 Thread via GitHub
zzzs opened a new pull request, #23752: URL: https://github.com/apache/doris/pull/23752 ## Proposed changes Issue Number: close #https://github.com/apache/doris/issues/23678 ## Further comments stream tvf support json ``` [{"id":1, "name":"ftw", "age":18

[GitHub] [doris] zzzzzzzs commented on pull request #23752: [Enhancement](Load) stream tvf support json

2023-09-01 Thread via GitHub
zzzs commented on PR #23752: URL: https://github.com/apache/doris/pull/23752#issuecomment-1702345139 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-spark-connector] gnehil opened a new pull request, #135: [fix] streaming write execution plan error

2023-09-01 Thread via GitHub
gnehil opened a new pull request, #135: URL: https://github.com/apache/doris-spark-connector/pull/135 # Proposed changes Issue Number: close #xxx ## Problem Summary: When writing doris through structured streaming, the following exception will occur: ```java 23

[GitHub] [doris] zclllyybb commented on pull request #23236: [Feature-WIP](partitions) Support auto partition

2023-09-01 Thread via GitHub
zclllyybb commented on PR #23236: URL: https://github.com/apache/doris/pull/23236#issuecomment-1702365549 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] Mryange commented on pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-01 Thread via GitHub
Mryange commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1702365812 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] waywtdcc commented on pull request #23594: [Enhancement](Column) Support int default value to int type column

2023-09-01 Thread via GitHub
waywtdcc commented on PR #23594: URL: https://github.com/apache/doris/pull/23594#issuecomment-1702368092 > You should add new tests, including create, alter, insert into, stream load, and not modify the old ones. We need to ensure compatibility with the old behaviors Thanks for your

[GitHub] [doris] hello-stephen commented on pull request #23616: [enhancement](table-meta) flush column unique ids for tables before 1.2 automatically

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23616: URL: https://github.com/apache/doris/pull/23616#issuecomment-1702368443 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.38 seconds stream load tsv: 534 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23751: [Improvement](test)Add property to support manually use auto analyzer to analyze db.

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23751: URL: https://github.com/apache/doris/pull/23751#issuecomment-170237 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.76 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23064: [improvement](colocate table) forbit change colocate table's replica allocation

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23064: URL: https://github.com/apache/doris/pull/23064#issuecomment-1702370258 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.76 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes

[GitHub] [doris] shuke987 commented on pull request #23738: [branch-2.0](fix) compile error when compiler opens -Werror and -Wunused-result

2023-09-01 Thread via GitHub
shuke987 commented on PR #23738: URL: https://github.com/apache/doris/pull/23738#issuecomment-1702373852 run compile -- 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 #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1702374462 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] TimothyDing closed issue #23482: [Bug] 使用官方提供的docker-compose文件部署后BE起不来

2023-09-01 Thread via GitHub
TimothyDing closed issue #23482: [Bug] 使用官方提供的docker-compose文件部署后BE起不来 URL: https://github.com/apache/doris/issues/23482 -- 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] TimothyDing commented on issue #23482: [Bug] 使用官方提供的docker-compose文件部署后BE起不来

2023-09-01 Thread via GitHub
TimothyDing commented on issue #23482: URL: https://github.com/apache/doris/issues/23482#issuecomment-1702377616 @ixzc Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [doris] github-actions[bot] commented on pull request #23021: [Feature](Multi-Catalog) support query doris bitmap column in external jdbc catalog

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23021: URL: https://github.com/apache/doris/pull/23021#issuecomment-1702379355 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] BePPPower commented on pull request #23635: [fix](Export) Concatenation the outfile sql for Export

2023-09-01 Thread via GitHub
BePPPower commented on PR #23635: URL: https://github.com/apache/doris/pull/23635#issuecomment-1702379826 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] GoGoWen commented on pull request #23021: [Feature](Multi-Catalog) support query doris bitmap column in external jdbc catalog

2023-09-01 Thread via GitHub
GoGoWen commented on PR #23021: URL: https://github.com/apache/doris/pull/23021#issuecomment-1702380612 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] hello-stephen commented on pull request #23752: [Enhancement](Load) stream tvf support json

2023-09-01 Thread via GitHub
hello-stephen commented on PR #23752: URL: https://github.com/apache/doris/pull/23752#issuecomment-1702380991 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.29 seconds stream load tsv: 538 seconds loaded 74807831229 Bytes

[GitHub] [doris] Yukang-Lian commented on pull request #23645: [Branch-2.0](Full compaction) Fix full compaction regressison test (#23487)

2023-09-01 Thread via GitHub
Yukang-Lian commented on PR #23645: URL: https://github.com/apache/doris/pull/23645#issuecomment-1702383555 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 #23613: [Fix](Planner) fix create table as select failed

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23613: URL: https://github.com/apache/doris/pull/23613#issuecomment-1702384129 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 #23613: [Fix](Planner) fix create table as select failed

2023-09-01 Thread via GitHub
github-actions[bot] commented on PR #23613: URL: https://github.com/apache/doris/pull/23613#issuecomment-1702384068 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] zhiqiang-hhhh closed pull request #23716: Revert "[Improvement](pipeline) Cancel outdated query if original fe restarts"

2023-09-01 Thread via GitHub
zhiqiang- closed pull request #23716: Revert "[Improvement](pipeline) Cancel outdated query if original fe restarts" URL: https://github.com/apache/doris/pull/23716 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] hubgeter opened a new pull request, #23753: [feature](information_schema)add metadata_name_ids for quickly get catlogs,db,table and add profiling table in order to Compatible with my

2023-09-01 Thread via GitHub
hubgeter opened a new pull request, #23753: URL: https://github.com/apache/doris/pull/23753 add information_schema.metadata_name_idsfor quickly get catlogs,db,table. 1. table struct : ```mysql mysql> desc internal.information_schema.metadata_name_ids; +---+--

  1   2   3   4   5   >