[GitHub] [doris] github-actions[bot] commented on pull request #23840: [Bug](compare) fix core dump on decimal128 when be is build by debug mode

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23840: URL: https://github.com/apache/doris/pull/23840#issuecomment-1704718099 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] eldenmoon commented on pull request #23829: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow

2023-09-04 Thread via GitHub
eldenmoon commented on PR #23829: URL: https://github.com/apache/doris/pull/23829#issuecomment-1704721174 miss-use: the original cid is actually unique_id and _schema->unique_id(cid) is wrong. BTW, there is no problem in master branch, since it's refactored by https://github.com/apac

[GitHub] [doris] eldenmoon merged pull request #23829: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow

2023-09-04 Thread via GitHub
eldenmoon merged PR #23829: URL: https://github.com/apache/doris/pull/23829 -- 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 branch-2.0 updated: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow (#23829)

2023-09-04 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 47b9b34327 [bugfix](topn) fix miss-use

[GitHub] [doris] hello-stephen commented on pull request #23837: Test

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

[GitHub] [doris] zy-kkk opened a new pull request, #23841: [fix](jdbc catalog) fixed the sqlserver jdbc url parm concatenation error

2023-09-04 Thread via GitHub
zy-kkk opened a new pull request, #23841: URL: https://github.com/apache/doris/pull/23841 ## 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:d

[GitHub] [doris] zy-kkk commented on pull request #23841: [fix](jdbc catalog) fixed the sqlserver jdbc url parm concatenation error

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

[doris] branch master updated (9bca52d002 -> ff92978392)

2023-09-04 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 9bca52d002 [chore](idea) add back .idea dir under fe (#23821) add ff92978392 [pipelineX](fix) fix correctness

[GitHub] [doris] Gabriel39 merged pull request #23823: [pipelineX](fix) fix correctness problem

2023-09-04 Thread via GitHub
Gabriel39 merged PR #23823: URL: https://github.com/apache/doris/pull/23823 -- 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 #23236: [Feature-WIP](partitions) Support auto partition

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23236: URL: https://github.com/apache/doris/pull/23236#issuecomment-1704724224 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] jackwener opened a new pull request, #23842: [feature](Nereids): eliminate AssertNumRows

2023-09-04 Thread via GitHub
jackwener opened a new pull request, #23842: URL: https://github.com/apache/doris/pull/23842 ## 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](mailt

[GitHub] [doris] Yukang-Lian commented on pull request #23534: [typo](comment) fix some typos

2023-09-04 Thread via GitHub
Yukang-Lian commented on PR #23534: URL: https://github.com/apache/doris/pull/23534#issuecomment-1704728776 > I notice the CI has two failed case. What should I do for this PR? you can rebase code and comment "run buildall" -- This is an automated message from the Apache Git Service

[GitHub] [doris] zy-kkk commented on pull request #23826: [improvement](jdbc catalog) Replace the `nvl` function with `ifnull` when pushed down to MySQL

2023-09-04 Thread via GitHub
zy-kkk commented on PR #23826: URL: https://github.com/apache/doris/pull/23826#issuecomment-1704732327 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] hello-stephen commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

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

[GitHub] [doris] Jibing-Li opened a new pull request, #23843: [Fix](statistics)Handle external table in statistics cleaner.

2023-09-04 Thread via GitHub
Jibing-Li opened a new pull request, #23843: URL: https://github.com/apache/doris/pull/23843 Before, Statistics Cleaner only handles olap db and table. External db and tables would be removed without verification. So that external stats could stored no more than 2 days, which is the inte

[GitHub] [doris] hello-stephen commented on pull request #23739: [Fix](Nereids)fix outfile syntax

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

[GitHub] [doris] jackwener commented on pull request #23842: [feature](Nereids): eliminate AssertNumRows

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

[GitHub] [doris] hello-stephen commented on pull request #23833: [feature](Nereids) eliminate left outer join with is null condition

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

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

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

[GitHub] [doris] hello-stephen commented on pull request #23779: [FIX](array/map)fix array map batch append data with right next_array_item_rowid

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

[GitHub] [doris] morningman merged pull request #23801: [fix](row-policy) fix creating row policy with forward issue

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

[doris] branch master updated: [fix](row-policy) fix creating row policy with forward issue (#23801)

2023-09-04 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 301a1d97e1 [fix](row-policy) fix creating row

[GitHub] [doris] Gabriel39 opened a new pull request, #23844: [pipelineX](ssb) add SSB test cases

2023-09-04 Thread via GitHub
Gabriel39 opened a new pull request, #23844: URL: https://github.com/apache/doris/pull/23844 ## 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](mailt

[GitHub] [doris] Gabriel39 commented on pull request #23844: [pipelineX](ssb) add SSB test cases

2023-09-04 Thread via GitHub
Gabriel39 commented on PR #23844: URL: https://github.com/apache/doris/pull/23844#issuecomment-1704744463 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] DarvenDuan commented on pull request #23836: [bug](schema change)fix schema change cause load failed due to err -215

2023-09-04 Thread via GitHub
DarvenDuan commented on PR #23836: URL: https://github.com/apache/doris/pull/23836#issuecomment-1704744456 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] Kikyou1997 commented on pull request #23804: [fix](optimizer) Fix sql block when new optimizer is enabled

2023-09-04 Thread via GitHub
Kikyou1997 commented on PR #23804: URL: https://github.com/apache/doris/pull/23804#issuecomment-1704748086 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] Kikyou1997 commented on pull request #23717: [feat](optimizer) Support tablesample in new optimizer

2023-09-04 Thread via GitHub
Kikyou1997 commented on PR #23717: URL: https://github.com/apache/doris/pull/23717#issuecomment-1704750632 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 #23803: [enhancement](optimizer) Recycle expired table stats

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

[GitHub] [doris] selectdb-robot commented on pull request #23635: [fix](Export) Concatenation the outfile sql for Export

2023-09-04 Thread via GitHub
selectdb-robot commented on PR #23635: URL: https://github.com/apache/doris/pull/23635#issuecomment-1704756196 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.25 seconds stream load tsv: 530 seconds loaded 74807831229 Byte

[GitHub] [doris] hello-stephen commented on pull request #23841: [fix](jdbc catalog) fixed the sqlserver jdbc url parm concatenation error

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

[GitHub] [doris] morningman opened a new pull request, #23845: [fix](explain) fix explain physical plan with external table issue

2023-09-04 Thread via GitHub
morningman opened a new pull request, #23845: URL: https://github.com/apache/doris/pull/23845 ## Proposed changes The `SelectedPartitions` can not be null, or it will throw NPE and fallback to origin planner. ## Further comments If this is a relatively large or complex c

[GitHub] [doris] airborne12 opened a new pull request, #23846: [Enhancement](build) try to download commit specific source code when git submodule failed

2023-09-04 Thread via GitHub
airborne12 opened a new pull request, #23846: URL: https://github.com/apache/doris/pull/23846 ## 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](mail

[GitHub] [doris] github-actions[bot] commented on pull request #23846: [Enhancement](build) try to download commit specific source code when git submodule failed

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

[GitHub] [doris] hello-stephen commented on pull request #23534: [typo](comment) fix some typos

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

[GitHub] [doris] XieJiann commented on pull request #23833: [feature](Nereids) eliminate left outer join with is null condition

2023-09-04 Thread via GitHub
XieJiann commented on PR #23833: URL: https://github.com/apache/doris/pull/23833#issuecomment-1704768182 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] DarvenDuan commented on pull request #23836: [bug](schema change)fix schema change cause load failed due to err -215

2023-09-04 Thread via GitHub
DarvenDuan commented on PR #23836: URL: https://github.com/apache/doris/pull/23836#issuecomment-1704769865 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 #23826: [improvement](jdbc catalog) Replace the `nvl` function with `ifnull` when pushed down to MySQL

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

[GitHub] [doris] morningman opened a new pull request, #23847: [improvement](fe-meta) check the image's meta version

2023-09-04 Thread via GitHub
morningman opened a new pull request, #23847: URL: https://github.com/apache/doris/pull/23847 ## Proposed changes Sometimes, user may use a low version FE to read high version image, which may cause some undefined behavior and hard to debug. This PR throw an explicit error to no

[GitHub] [doris] hello-stephen commented on pull request #23842: [feature](Nereids): eliminate AssertNumRows

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

[GitHub] [doris] Jibing-Li commented on pull request #23843: [Fix](statistics)Handle external table in statistics cleaner.

2023-09-04 Thread via GitHub
Jibing-Li commented on PR #23843: URL: https://github.com/apache/doris/pull/23843#issuecomment-1704778719 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] airborne12 commented on pull request #23846: [Enhancement](build) try to download commit specific source code when git submodule failed

2023-09-04 Thread via GitHub
airborne12 commented on PR #23846: URL: https://github.com/apache/doris/pull/23846#issuecomment-1704779736 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 #23750: [pipelineX](refactor) add repeat node in pipelineX

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

[GitHub] [doris] Gabriel39 merged pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-04 Thread via GitHub
Gabriel39 merged PR #23750: URL: https://github.com/apache/doris/pull/23750 -- 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 (301a1d97e1 -> 422159bd94)

2023-09-04 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 301a1d97e1 [fix](row-policy) fix creating row policy with forward issue (#23801) add 422159bd94 [pipelineX](r

[GitHub] [doris] github-actions[bot] commented on pull request #23844: [pipelineX](ssb) add SSB test cases

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23844: URL: https://github.com/apache/doris/pull/23844#issuecomment-1704789867 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] hello-stephen commented on pull request #23804: [fix](optimizer) Fix sql block when new optimizer is enabled

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

[GitHub] [doris] github-actions[bot] commented on pull request #23534: [typo](comment) fix some typos

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23534: URL: https://github.com/apache/doris/pull/23534#issuecomment-1704790601 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 #23846: [Enhancement](build) try to download commit specific source code when git submodule failed

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23846: URL: https://github.com/apache/doris/pull/23846#issuecomment-1704790712 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 #23846: [Enhancement](build) try to download commit specific source code when git submodule failed

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23846: URL: https://github.com/apache/doris/pull/23846#issuecomment-1704790791 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] hello-stephen commented on pull request #23717: [feat](optimizer) Support tablesample in new optimizer

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

[GitHub] [doris] github-actions[bot] commented on pull request #23754: [feature](nereids) eliminate cascading outer join

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23754: URL: https://github.com/apache/doris/pull/23754#issuecomment-1704793974 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 #23844: [pipelineX](ssb) add SSB test cases

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23844: URL: https://github.com/apache/doris/pull/23844#issuecomment-1704794878 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] englefly merged pull request #23754: [feature](nereids) eliminate cascading outer join

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

[doris] branch master updated: [feature](nereids) eliminate cascading outer join (#23754)

2023-09-04 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 5dc46efcdf [feature](nereids) eliminate cascadi

[GitHub] [doris] morrySnow commented on a diff in pull request #23804: [fix](optimizer) Fix sql block when new optimizer is enabled

2023-09-04 Thread via GitHub
morrySnow commented on code in PR #23804: URL: https://github.com/apache/doris/pull/23804#discussion_r1314573689 ## regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy: ## @@ -47,6 +47,15 @@ suite("test_sql_block_rule") { sql("SELECT * FROM table_2", fal

[GitHub] [doris] eldenmoon merged pull request #23830: [bugfix](topn) fix topn be inoperative because Field == Null always return true

2023-09-04 Thread via GitHub
eldenmoon merged PR #23830: URL: https://github.com/apache/doris/pull/23830 -- 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: fix topn be inoperative because Field == Null always return true (#23830)

2023-09-04 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon 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 9bc7010639 fix topn be inoperative because Fie

[GitHub] [doris] Yukang-Lian commented on pull request #23534: [typo](comment) fix some typos

2023-09-04 Thread via GitHub
Yukang-Lian commented on PR #23534: URL: https://github.com/apache/doris/pull/23534#issuecomment-1704798277 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 #23818: [Fix](inverted index) need_read_data only supports DUP_KEYS

2023-09-04 Thread via GitHub
airborne12 commented on PR #23818: URL: https://github.com/apache/doris/pull/23818#issuecomment-1704812379 > qt_sql "select count() from ${tbName4}; " qt_sql "select count() from ${tbName4} where vid='123'; " > > 建议更改成 > > qt_sql "select count(*) from ${tbName4}; " qt_sql "sele

[GitHub] [doris] zhangguoqiang666 opened a new pull request, #23848: [fix] fix case test_external_catalog_es

2023-09-04 Thread via GitHub
zhangguoqiang666 opened a new pull request, #23848: URL: https://github.com/apache/doris/pull/23848 ## Proposed changes fix case test_external_catalog_es ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apac

[GitHub] [doris] hello-stephen commented on pull request #23840: [Bug](compare) fix core dump on decimal128 when be is build by debug mode

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

[GitHub] [doris] AshinGau opened a new pull request, #23849: [opt](MergedIO) optimize merge small IO, prevent amplified read

2023-09-04 Thread via GitHub
AshinGau opened a new pull request, #23849: URL: https://github.com/apache/doris/pull/23849 ## 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] hello-stephen commented on pull request #23843: [Fix](statistics)Handle external table in statistics cleaner.

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

[GitHub] [doris] hello-stephen commented on pull request #23846: [Enhancement](build) try to download commit specific source code when git submodule failed

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

[doris] branch master updated: [fix](testcase) add analyze table in load of tpcds_sf1_index testcase (#23811)

2023-09-04 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 f37078db99 [fix](testcase) add analyze table

[GitHub] [doris] dataroaring merged pull request #23811: [fix](testcase) sync load of tpcds_sf1_index testcase from tpcds_sf1_p1

2023-09-04 Thread via GitHub
dataroaring merged PR #23811: URL: https://github.com/apache/doris/pull/23811 -- 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] starocean999 opened a new pull request, #23850: [fix](nereids)missing return value of resetLogicalProperties()

2023-09-04 Thread via GitHub
starocean999 opened a new pull request, #23850: URL: https://github.com/apache/doris/pull/23850 ## Proposed changes physicalPlan.resetLogicalProperties(); will not change the origin plan but create a new plan with no logical property. So should update the plan using resetLogicalPrope

[GitHub] [doris] starocean999 commented on pull request #23850: [fix](nereids)missing return value of resetLogicalProperties()

2023-09-04 Thread via GitHub
starocean999 commented on PR #23850: URL: https://github.com/apache/doris/pull/23850#issuecomment-1704825647 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] dataroaring commented on pull request #23847: [improvement](fe-meta) check the image's meta version

2023-09-04 Thread via GitHub
dataroaring commented on PR #23847: URL: https://github.com/apache/doris/pull/23847#issuecomment-1704826456 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 #23848: [fix] fix case test_external_catalog_es

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23848: URL: https://github.com/apache/doris/pull/23848#issuecomment-1704827099 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 #23848: [fix] fix case test_external_catalog_es

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23848: URL: https://github.com/apache/doris/pull/23848#issuecomment-1704827149 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] hello-stephen commented on pull request #23848: [fix] fix case test_external_catalog_es

2023-09-04 Thread via GitHub
hello-stephen commented on PR #23848: URL: https://github.com/apache/doris/pull/23848#issuecomment-1704829070 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

svn commit: r63763 - in /release/doris/2.0/2.0.1: apache-doris-2.0.1-rc04-src.tar.gz apache-doris-2.0.1-src.tar.gz

2023-09-04 Thread jiafengzheng
Author: jiafengzheng Date: Mon Sep 4 08:24:16 2023 New Revision: 63763 Log: move doris 2.0.1 to release Added: release/doris/2.0/2.0.1/apache-doris-2.0.1-src.tar.gz - copied unchanged from r63762, release/doris/2.0/2.0.1/apache-doris-2.0.1-rc04-src.tar.gz Removed: release/doris/2.

svn commit: r63764 - in /release/doris/2.0/2.0.1: apache-doris-2.0.1-rc04-src.tar.gz.sha512 apache-doris-2.0.1-src.tar.gz.sha512

2023-09-04 Thread jiafengzheng
Author: jiafengzheng Date: Mon Sep 4 08:25:49 2023 New Revision: 63764 Log: move doris 2.0.1 to release Added: release/doris/2.0/2.0.1/apache-doris-2.0.1-src.tar.gz.sha512 - copied unchanged from r63763, release/doris/2.0/2.0.1/apache-doris-2.0.1-rc04-src.tar.gz.sha512 Removed: re

[GitHub] [doris] github-actions[bot] commented on pull request #23850: [fix](nereids)missing return value of resetLogicalProperties()

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23850: URL: https://github.com/apache/doris/pull/23850#issuecomment-1704829874 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 #23850: [fix](nereids)missing return value of resetLogicalProperties()

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23850: URL: https://github.com/apache/doris/pull/23850#issuecomment-1704829938 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] xiaokang merged pull request #23848: [fix] fix case test_external_catalog_es

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

[doris] branch branch-2.0 updated: fix case test_external_catalog_es (#23848)

2023-09-04 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 15a5d3d068 fix case test_external_catalog_

[GitHub] [doris] github-actions[bot] commented on pull request #23849: [opt](MergedIO) optimize merged small IO, prevent amplified read

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23849: URL: https://github.com/apache/doris/pull/23849#issuecomment-1704832603 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 #23797: [Enhancement](Load) stream tvf support csv header

2023-09-04 Thread via GitHub
github-actions[bot] commented on PR #23797: URL: https://github.com/apache/doris/pull/23797#issuecomment-1704833626 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 #23797: [Enhancement](Load) stream tvf support csv header

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

svn commit: r63765 - in /release/doris/2.0/2.0.1: apache-doris-2.0.1-rc04-src.tar.gz.asc apache-doris-2.0.1-src.tar.gz.asc

2023-09-04 Thread jiafengzheng
Author: jiafengzheng Date: Mon Sep 4 08:26:51 2023 New Revision: 63765 Log: move doris 2.0.1 to release Added: release/doris/2.0/2.0.1/apache-doris-2.0.1-src.tar.gz.asc - copied unchanged from r63764, release/doris/2.0/2.0.1/apache-doris-2.0.1-rc04-src.tar.gz.asc Removed: release/

[GitHub] [doris] myfjdthink opened a new pull request, #23851: Update nereids.md

2023-09-04 Thread via GitHub
myfjdthink opened a new pull request, #23851: URL: https://github.com/apache/doris/pull/23851 fix unclear statements ## Proposed changes 原文档的表述不清晰, 根据英文文档, 修改了表述 The original document is not clear, according to the English document, modified the expression

[GitHub] [doris] neuyilan opened a new pull request, #23852: [Fix](auth) fix revoke role operation cause fe down

2023-09-04 Thread via GitHub
neuyilan opened a new pull request, #23852: URL: https://github.com/apache/doris/pull/23852 If there 3 above fe nodes, the following opeartions will cause all FE nodes down. DROP USER revoke_test_user DROP ROLE revoke_test_role DROP DATABASE IF EXISTS revoke_test_db CRE

[GitHub] [doris] sohardforaname commented on pull request #23121: [Feature](Nereids)support insert into values for Nereids

2023-09-04 Thread via GitHub
sohardforaname commented on PR #23121: URL: https://github.com/apache/doris/pull/23121#issuecomment-1704840207 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] morrySnow commented on a diff in pull request #23842: [feature](Nereids): eliminate AssertNumRows

2023-09-04 Thread via GitHub
morrySnow commented on code in PR #23842: URL: https://github.com/apache/doris/pull/23842#discussion_r1314609393 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/EliminateAssertNumRows.java: ## @@ -0,0 +1,73 @@ +// Licensed to the Apache Software Foundation (AS

[GitHub] [doris] morrySnow opened a new pull request, #23854: [opt](Nereids) avoid generate some array in BindExpression

2023-09-04 Thread via GitHub
morrySnow opened a new pull request, #23854: URL: https://github.com/apache/doris/pull/23854 ## 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](mailt

[GitHub] [doris] jeffkxt commented on issue #23831: [Bug] 百度云备份数据无法恢复

2023-09-04 Thread via GitHub
jeffkxt commented on issue #23831: URL: https://github.com/apache/doris/issues/23831#issuecomment-1704845671 由于调用百度bos jra包错误 -- 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] jeffkxt closed issue #23831: [Bug] 百度云备份数据无法恢复

2023-09-04 Thread via GitHub
jeffkxt closed issue #23831: [Bug] 百度云备份数据无法恢复 URL: https://github.com/apache/doris/issues/23831 -- 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: commit

[GitHub] [doris] hello-stephen commented on pull request #23534: [typo](comment) fix some typos

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

[GitHub] [doris] Kikyou1997 opened a new pull request, #23853: [feat](optimizer) Auto upgrade column_statistics from 1.2

2023-09-04 Thread via GitHub
Kikyou1997 opened a new pull request, #23853: URL: https://github.com/apache/doris/pull/23853 ## 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](mail

[GitHub] [doris] Kikyou1997 commented on pull request #23853: [feat](optimizer) Auto upgrade column_statistics from 1.2

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

[GitHub] [doris] morrySnow commented on pull request #23854: [opt](Nereids) avoid generate some array in BindExpression

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

svn commit: r63766 - in /release/doris/2.0/2.0.1: apache-doris-2.0.1-rc04-src.tar.gz.asc apache-doris-2.0.1-src.tar.gz.asc

2023-09-04 Thread jiafengzheng
Author: jiafengzheng Date: Mon Sep 4 08:36:36 2023 New Revision: 63766 Log: move doris 2.0.1 to release Added: release/doris/2.0/2.0.1/apache-doris-2.0.1-rc04-src.tar.gz.asc - copied unchanged from r63765, release/doris/2.0/2.0.1/apache-doris-2.0.1-src.tar.gz.asc Removed: release/

svn commit: r63767 - in /release/doris/2.0/2.0.1: apache-doris-2.0.1-rc04-src.tar.gz.sha512 apache-doris-2.0.1-src.tar.gz.sha512

2023-09-04 Thread jiafengzheng
Author: jiafengzheng Date: Mon Sep 4 08:37:21 2023 New Revision: 63767 Log: move doris 2.0.1 to release Added: release/doris/2.0/2.0.1/apache-doris-2.0.1-rc04-src.tar.gz.sha512 - copied unchanged from r63766, release/doris/2.0/2.0.1/apache-doris-2.0.1-src.tar.gz.sha512 Removed: re

[GitHub] [doris-thirdparty] qidaye merged pull request #117: [Optimize](search) Optimizemultiple terms conjunction query

2023-09-04 Thread via GitHub
qidaye merged PR #117: URL: https://github.com/apache/doris-thirdparty/pull/117 -- 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-thirdparty] branch clucene updated: [Optimize](search) Optimizemultiple terms conjunction query (#117)

2023-09-04 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new e15a89a5 [Optimize](search) Opt

[GitHub] [doris] Gabriel39 merged pull request #23844: [pipelineX](ssb) add SSB test cases

2023-09-04 Thread via GitHub
Gabriel39 merged PR #23844: URL: https://github.com/apache/doris/pull/23844 -- 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: [pipelineX](ssb) add SSB test cases (#23844)

2023-09-04 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 1c73fd2687 [pipelineX](ssb) add SSB test case

[GitHub] [doris] xiaokang commented on issue #23148: [Bug] load logs cause be crash when create invert index

2023-09-04 Thread via GitHub
xiaokang commented on issue #23148: URL: https://github.com/apache/doris/issues/23148#issuecomment-1704854081 @ouyangkui can you provide the test data that reproduce the problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

  1   2   3   4   5   6   7   8   >