[GitHub] [doris] stalary commented on issue #11765: 请问in查询是不是不支持多个字段?

2022-08-14 Thread GitBox
stalary commented on issue #11765: URL: https://github.com/apache/doris/issues/11765#issuecomment-1214306036 Yes, doris not support it. -- 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 specifi

[GitHub] [doris-website] timelxy closed pull request #42: [fix] complete a subsetion that exists in English doc but missing in Chinese doc

2022-08-14 Thread GitBox
timelxy closed pull request #42: [fix] complete a subsetion that exists in English doc but missing in Chinese doc URL: https://github.com/apache/doris-website/pull/42 -- 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 #11736: [bug](backup) fix backup restore raise `Storage backend not initialized.` error

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11736: URL: https://github.com/apache/doris/pull/11736#issuecomment-1214306476 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] stalary commented on pull request #11737: "Spark load" supports string data type

2022-08-14 Thread GitBox
stalary commented on PR #11737: URL: https://github.com/apache/doris/pull/11737#issuecomment-1214307592 Please modify your pr title. [Enhancement](spark load) Supports string data type. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [doris] stalary closed issue #9744: [Enhancement] group_concat support order by

2022-08-14 Thread GitBox
stalary closed issue #9744: [Enhancement] group_concat support order by URL: https://github.com/apache/doris/issues/9744 -- 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] stalary closed issue #9577: [Feature] Improve Doris observability

2022-08-14 Thread GitBox
stalary closed issue #9577: [Feature] Improve Doris observability URL: https://github.com/apache/doris/issues/9577 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #11757: [fix](query) fix orderby keys limit return less or no result

2022-08-14 Thread GitBox
BiteThet commented on code in PR #11757: URL: https://github.com/apache/doris/pull/11757#discussion_r945248679 ## be/src/vec/exec/volap_scanner.h: ## @@ -134,6 +134,7 @@ class VOlapScanner { // time costed and row returned statistics int64_t _num_rows_read = 0; Re

[GitHub] [doris] yaoyi commented on issue #11765: 请问in查询是不是不支持多个字段?

2022-08-14 Thread GitBox
yaoyi commented on issue #11765: URL: https://github.com/apache/doris/issues/11765#issuecomment-1214322386 > Yes, doris not support it. 请问有计划支持嘛? -- 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

[GitHub] [doris] morningman opened a new pull request, #11766: [doc](community) modify verify release doc

2022-08-14 Thread GitBox
morningman opened a new pull request, #11766: URL: https://github.com/apache/doris/pull/11766 # Proposed changes Issue Number: close #xxx ## Problem summary Remove DISCLAIMER check ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] github-actions[bot] commented on pull request #11766: [doc](community) modify verify release doc

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11766: URL: https://github.com/apache/doris/pull/11766#issuecomment-1214324136 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 #11766: [doc](community) modify verify release doc

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11766: URL: https://github.com/apache/doris/pull/11766#issuecomment-1214324141 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] stalary commented on issue #11765: 请问in查询是不是不支持多个字段?

2022-08-14 Thread GitBox
stalary commented on issue #11765: URL: https://github.com/apache/doris/issues/11765#issuecomment-1214331001 > > Yes, doris not support it. > > 请问有计划支持嘛? @stalary Is it generated in BI or used in code? I understand this syntax can be changed. No support is currently planned -

[GitHub] [doris] luozenglin commented on a diff in pull request #11754: [fix](delete) fix query result error after delete

2022-08-14 Thread GitBox
luozenglin commented on code in PR #11754: URL: https://github.com/apache/doris/pull/11754#discussion_r945272616 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1199,6 +1199,34 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { return Status::O

[GitHub] [doris] luozenglin commented on pull request #11754: [fix](delete) fix query result error after delete

2022-08-14 Thread GitBox
luozenglin commented on PR #11754: URL: https://github.com/apache/doris/pull/11754#issuecomment-1214342915 > Please add regression test from the issue. done -- 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] luozenglin commented on a diff in pull request #11754: [fix](delete) fix query result error after delete

2022-08-14 Thread GitBox
luozenglin commented on code in PR #11754: URL: https://github.com/apache/doris/pull/11754#discussion_r945274864 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1199,6 +1199,34 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { return Status::O

[GitHub] [doris] mrhhsg opened a new pull request, #11767: [fix](storage) Convert dict columns in delete_condition_predicates

2022-08-14 Thread GitBox
mrhhsg opened a new pull request, #11767: URL: https://github.com/apache/doris/pull/11767 # Proposed changes Issue Number: #11425 ## Problem Summary For a quick fix for the branch dev-1.1.2, code from #11754 Thank @luozenglin . ## Checklist(Required) 1. Does

[GitHub] [doris] jackwener closed pull request #9976: Remove the redundant "this."

2022-08-14 Thread GitBox
jackwener closed pull request #9976: Remove the redundant "this." URL: https://github.com/apache/doris/pull/9976 -- 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] jackwener opened a new issue, #11768: [Enhancement] Use `NIO` to replace the legacy IO.

2022-08-14 Thread GitBox
jackwener opened a new issue, #11768: URL: https://github.com/apache/doris/issues/11768 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description The lega

[GitHub] [doris] jackwener closed issue #11496: [Bug] The result of left join operator is empty

2022-08-14 Thread GitBox
jackwener closed issue #11496: [Bug] The result of left join operator is empty URL: https://github.com/apache/doris/issues/11496 -- 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] jackwener commented on issue #11496: [Bug] The result of left join operator is empty

2022-08-14 Thread GitBox
jackwener commented on issue #11496: URL: https://github.com/apache/doris/issues/11496#issuecomment-1214399162 Solved, close it -- 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 comme

[GitHub] [doris] jackwener closed issue #11249: https://doris.incubator.apache.org/docs/get-starting/ Help docs describes the error

2022-08-14 Thread GitBox
jackwener closed issue #11249: https://doris.incubator.apache.org/docs/get-starting/Help docs describes the error URL: https://github.com/apache/doris/issues/11249 -- 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] jackwener commented on issue #11249: https://doris.incubator.apache.org/docs/get-starting/ Help docs describes the error

2022-08-14 Thread GitBox
jackwener commented on issue #11249: URL: https://github.com/apache/doris/issues/11249#issuecomment-1214399460 Solved, close it. Thanks for your feedback -- 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

[GitHub] [doris] AshinGau opened a new pull request, #11769: [feature-wip](parquet-reader) parquet physical type to doris logical type

2022-08-14 Thread GitBox
AshinGau opened a new pull request, #11769: URL: https://github.com/apache/doris/pull/11769 # Proposed changes Two improvements have been added: 1. Translate parquet physical type into doris logical type. 2. Decode parquet column chunk to doris ColumnPtr, and add unit tests to s

[GitHub] [doris] xinyiZzz opened a new issue, #11770: [Bug] Flush memtable to reduce load channel mem not executed

2022-08-14 Thread GitBox
xinyiZzz opened a new issue, #11770: URL: https://github.com/apache/doris/issues/11770 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 32e451e6adf2a

[GitHub] [doris] morningman merged pull request #11745: [FIX](function)fix max_by function bug

2022-08-14 Thread GitBox
morningman merged PR #11745: URL: https://github.com/apache/doris/pull/11745 -- 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 dev-1.1.2 updated: [fix](function)fix max_by function bug (#11745)

2022-08-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new ccf2f82be4 [fix](function)fix max_by fu

[GitHub] [doris] xinyiZzz opened a new pull request, #11771: [fix](memtracker) Fix flush memtable to reduce load channel mem not executed

2022-08-14 Thread GitBox
xinyiZzz opened a new pull request, #11771: URL: https://github.com/apache/doris/pull/11771 # Proposed changes Issue Number: close #11770 ## Problem summary 1. Reason: The memory value automatically tracked by the tcmalloc hook in the DeltaWriter is smaller than the v

[doris-website] branch master updated: remove dup

2022-08-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 2b533bbb4db remove dup 2b533bbb4db

[doris-website] branch asf-site updated: Create remove-non-reserved-dir.sh

2022-08-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 08d5f20e908 Create remove-non-r

[doris-website] branch master updated: complete Chinese missing doc section that exist in English (#43)

2022-08-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 5dd2eb94314 complete Chinese missin

[GitHub] [doris-website] hf200012 merged pull request #43: complete Chinese missing doc section that exist in English

2022-08-14 Thread GitBox
hf200012 merged PR #43: URL: https://github.com/apache/doris-website/pull/43 -- 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] hf200012 merged pull request #11766: [doc](community) modify verify release doc

2022-08-14 Thread GitBox
hf200012 merged PR #11766: URL: https://github.com/apache/doris/pull/11766 -- 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: [doc](community) modify verify release doc (#11766)

2022-08-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 073e46097f [doc](community) modify verify r

[GitHub] [doris] github-actions[bot] commented on pull request #11760: [remote-udaf](sample) add some python demo

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11760: URL: https://github.com/apache/doris/pull/11760#issuecomment-1214531709 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 #11760: [remote-udaf](sample) add some python demo

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11760: URL: https://github.com/apache/doris/pull/11760#issuecomment-1214531740 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 #11756: [doc](fix)fix-doc

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11756: URL: https://github.com/apache/doris/pull/11756#issuecomment-1214532303 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 #11741: [docs](fix)[fix some error path]

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11741: URL: https://github.com/apache/doris/pull/11741#issuecomment-1214532673 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 opened a new pull request, #11772: [fix](Nereids) fix a bug in multJoin: if there is no condition, create cross join

2022-08-14 Thread GitBox
englefly opened a new pull request, #11772: URL: https://github.com/apache/doris/pull/11772 # Proposed changes In MultiJoin transform, if there is no condition, we should generate cross join instead of inner join Issue Number: close #xxx ## Problem summary Describe yo

[GitHub] [doris] github-actions[bot] commented on pull request #11771: [fix](memtracker) Fix flush memtable to reduce load channel mem not executed

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11771: URL: https://github.com/apache/doris/pull/11771#issuecomment-1214535999 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 #11771: [fix](memtracker) Fix flush memtable to reduce load channel mem not executed

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11771: URL: https://github.com/apache/doris/pull/11771#issuecomment-1214536012 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 #11748: [Bugfix](schema change) fix memory exceeded when schema change

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11748: URL: https://github.com/apache/doris/pull/11748#issuecomment-1214540593 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 #11748: [Bugfix](schema change) fix memory exceeded when schema change

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11748: URL: https://github.com/apache/doris/pull/11748#issuecomment-1214540630 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] englefly commented on pull request #11772: [fix](Nereids) fix a bug in multJoin: if there is no condition, create cross join

2022-08-14 Thread GitBox
englefly commented on PR #11772: URL: https://github.com/apache/doris/pull/11772#issuecomment-1214540977 @wangshuo128 @jackwener could you review, please -- 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

svn commit: r56283 - /dev/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.tar.gz.asc /release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.

2022-08-14 Thread jiafengzheng
Author: jiafengzheng Date: Mon Aug 15 02:20:11 2022 New Revision: 56283 Log: move doris flink connector 1.13_2.11-1.0.3 to release Added: release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.tar.gz.asc - copied unchanged from r56282, dev/doris/flink-con

svn commit: r56279 - /dev/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.tar.gz /release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.tar.

2022-08-14 Thread jiafengzheng
Author: jiafengzheng Date: Mon Aug 15 02:19:45 2022 New Revision: 56279 Log: move doris flink connector 1.12_2.11-1.0.3 to release Added: release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.tar.gz - copied unchanged from r56278, dev/doris/flink-connect

svn commit: r56278 - /dev/doris/flink-connector/1.2.0/ /release/doris/flink-connector/1.2.0/

2022-08-14 Thread jiafengzheng
Author: jiafengzheng Date: Mon Aug 15 02:19:38 2022 New Revision: 56278 Log: move doris flink connector 1.2.0 to release Added: release/doris/flink-connector/1.2.0/ - copied from r56277, dev/doris/flink-connector/1.2.0/ Removed: dev/doris/flink-connector/1.2.0/ ---

svn commit: r56282 - /dev/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.tar.gz /release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.tar.

2022-08-14 Thread jiafengzheng
Author: jiafengzheng Date: Mon Aug 15 02:20:04 2022 New Revision: 56282 Log: move doris flink connector 1.13_2.11-1.0.3 to release Added: release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.tar.gz - copied unchanged from r56281, dev/doris/flink-connect

svn commit: r56281 - /dev/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.tar.gz.sha512 /release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-s

2022-08-14 Thread jiafengzheng
Author: jiafengzheng Date: Mon Aug 15 02:19:58 2022 New Revision: 56281 Log: move doris flink connector 1.12_2.11-1.0.3 to release Added: release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.tar.gz.sha512 - copied unchanged from r56280, dev/doris/flink-

svn commit: r56284 - /dev/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.tar.gz.sha512 /release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-s

2022-08-14 Thread jiafengzheng
Author: jiafengzheng Date: Mon Aug 15 02:20:17 2022 New Revision: 56284 Log: move doris flink connector 1.13_2.11-1.0.3 to release Added: release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.13_2.11-1.0.3-src.tar.gz.sha512 - copied unchanged from r56283, dev/doris/flink-

svn commit: r56280 - /dev/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.tar.gz.asc /release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.

2022-08-14 Thread jiafengzheng
Author: jiafengzheng Date: Mon Aug 15 02:19:51 2022 New Revision: 56280 Log: move doris flink connector 1.12_2.11-1.0.3 to release Added: release/doris/flink-connector/1.0.3/apache-doris-flink-connector-1.12_2.11-1.0.3-src.tar.gz.asc - copied unchanged from r56279, dev/doris/flink-con

[GitHub] [doris] morningman commented on a diff in pull request #11761: [remote-udaf](sample) add some c++ demo

2022-08-14 Thread GitBox
morningman commented on code in PR #11761: URL: https://github.com/apache/doris/pull/11761#discussion_r945388011 ## samples/doris-demo/remote-udaf-cpp-demo/README.md: ## @@ -25,4 +25,132 @@ under the License. # Run `./function_server 9000` -`9000` is the port that the server

[GitHub] [doris] github-actions[bot] commented on pull request #11753: [enhancement](status) Fix Status related macros to enable RVO or move ctor

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11753: URL: https://github.com/apache/doris/pull/11753#issuecomment-1214548819 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 #11753: [enhancement](status) Fix Status related macros to enable RVO or move ctor

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11753: URL: https://github.com/apache/doris/pull/11753#issuecomment-1214548843 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] yixiutt commented on a diff in pull request #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-14 Thread GitBox
yixiutt commented on code in PR #11625: URL: https://github.com/apache/doris/pull/11625#discussion_r945390100 ## fe/fe-core/src/main/java/org/apache/doris/task/StreamLoadTask.java: ## @@ -320,6 +328,9 @@ private void setOptionalFromTSLPutRequest(TStreamLoadPutRequest request) t

[GitHub] [doris] yixiutt commented on a diff in pull request #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-14 Thread GitBox
yixiutt commented on code in PR #11625: URL: https://github.com/apache/doris/pull/11625#discussion_r945390345 ## docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md: ## @@ -136,6 +136,14 @@ Parameter introduction: 21. send_batch_parallelism:

[GitHub] [doris] BiteTheDDDDt merged pull request #11708: [refactor](date) Use uint32 as predicate type for date type

2022-08-14 Thread GitBox
BiteThet merged PR #11708: URL: https://github.com/apache/doris/pull/11708 -- 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: [refactor](date) Use uint32 as predicate type for date type (#11708)

2022-08-14 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 77e241cbb0 [refactor](date) Use uint32 as pre

[GitHub] [doris] HappenLee opened a new pull request, #11773: [opt](join) speed up large data outer join

2022-08-14 Thread GitBox
HappenLee opened a new pull request, #11773: URL: https://github.com/apache/doris/pull/11773 # Proposed changes Issue Number: close #xxx ## Problem summary speed up the bottom patch of outer join ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [doris] caiconghui opened a new pull request, #11774: [Fix](image)(upgrade) Clear all DECOMMISSION_BACKEND job to be compatible with newer version

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

[GitHub] [doris] Kikyou1997 opened a new pull request, #11775: Nereids projection

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

[GitHub] [doris] github-actions[bot] commented on pull request #11772: [fix](Nereids) fix a bug in multJoin: if there is no condition, create cross join

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11772: URL: https://github.com/apache/doris/pull/11772#issuecomment-1214576593 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] adonis0147 commented on a diff in pull request #11714: [fix](thirdparty) Fix the errors while building brpc

2022-08-14 Thread GitBox
adonis0147 commented on code in PR #11714: URL: https://github.com/apache/doris/pull/11714#discussion_r945404428 ## thirdparty/patches/brpc-1.2.0.patch: ## @@ -0,0 +1,13 @@ +diff --git a/tools/rpc_press/rpc_press_impl.cpp b/tools/rpc_press/rpc_press_impl.cpp +index 8a873eff..d1

[GitHub] [doris] chenlinzhong commented on a diff in pull request #11761: [remote-udaf](sample) add some c++ demo

2022-08-14 Thread GitBox
chenlinzhong commented on code in PR #11761: URL: https://github.com/apache/doris/pull/11761#discussion_r945406344 ## samples/doris-demo/remote-udaf-cpp-demo/README.md: ## @@ -25,4 +25,132 @@ under the License. # Run `./function_server 9000` -`9000` is the port that the serv

[GitHub] [doris] xy720 merged pull request #11406: [feature-wip](array-type) add the array_join function

2022-08-14 Thread GitBox
xy720 merged PR #11406: URL: https://github.com/apache/doris/pull/11406 -- 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.apache

[doris] branch master updated (77e241cbb0 -> 8c8f48c4c2)

2022-08-14 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 77e241cbb0 [refactor](date) Use uint32 as predicate type for date type (#11708) add 8c8f48c4c2 [feature-wip](arra

[GitHub] [doris] chenlinzhong commented on a diff in pull request #11761: [remote-udaf](sample) add some c++ demo

2022-08-14 Thread GitBox
chenlinzhong commented on code in PR #11761: URL: https://github.com/apache/doris/pull/11761#discussion_r945408087 ## samples/doris-demo/remote-udaf-cpp-demo/README.md: ## @@ -25,4 +25,132 @@ under the License. # Run `./function_server 9000` -`9000` is the port that the serv

[GitHub] [doris] zhannngchen opened a new pull request, #11776: [typo](doc) fix typos in readme.md

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

[GitHub] [doris] github-actions[bot] commented on pull request #11774: [Fix](image)(upgrade) Clear all DECOMMISSION_BACKEND job to be compatible with newer version

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11774: URL: https://github.com/apache/doris/pull/11774#issuecomment-1214584435 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 #11774: [Fix](image)(upgrade) Clear all DECOMMISSION_BACKEND job to be compatible with newer version

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11774: URL: https://github.com/apache/doris/pull/11774#issuecomment-1214584442 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] freemandealer commented on pull request #11771: [fix](memtracker) Fix flush memtable to reduce load channel mem not executed

2022-08-14 Thread GitBox
freemandealer commented on PR #11771: URL: https://github.com/apache/doris/pull/11771#issuecomment-1214584987 The patch has been tested and verified functional as expected: flush memtable execute due to exceeding memory limit. -- This is an automated message from the Apache Git Service. T

[GitHub] [doris] github-actions[bot] commented on pull request #11776: [typo](doc) fix typos in readme.md

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11776: URL: https://github.com/apache/doris/pull/11776#issuecomment-1214586615 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 #11776: [typo](doc) fix typos in readme.md

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11776: URL: https://github.com/apache/doris/pull/11776#issuecomment-1214586633 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] 924060929 merged pull request #11772: [fix](Nereids) fix a bug in multJoin: if there is no condition, create cross join

2022-08-14 Thread GitBox
924060929 merged PR #11772: URL: https://github.com/apache/doris/pull/11772 -- 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 (8c8f48c4c2 -> 66116b78d1)

2022-08-14 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8c8f48c4c2 [feature-wip](array-type) add the array_join function (#11406) add 66116b78d1 fix multJoin bug (#1

[GitHub] [doris] xiaokang commented on a diff in pull request #11757: [fix](query) fix orderby keys limit return less or no result

2022-08-14 Thread GitBox
xiaokang commented on code in PR #11757: URL: https://github.com/apache/doris/pull/11757#discussion_r945418160 ## be/src/vec/exec/volap_scanner.h: ## @@ -134,6 +134,7 @@ class VOlapScanner { // time costed and row returned statistics int64_t _num_rows_read = 0; Review

[GitHub] [doris] github-actions[bot] commented on pull request #11703: [enhancement](array-type) support export files in 'select into outfile'

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11703: URL: https://github.com/apache/doris/pull/11703#issuecomment-1214605669 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 #11703: [enhancement](array-type) support export files in 'select into outfile'

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11703: URL: https://github.com/apache/doris/pull/11703#issuecomment-1214605690 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 #11630: [feature](nereids): SimplifyCastRule

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11630: URL: https://github.com/apache/doris/pull/11630#issuecomment-1214608397 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 #11630: [feature](nereids): SimplifyCastRule

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11630: URL: https://github.com/apache/doris/pull/11630#issuecomment-1214608415 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] xy720 merged pull request #11703: [enhancement](array-type) support export files in 'select into outfile'

2022-08-14 Thread GitBox
xy720 merged PR #11703: URL: https://github.com/apache/doris/pull/11703 -- 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.apache

[doris] branch master updated: [enhancement](array-type) support export files in 'select into outfile' (#11703)

2022-08-14 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 ab9529f6b5 [enhancement](array-type) support expo

[GitHub] [doris] xy720 merged pull request #11727: [chore](regression) Add badges for jenkins on home page

2022-08-14 Thread GitBox
xy720 merged PR #11727: URL: https://github.com/apache/doris/pull/11727 -- 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.apache

[doris] branch master updated (ab9529f6b5 -> 74b0d0da88)

2022-08-14 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ab9529f6b5 [enhancement](array-type) support export files in 'select into outfile' (#11703) add 74b0d0da88 [chore

[GitHub] [doris] 924060929 merged pull request #11630: [feature](nereids): SimplifyCastRule

2022-08-14 Thread GitBox
924060929 merged PR #11630: URL: https://github.com/apache/doris/pull/11630 -- 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: [feature](nereids): SimplifyCastRule (#11630)

2022-08-14 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 1e6b8cd1a9 [feature](nereids): SimplifyCastRu

[doris-website] branch asf-site updated: add

2022-08-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 0c6d36ee9be add 0c6d36ee9be is

[GitHub] [doris] xy720 closed issue #11725: [Proposal] Open Baidu's regression test to Doris Community

2022-08-14 Thread GitBox
xy720 closed issue #11725: [Proposal] Open Baidu's regression test to Doris Community URL: https://github.com/apache/doris/issues/11725 -- 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 c

[doris] branch dev-1.1.2 updated: [bug](scanner) Improve limit query performance on olapScannode and avoid infinite loop (#11301)

2022-08-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 6e40592ca1 [bug](scanner) Improve limit

[doris-website] branch asf-site updated: update remove-non-reserved-dir.sh

2022-08-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new d344536ebc2 update remove-non-r

[GitHub] [doris] Gabriel39 opened a new pull request, #11777: [Bug](date function) Fix bug for date format %T

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

[GitHub] [doris] github-actions[bot] commented on pull request #11723: [bug](update) Fix where clause is not reanalyzed after rewrite

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11723: URL: https://github.com/apache/doris/pull/11723#issuecomment-1214628621 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 #11723: [bug](update) Fix where clause is not reanalyzed after rewrite

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11723: URL: https://github.com/apache/doris/pull/11723#issuecomment-1214628609 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 #11736: [bug](backup) fix backup restore raise `Storage backend not initialized.` error

2022-08-14 Thread GitBox
github-actions[bot] commented on PR #11736: URL: https://github.com/apache/doris/pull/11736#issuecomment-1214629523 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] branch master updated: [fix](backup) fix backup restore raise `Storage backend not initialized.` error (#11736)

2022-08-14 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 805c13aaa1 [fix](backup) fix backup restore r

[GitHub] [doris] morningman closed issue #11734: [Bug] backup restore raise `Storage backend not initialized.` error

2022-08-14 Thread GitBox
morningman closed issue #11734: [Bug] backup restore raise `Storage backend not initialized.` error URL: https://github.com/apache/doris/issues/11734 -- 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

[doris] branch master updated: [fix](update) Fix where clause is not reanalyzed after rewrite (#11723)

2022-08-14 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 910d51c76f [fix](update) Fix where clause is

[GitHub] [doris] morningman merged pull request #11723: [bug](update) Fix where clause is not reanalyzed after rewrite

2022-08-14 Thread GitBox
morningman merged PR #11723: URL: https://github.com/apache/doris/pull/11723 -- 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 merged pull request #11736: [bug](backup) fix backup restore raise `Storage backend not initialized.` error

2022-08-14 Thread GitBox
morningman merged PR #11736: URL: https://github.com/apache/doris/pull/11736 -- 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 closed issue #11722: [Bug] Where clause is not reanalyzed after rewrite

2022-08-14 Thread GitBox
morningman closed issue #11722: [Bug] Where clause is not reanalyzed after rewrite URL: https://github.com/apache/doris/issues/11722 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[doris-website] branch asf-site updated: fix

2022-08-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 29e0e754a01 fix 29e0e754a01 is

  1   2   >