[GitHub] [doris] github-actions[bot] commented on pull request #15509: [feature](partition)add default list partition

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1368175243 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 opened a new pull request, #15543: [chore](regression)add one case for hll unsupported type case

2022-12-30 Thread GitBox
ByteYue opened a new pull request, #15543: URL: https://github.com/apache/doris/pull/15543 # Proposed changes Issue Number: close #xxx Add one case for #15397 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original beh

[doris] branch branch-1.2-lts updated: [fix](create-table) wrong judgement about partition column type (#15542)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 a50b334803 [fix](create-table

[GitHub] [doris] github-actions[bot] commented on pull request #15509: [wip-feature](partition)add default list partition

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1368168461 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

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated: [fix](create-table) wrong judgement about partition column type (#15542)

2022-12-30 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 e89adc6e1d [fix](create-table) wrong judgemen

[GitHub] [doris] morningman merged pull request #15542: [fix](create-table) wrong judgement about partition column type

2022-12-30 Thread GitBox
morningman merged PR #15542: URL: https://github.com/apache/doris/pull/15542 -- 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] 01/02: [Fix](SparkLoad): fix the timeout aborted loadtasks are not cleaned up. (#15480)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 11708482a68a33af2b9117270c0c77ce9351f2f6 Author: spaces-x AuthorDate: Fri Dec 30 14:02:00 2022 +0800 [Fi

[doris] branch branch-1.2-lts updated (afda226d41 -> 389e323289)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from afda226d41 [fix](merge-on-write) unique key mow tables should require distribution columns be key column (

[doris] 02/02: [vectorized](jdbc) fix external table of oracle have keyworld column (#15487)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 389e323289cb877383098aaa962f7120f1eea1ab Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>

[GitHub] [doris] github-actions[bot] commented on pull request #15542: [fix](create-table) wrong judgement about partition column type

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15542: URL: https://github.com/apache/doris/pull/15542#issuecomment-1368164514 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 #15542: [fix](create-table) wrong judgement about partition column type

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15542: URL: https://github.com/apache/doris/pull/15542#issuecomment-1368164510 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

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated: [vectorized](jdbc) fix external table of oracle have keyworld column (#15487)

2022-12-30 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 c47bdf6606 [vectorized](jdbc) fix external ta

[GitHub] [doris] morningman merged pull request #15487: [vectorized](jdbc) fix external table of oracle have keyworld column …

2022-12-30 Thread GitBox
morningman merged PR #15487: URL: https://github.com/apache/doris/pull/15487 -- 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

[GitHub] [doris] morningman commented on pull request #15487: [vectorized](jdbc) fix external table of oracle have keyworld column …

2022-12-30 Thread GitBox
morningman commented on PR #15487: URL: https://github.com/apache/doris/pull/15487#issuecomment-1368164297 > The doc is for jdbc but the code is for odbc? Oh, it is for both jdbc and odbc -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] github-actions[bot] commented on pull request #15487: [vectorized](jdbc) fix external table of oracle have keyworld column …

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15487: URL: https://github.com/apache/doris/pull/15487#issuecomment-1368161506 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 #15487: [vectorized](jdbc) fix external table of oracle have keyworld column …

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15487: URL: https://github.com/apache/doris/pull/15487#issuecomment-1368161502 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 branch-1.2-lts updated: [fix](merge-on-write) unique key mow tables should require distribution columns be key column (#15537)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 afda226d41 [fix](merge-on-wri

[GitHub] [doris] morningman merged pull request #15537: [fix](merge-on-write) unique key mow tables should require distribution columns be key column

2022-12-30 Thread GitBox
morningman merged PR #15537: URL: https://github.com/apache/doris/pull/15537 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #14396: [Feature](function) Support width_bucket function

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #14396: URL: https://github.com/apache/doris/pull/14396#issuecomment-1368158306 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #15509: [wip-feature](partition)add default list partition

2022-12-30 Thread GitBox
hello-stephen commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1368022905 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.67 seconds load time: 629 seconds storage size: 17123626678 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #15542: [fix](create-table) wrong judgement about partition column type

2022-12-30 Thread GitBox
hello-stephen commented on PR #15542: URL: https://github.com/apache/doris/pull/15542#issuecomment-1368013339 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.85 seconds load time: 645 seconds storage size: 17123703761 Bytes https://doris-co

[GitHub] [doris] morrySnow commented on a diff in pull request #15530: [fix](nereids)support nulls first/last in order by clause

2022-12-30 Thread GitBox
morrySnow commented on code in PR #15530: URL: https://github.com/apache/doris/pull/15530#discussion_r1059459698 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -166,7 +166,7 @@ sortClause ; sortItem -: expression ordering = (ASC | DESC)

[GitHub] [doris] github-actions[bot] commented on pull request #15509: [wip-feature](partition)add default list partition

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1367993901 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #15541: [function](round) fix decimal scale for scale not specified

2022-12-30 Thread GitBox
hello-stephen commented on PR #15541: URL: https://github.com/apache/doris/pull/15541#issuecomment-1367988828 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.8 seconds load time: 631 seconds storage size: 17123579763 Bytes https://doris-com

[GitHub] [doris] morningman opened a new pull request, #15542: [fix](create-table) wrong judgement about partition column type

2022-12-30 Thread GitBox
morningman opened a new pull request, #15542: URL: https://github.com/apache/doris/pull/15542 # Proposed changes Issue Number: close #xxx ## Problem summary The following stmt should be success, but return error: `complex type cannt be partition column:ARRAY` ```

[GitHub] [doris] hello-stephen commented on pull request #15540: [refactor](remove rowblockv2) remove rowblock v2 structure

2022-12-30 Thread GitBox
hello-stephen commented on PR #15540: URL: https://github.com/apache/doris/pull/15540#issuecomment-1367975466 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.35 seconds load time: 657 seconds storage size: 17123097277 Bytes https://doris-co

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated: [fix](Nereids) round function return type should be double (#15502)

2022-12-30 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 781fa17993 [fix](Nereids) round function return

[GitHub] [doris] jackwener merged pull request #15502: [fix](Nereids) round function return type should be double

2022-12-30 Thread GitBox
jackwener merged PR #15502: URL: https://github.com/apache/doris/pull/15502 -- 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: [enhencement](Nereids) remove constant expr constraint on OneRowRelation (#15506)

2022-12-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 96518db263 [enhencement](Nereids) remove const

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[GitHub] [doris] morrySnow merged pull request #15506: [enhencement](Nereids) remove constant expr constraint on OneRowRelation

2022-12-30 Thread GitBox
morrySnow merged PR #15506: URL: https://github.com/apache/doris/pull/15506 -- 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] hello-stephen commented on pull request #15539: [doc](thirdparty) update CHANGELOG, add libhdfs3 2.3.4

2022-12-30 Thread GitBox
hello-stephen commented on PR #15539: URL: https://github.com/apache/doris/pull/15539#issuecomment-1367970517 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.18 seconds load time: 646 seconds storage size: 17123729350 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15538: [fix](typo) Fix typo in variable name

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15538: URL: https://github.com/apache/doris/pull/15538#issuecomment-1367967687 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #15538: [fix](typo) Fix typo in variable name

2022-12-30 Thread GitBox
hello-stephen commented on PR #15538: URL: https://github.com/apache/doris/pull/15538#issuecomment-1367965922 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.61 seconds load time: 649 seconds storage size: 17123621436 Bytes https://doris-co

[GitHub] [doris] morrySnow closed pull request #15484: [Fix](Nereids) Group by binding should be consistent with the behavior of the old optimizer

2022-12-30 Thread GitBox
morrySnow closed pull request #15484: [Fix](Nereids) Group by binding should be consistent with the behavior of the old optimizer URL: https://github.com/apache/doris/pull/15484 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] morrySnow commented on pull request #15484: [Fix](Nereids) Group by binding should be consistent with the behavior of the old optimizer

2022-12-30 Thread GitBox
morrySnow commented on PR #15484: URL: https://github.com/apache/doris/pull/15484#issuecomment-1367965871 according #14077, group by and grouping sets binding slot in same way. first use child's output. if failed, use aggregate's output. so, we do not need to change the bind order at all.

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15399: [draft] Support spill to disk: implement interfaces for spill block and read block

2022-12-30 Thread GitBox
github-actions[bot] commented on code in PR #15399: URL: https://github.com/apache/doris/pull/15399#discussion_r1059424676 ## be/src/vec/core/block_spill_writer.h: ## @@ -0,0 +1,65 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[doris] branch master updated: [fix](nereids) fix some arrgregate bugs in Nereids (#15326)

2022-12-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 100834df8b [fix](nereids) fix some arrgregate

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[GitHub] [doris] morrySnow merged pull request #15326: [fix](nereids) fix some arrgregate bugs in Nereids

2022-12-30 Thread GitBox
morrySnow merged PR #15326: URL: https://github.com/apache/doris/pull/15326 -- 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 #15326: [fix](nereids) fix some arrgregate bugs in Nereids

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15326: URL: https://github.com/apache/doris/pull/15326#issuecomment-1367963510 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 #15326: [fix](nereids) fix some arrgregate bugs in Nereids

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15326: URL: https://github.com/apache/doris/pull/15326#issuecomment-1367963485 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

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated: [refactor](non-vec) remove non vec code for indexed column reader (#15409)

2022-12-30 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 cc7a9d92ad [refactor](non-vec) remove non vec c

[GitHub] [doris] yiguolei merged pull request #15409: [refactor](non-vec) remove non vec code for indexed column reader

2022-12-30 Thread GitBox
yiguolei merged PR #15409: URL: https://github.com/apache/doris/pull/15409 -- 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: [typo](docs) array function doc fix (#15449)

2022-12-30 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 9bba2f4cde [typo](docs) array function doc fix

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[GitHub] [doris] yiguolei merged pull request #15449: [typo](docs) array function doc fix

2022-12-30 Thread GitBox
yiguolei merged PR #15449: URL: https://github.com/apache/doris/pull/15449 -- 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: [enhancement](fuzzy test) support fuzzy test of RewriteOrToInPredicateThreshold #15469

2022-12-30 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 9c3c9db49b [enhancement](fuzzy test) support fu

[GitHub] [doris] yiguolei merged pull request #15469: [enhancement](fuzzy test) support fuzzy test of RewriteOrToInPredicateThreshold

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

[GitHub] [doris] hello-stephen commented on pull request #15535: [fix](merge-on-write) unique key mow tables should require distribution columns be key column

2022-12-30 Thread GitBox
hello-stephen commented on PR #15535: URL: https://github.com/apache/doris/pull/15535#issuecomment-1367959728 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.19 seconds load time: 644 seconds storage size: 17123683810 Bytes https://doris-co

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated: [enhancement](tablet) Unify redundant `create_rowset_writer` methods (#15519)

2022-12-30 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 ad68764977 [enhancement](tablet) Unify redundan

[GitHub] [doris] yiguolei merged pull request #15519: [enhancement](tablet) Unify redundant `create_rowset_writer` methods

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

[GitHub] [doris] hello-stephen commented on pull request #15534: [Fix](Nereids) Use correct column unique id when read data from non-base index.

2022-12-30 Thread GitBox
hello-stephen commented on PR #15534: URL: https://github.com/apache/doris/pull/15534#issuecomment-1367955465 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.71 seconds load time: 647 seconds storage size: 17123636372 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #15532: [fix](bitmapfilter) fix bitmap filter not pushing down

2022-12-30 Thread GitBox
hello-stephen commented on PR #15532: URL: https://github.com/apache/doris/pull/15532#issuecomment-1367950625 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.74 seconds load time: 649 seconds storage size: 17123237168 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15259: [Pipeline] Fix PipScannerContext::can_finish return wrong status

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15259: URL: https://github.com/apache/doris/pull/15259#issuecomment-1367949721 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] maochongxin opened a new pull request, #15541: fix decimal scale for scale not specified

2022-12-30 Thread GitBox
maochongxin opened a new pull request, #15541: URL: https://github.com/apache/doris/pull/15541 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [x]

[GitHub] [doris] hello-stephen commented on pull request #15530: [fix](nereids)support nulls first/last in order by clause

2022-12-30 Thread GitBox
hello-stephen commented on PR #15530: URL: https://github.com/apache/doris/pull/15530#issuecomment-1367946111 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.88 seconds load time: 647 seconds storage size: 17123712463 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #15525: [fix](multi-catalog) get dictionary-encode from parquet metadata

2022-12-30 Thread GitBox
hello-stephen commented on PR #15525: URL: https://github.com/apache/doris/pull/15525#issuecomment-1367940746 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.7 seconds load time: 648 seconds storage size: 17123205196 Bytes https://doris-com

[GitHub] [doris] github-actions[bot] commented on pull request #15532: [fix](bitmapfilter) fix bitmap filter not pushing down

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15532: URL: https://github.com/apache/doris/pull/15532#issuecomment-1367937458 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

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated (b23d068281 -> edecc2e706)

2022-12-30 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 b23d068281 [refactor](remove-non-vec) Remove non vec load from memtable and delta writer (#15517) add edecc2e70

[GitHub] [doris] yiguolei merged pull request #14211: [feature-wip](inverted index) API for inverted index reader and syntax for fulltext match

2022-12-30 Thread GitBox
yiguolei merged PR #14211: URL: https://github.com/apache/doris/pull/14211 -- 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

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated (aacd11336a -> b23d068281)

2022-12-30 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 aacd11336a [typo](docs)update java udf demo (#15521) add b23d068281 [refactor](remove-non-vec) Remove non vec lo

[GitHub] [doris] yiguolei merged pull request #15517: [refactor](remove-non-vec) Remove non vec load from memtable and delta writer

2022-12-30 Thread GitBox
yiguolei merged PR #15517: URL: https://github.com/apache/doris/pull/15517 -- 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 #15517: [refactor](remove-non-vec) Remove non vec load from memtable and delta writer

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15517: URL: https://github.com/apache/doris/pull/15517#issuecomment-1367917282 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 #15517: [refactor](remove-non-vec) Remove non vec load from memtable and delta writer

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15517: URL: https://github.com/apache/doris/pull/15517#issuecomment-1367917272 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 #15540: [refactor](remove rowblockv2) remove rowblock v2 structure

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15540: URL: https://github.com/apache/doris/pull/15540#issuecomment-1367915482 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 (aeaa319203 -> aacd11336a)

2022-12-30 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 aeaa319203 [fix](fe)change session variable group_concat_max_len from int to long (#15515) add aacd11336a [typo

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[GitHub] [doris] yiguolei merged pull request #15521: [typo](docs)update java udf demo

2022-12-30 Thread GitBox
yiguolei merged PR #15521: URL: https://github.com/apache/doris/pull/15521 -- 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 opened a new pull request, #15540: [refactor](remove rowblockv2) remove rowblock v2 structure

2022-12-30 Thread GitBox
yiguolei opened a new pull request, #15540: URL: https://github.com/apache/doris/pull/15540 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated: [fix](fe)change session variable group_concat_max_len from int to long (#15515)

2022-12-30 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 aeaa319203 [fix](fe)change session variable gro

[GitHub] [doris] yiguolei merged pull request #15515: [fix](fe)change session variable group_concat_max_len from int to long

2022-12-30 Thread GitBox
yiguolei merged PR #15515: URL: https://github.com/apache/doris/pull/15515 -- 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

Error while running github feature from .asf.yaml in doris!

2022-12-30 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": ["A repository cannot have more than 20 topics."], "documentation_url": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics"} --

[doris] branch master updated (8e58d92e77 -> ec52907b06)

2022-12-30 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 8e58d92e77 [typo](docs) fix document info missing in SHOW-TABLETS.md (#15488) add ec52907b06 [fix](index) fix w

[GitHub] [doris] yiguolei merged pull request #15520: [fix](index) fix wrong dcheck in indexed column writer

2022-12-30 Thread GitBox
yiguolei merged PR #15520: URL: https://github.com/apache/doris/pull/15520 -- 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] morningman opened a new pull request, #15539: [doc](thirdparty) update CHANGELOG, add libhdfs3 2.3.4

2022-12-30 Thread GitBox
morningman opened a new pull request, #15539: URL: https://github.com/apache/doris/pull/15539 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[doris] branch branch-1.2-lts updated: [Enhancement](hdfs) make libhdfs3 compatible with hdfs2 server (#15497)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 5d7bf83403 [Enhancement](hdfs

[GitHub] [doris] github-actions[bot] commented on pull request #15525: [fix](multi-catalog) get dictionary-encode from parquet metadata

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15525: URL: https://github.com/apache/doris/pull/15525#issuecomment-1367883076 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 #15525: [fix](multi-catalog) get dictionary-encode from parquet metadata

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15525: URL: https://github.com/apache/doris/pull/15525#issuecomment-1367883062 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 #15525: [fix](multi-catalog) get dictionary-encode from parquet metadata

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15525: URL: https://github.com/apache/doris/pull/15525#issuecomment-1367880341 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #15520: [fix](index) fix wrong dcheck in indexed column writer

2022-12-30 Thread GitBox
hello-stephen commented on PR #15520: URL: https://github.com/apache/doris/pull/15520#issuecomment-1367879248 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.76 seconds load time: 675 seconds storage size: 17123266840 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15538: [fix](typo) Fix typo in variable name

2022-12-30 Thread GitBox
github-actions[bot] commented on PR #15538: URL: https://github.com/apache/doris/pull/15538#issuecomment-1367878182 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] Yukang-Lian opened a new pull request, #15538: [fix](typo) Fix typo in variable name

2022-12-30 Thread GitBox
Yukang-Lian opened a new pull request, #15538: URL: https://github.com/apache/doris/pull/15538 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] zhannngchen opened a new pull request, #15537: [fix](merge-on-write) unique key mow tables should require distribution columns be key column

2022-12-30 Thread GitBox
zhannngchen opened a new pull request, #15537: URL: https://github.com/apache/doris/pull/15537 …on columns be key column # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the

[doris] branch branch-1.2-lts updated: [fix](multi-catalog) get dictionary-encode from parquet metadata (#15524)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 63a11f9d90 [fix](multi-catalo

[GitHub] [doris] morningman merged pull request #15524: [fix](multi-catalog) get dictionary-encode from parquet metadata

2022-12-30 Thread GitBox
morningman merged PR #15524: URL: https://github.com/apache/doris/pull/15524 -- 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 branch-1.2-lts updated: [fix](fe)change session variable group_concat_max_len type from int to long (#15531)

2022-12-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 aa0f8da679 [fix](fe)change se

[GitHub] [doris] morningman merged pull request #15531: [fix](fe)change session variable group_concat_max_len type from int to long

2022-12-30 Thread GitBox
morningman merged PR #15531: URL: https://github.com/apache/doris/pull/15531 -- 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

[GitHub] [doris] hello-stephen commented on pull request #15519: [enhancement](tablet) Unify redundant `create_rowset_writer` methods

2022-12-30 Thread GitBox
hello-stephen commented on PR #15519: URL: https://github.com/apache/doris/pull/15519#issuecomment-1367870522 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.86 seconds load time: 703 seconds storage size: 17123152266 Bytes https://doris-co

[GitHub] [doris] adonis0147 closed issue #15427: [Bug] Memory leaks when compaction fails

2022-12-30 Thread GitBox
adonis0147 closed issue #15427: [Bug] Memory leaks when compaction fails URL: https://github.com/apache/doris/issues/15427 -- 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 #15517: [refactor](remove-non-vec) Remove non vec load from memtable and delta writer

2022-12-30 Thread GitBox
hello-stephen commented on PR #15517: URL: https://github.com/apache/doris/pull/15517#issuecomment-1367865567 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.23 seconds load time: 646 seconds storage size: 17123771054 Bytes https://doris-co

  1   2   >