[GitHub] [incubator-doris] zenoyang opened a new pull request, #9230: [improvement](storage) not direct read when has streaming aggregation

2022-04-25 Thread GitBox
zenoyang opened a new pull request, #9230: URL: https://github.com/apache/incubator-doris/pull/9230 # Proposed changes Issue Number: close #9229 - Enable PreAggregation when has SteamingAggregation on vectorized exec, consistent with non-vectorization. - In the future, we can

[GitHub] [incubator-doris] zenoyang opened a new issue, #9229: [Enhancement] Enable PreAggregation on vectorized exec

2022-04-25 Thread GitBox
zenoyang opened a new issue, #9229: URL: https://github.com/apache/incubator-doris/issues/9229 ### 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 P

[GitHub] [incubator-doris] stalary commented on pull request #9223: Remove unused client object from routine load

2022-04-25 Thread GitBox
stalary commented on PR #9223: URL: https://github.com/apache/incubator-doris/pull/9223#issuecomment-1109375720 LGTM -- 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] [incubator-doris] wangbo commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
wangbo commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858282574 ## be/src/olap/memtable.cpp: ## @@ -145,38 +126,33 @@ void MemTable::insert(const vectorized::Block* block, size_t row_pos, size_t num _mem_tracker->consume

[GitHub] [incubator-doris] wangbo commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
wangbo commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858280852 ## be/src/olap/memtable.cpp: ## @@ -145,38 +126,33 @@ void MemTable::insert(const vectorized::Block* block, size_t row_pos, size_t num _mem_tracker->consume

[GitHub] [incubator-doris] wangbo commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
wangbo commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858280852 ## be/src/olap/memtable.cpp: ## @@ -145,38 +126,33 @@ void MemTable::insert(const vectorized::Block* block, size_t row_pos, size_t num _mem_tracker->consume

[GitHub] [incubator-doris] wangbo commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
wangbo commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858279785 ## be/src/olap/memtable.cpp: ## @@ -145,38 +126,33 @@ void MemTable::insert(const vectorized::Block* block, size_t row_pos, size_t num _mem_tracker->consume

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9151: Support hive with HA HDFS. Pass ha configuration through hive create table properties.

2022-04-25 Thread GitBox
morningman commented on code in PR #9151: URL: https://github.com/apache/incubator-doris/pull/9151#discussion_r858270515 ## fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java: ## @@ -522,7 +528,11 @@ private void processFileGroup( rangeDe

[GitHub] [incubator-doris] yiguolei merged pull request #9092: [enhancement][comments]update comments in run-be-ut.sh

2022-04-25 Thread GitBox
yiguolei merged PR #9092: URL: https://github.com/apache/incubator-doris/pull/9092 -- 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...@d

[incubator-doris] branch master updated: update comments in run-be-ut.sh (#9092)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 87fc46f84c update comments in run-be-

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9119: [Vectorized][Function]fix return type&&support hll_union_agg/group_concat agg to win function

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9119: URL: https://github.com/apache/incubator-doris/pull/9119#issuecomment-1109338420 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9119: [Vectorized][Function]fix return type&&support hll_union_agg/group_concat agg to win function

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9119: URL: https://github.com/apache/incubator-doris/pull/9119#issuecomment-1109338402 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9088: [Feature] support vectorized compaction

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9088: URL: https://github.com/apache/incubator-doris/pull/9088#issuecomment-1109312977 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9088: [Feature] support vectorized compaction

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9088: URL: https://github.com/apache/incubator-doris/pull/9088#issuecomment-1109312958 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

[GitHub] [incubator-doris] wangbo commented on a diff in pull request #8834: [refactor]refactor lazy materialized

2022-04-25 Thread GitBox
wangbo commented on code in PR #8834: URL: https://github.com/apache/incubator-doris/pull/8834#discussion_r858251350 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -625,13 +647,14 @@ void SegmentIterator::_vec_init_lazy_materialization() { _is_pred_col

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #9228: [Improvement][DOCS] Update EN doc

2022-04-25 Thread GitBox
Gabriel39 opened a new pull request, #9228: URL: https://github.com/apache/incubator-doris/pull/9228 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [incubator-doris] wangbo closed issue #9215: [Bug] Fix vectorization storage layer core dump for nullable type

2022-04-25 Thread GitBox
wangbo closed issue #9215: [Bug] Fix vectorization storage layer core dump for nullable type URL: https://github.com/apache/incubator-doris/issues/9215 -- 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 t

[GitHub] [incubator-doris] wangbo closed pull request #9220: Fix vectorization storage layer core dump for nullable type

2022-04-25 Thread GitBox
wangbo closed pull request #9220: Fix vectorization storage layer core dump for nullable type URL: https://github.com/apache/incubator-doris/pull/9220 -- 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

[GitHub] [incubator-doris] wangbo commented on pull request #9220: Fix vectorization storage layer core dump for nullable type

2022-04-25 Thread GitBox
wangbo commented on PR #9220: URL: https://github.com/apache/incubator-doris/pull/9220#issuecomment-1109307482 @BiteThet yes -- 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] [incubator-doris] hf200012 opened a new issue, #9227: [Bug] doris 1.0 LAST_VALUE function returns wrong result

2022-04-25 Thread GitBox
hf200012 opened a new issue, #9227: URL: https://github.com/apache/incubator-doris/issues/9227 ### 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 1.0

[GitHub] [incubator-doris] lide-reed commented on pull request #9181: assure transaction num in image file is right

2022-04-25 Thread GitBox
lide-reed commented on PR #9181: URL: https://github.com/apache/incubator-doris/pull/9181#issuecomment-1109298984 Could you commit it into dev/1.0.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 above to go

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9154: adjust read unit of http to optimize stream load

2022-04-25 Thread GitBox
HappenLee commented on code in PR #9154: URL: https://github.com/apache/incubator-doris/pull/9154#discussion_r858235404 ## be/src/http/action/stream_load.cpp: ## @@ -383,7 +383,7 @@ Status StreamLoadAction::_process_put(HttpRequest* http_req, StreamLoadContext* request.for

[GitHub] [incubator-doris] wangbo commented on a diff in pull request #8834: [refactor]refactor lazy materialized

2022-04-25 Thread GitBox
wangbo commented on code in PR #8834: URL: https://github.com/apache/incubator-doris/pull/8834#discussion_r858229322 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -937,48 +969,48 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { return St

[GitHub] [incubator-doris] Userwhite commented on issue #9210: [Bug] When using Uniq model, we can't update a part of columns, i.e. replace_if_not_null is invalid.

2022-04-25 Thread GitBox
Userwhite commented on issue #9210: URL: https://github.com/apache/incubator-doris/issues/9210#issuecomment-1109260596 I remember replace_if_not_null is a aggregate method? use aggregate table and replace_if_not_null -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9212: [Bug] [Lateral-View] fix outer combinator not work on non-vectorized

2022-04-25 Thread GitBox
HappenLee commented on code in PR #9212: URL: https://github.com/apache/incubator-doris/pull/9212#discussion_r858193707 ## be/src/exec/table_function_node.cpp: ## @@ -246,6 +257,11 @@ Status TableFunctionNode::get_next(RuntimeState* state, RowBatch* row_batch, boo

[GitHub] [incubator-doris] BiteTheDDDDt commented on pull request #9220: Fix vectorization storage layer core dump for nullable type

2022-04-25 Thread GitBox
BiteThet commented on PR #9220: URL: https://github.com/apache/incubator-doris/pull/9220#issuecomment-1109246276 Maybe this bug is fixed on #9191? -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9167: [fix](storage)bloom filter support ColumnDict

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9167: URL: https://github.com/apache/incubator-doris/pull/9167#issuecomment-1109243263 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9167: [fix](storage)bloom filter support ColumnDict

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9167: URL: https://github.com/apache/incubator-doris/pull/9167#issuecomment-1109243246 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

[GitHub] [incubator-doris] mrhhsg opened a new pull request, #9226: [Enhancement]Avoid unnecessary calculations in HashTableGrower

2022-04-25 Thread GitBox
mrhhsg opened a new pull request, #9226: URL: https://github.com/apache/incubator-doris/pull/9226 # Proposed changes Issue Number: close #9224 ## Problem Summary: After using this enhancement, the time to build the hash table is slightly reduced. I test this with TPC

[GitHub] [incubator-doris] steadyBoy opened a new issue, #9225: [Bug] 开窗函数 lag/lead 返回乱码

2022-04-25 Thread GitBox
steadyBoy opened a new issue, #9225: URL: https://github.com/apache/incubator-doris/issues/9225 ### 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 5.1.

[GitHub] [incubator-doris] Toms1999 commented on pull request #9167: [fix](storage)bloom filter support ColumnDict

2022-04-25 Thread GitBox
Toms1999 commented on PR #9167: URL: https://github.com/apache/incubator-doris/pull/9167#issuecomment-1109241635 let me seesee -- 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] [incubator-doris] Toms1999 commented on pull request #9221: [chore] Make CRoaring use AVX instructions

2022-04-25 Thread GitBox
Toms1999 commented on PR #9221: URL: https://github.com/apache/incubator-doris/pull/9221#issuecomment-1109237758 let me seesee -- 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] [incubator-doris] HappenLee commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
HappenLee commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858183551 ## be/src/olap/memtable.cpp: ## @@ -145,38 +126,33 @@ void MemTable::insert(const vectorized::Block* block, size_t row_pos, size_t num _mem_tracker->cons

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
HappenLee commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858183115 ## be/src/olap/memtable.h: ## @@ -96,25 +95,19 @@ class MemTable { } } -RowCursorCell cell(vectorized::MutableBlock* block, int

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
HappenLee commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858183037 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -110,61 +106,27 @@ OLAPStatus BetaRowsetWriter::add_block(const vectorized::Block* block) { size_t bl

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
HappenLee commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858182966 ## be/src/runtime/thread_mem_tracker_mgr.h: ## @@ -103,7 +103,7 @@ class ThreadMemTrackerMgr { void update_tracker_id(int64_t tracker_id); void add

[GitHub] [incubator-doris] Toms1999 commented on pull request #9223: Remove unused client object from routine load

2022-04-25 Thread GitBox
Toms1999 commented on PR #9223: URL: https://github.com/apache/incubator-doris/pull/9223#issuecomment-1109234010 let me see see -- 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 commen

[GitHub] [incubator-doris] caiconghui commented on pull request #9037: [feature] add `SHOW TABLET STORAGE FORMAT` stmt

2022-04-25 Thread GitBox
caiconghui commented on PR #9037: URL: https://github.com/apache/incubator-doris/pull/9037#issuecomment-1109233647 if tablet has alpha and beta rowset ? what storage format will it be? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-doris] branch master updated (a20cf1e03e -> 47a59c7fe6)

2022-04-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from a20cf1e03e [typo](annotation): fix typo in ldap.conf (#9200) add 47a59c7fe6 [fix](OlapScanner)fix bi

[GitHub] [incubator-doris] morningman merged pull request #9205: [fix](OlapScanner)fix bitmap or hll's OOM

2022-04-25 Thread GitBox
morningman merged PR #9205: URL: https://github.com/apache/incubator-doris/pull/9205 -- 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...

[incubator-doris] branch master updated (951c2a90eb -> a20cf1e03e)

2022-04-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from 951c2a90eb [fix](Lateral-View)(Vectorized) core dump on lateral-view with nullable column (#9191) a

[GitHub] [incubator-doris] morningman merged pull request #9200: [typo](annotation): fix typo

2022-04-25 Thread GitBox
morningman merged PR #9200: URL: https://github.com/apache/incubator-doris/pull/9200 -- 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...

[incubator-doris] branch master updated (da4e7ec6c2 -> 951c2a90eb)

2022-04-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from da4e7ec6c2 [refactor](doc)Cluster upgrade adds metadata backup (#9189) add 951c2a90eb [fix](Lateral-

[GitHub] [incubator-doris] morningman merged pull request #9191: [Bug] [Lateral-View] [Vectorized] core dump on lateral-view with nullable column

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

[GitHub] [incubator-doris] morningman closed issue #9168: [Bug] [Lateral-View] [Vectorized] core dump on lateral-view with nullable column

2022-04-25 Thread GitBox
morningman closed issue #9168: [Bug] [Lateral-View] [Vectorized] core dump on lateral-view with nullable column URL: https://github.com/apache/incubator-doris/issues/9168 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[incubator-doris] branch master updated: [refactor](doc)Cluster upgrade adds metadata backup (#9189)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new da4e7ec6c2 [refactor](doc)Cluster u

[GitHub] [incubator-doris] morningman merged pull request #9189: [Refactor][doc]Cluster upgrade adds metadata backup

2022-04-25 Thread GitBox
morningman merged PR #9189: URL: https://github.com/apache/incubator-doris/pull/9189 -- 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...

[incubator-doris] branch master updated: [fix](script) meet error on start_fe.sh(#9187)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new e772163b98 [fix](script) meet error

[GitHub] [incubator-doris] morningman merged pull request #9187: [Bug] [Script] meet error on start_fe.sh

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

[GitHub] [incubator-doris] morningman closed issue #9186: [Bug] [Script] meet error on start_fe.sh

2022-04-25 Thread GitBox
morningman closed issue #9186: [Bug] [Script] meet error on start_fe.sh URL: https://github.com/apache/incubator-doris/issues/9186 -- 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

[incubator-doris] branch master updated: [fix] fix sequence bug in non-vec mode (#9184)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 555cc0dfce [fix] fix sequence bug i

[GitHub] [incubator-doris] morningman merged pull request #9184: [BUG] fix sequence bug in non-vec mode

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

[GitHub] [incubator-doris] morningman merged pull request #9158: [fix](hierarchical-storage) Fix bug that storage medium property change back to SSD

2022-04-25 Thread GitBox
morningman merged PR #9158: URL: https://github.com/apache/incubator-doris/pull/9158 -- 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...

[incubator-doris] branch master updated: [fix](hierarchical-storage) Fix bug that storage medium property change back to SSD (#9158)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 7cfebd05fd [fix](hierarchical-stora

[GitHub] [incubator-doris] morningman closed issue #9159: [Bug] partition's storage medium change from HDD back to SSD after FE restart

2022-04-25 Thread GitBox
morningman closed issue #9159: [Bug] partition's storage medium change from HDD back to SSD after FE restart URL: https://github.com/apache/incubator-doris/issues/9159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[incubator-doris] branch master updated: [fix](spark load) fix `getHashValue` of string type is always zero in spark load. (#9136)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 62b38d7a75 [fix](spark load) fix `g

[GitHub] [incubator-doris] morningman closed issue #9135: [Bug] getHashValue of string type is always zero in spark load

2022-04-25 Thread GitBox
morningman closed issue #9135: [Bug] getHashValue of string type is always zero in spark load URL: https://github.com/apache/incubator-doris/issues/9135 -- 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

[GitHub] [incubator-doris] morningman merged pull request #9136: [fix](spark load) fix `getHashValue` of string type is always zero in…

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

[GitHub] [incubator-doris] mrhhsg opened a new issue, #9224: [Enhancement] Avoid unnecessary calculations in `HashTableGrower` & `HashTableFixedGrower`

2022-04-25 Thread GitBox
mrhhsg opened a new issue, #9224: URL: https://github.com/apache/incubator-doris/issues/9224 ### 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 Dor

[incubator-doris] branch master updated: [feature-wip](array-type) ArrayFileColumnIterator bug fix (#9114)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 88115ffcb3 [feature-wip](array-type

[GitHub] [incubator-doris] morningman merged pull request #9114: [feature-wip](array-type) ArrayFileColumnIterator bug fix

2022-04-25 Thread GitBox
morningman merged PR #9114: URL: https://github.com/apache/incubator-doris/pull/9114 -- 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...

[incubator-doris] branch master updated: [fix](function) fix lag/lead function return invalid data (#9076)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new cdd1b6d6dd [fix](function) fix lag/

[GitHub] [incubator-doris] morningman merged pull request #9076: [Bug][Function] fix lag/lead function get invalid data

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

[GitHub] [incubator-doris] morningman closed issue #9033: [Bug] window function `lag` return invalid data

2022-04-25 Thread GitBox
morningman closed issue #9033: [Bug] window function `lag` return invalid data URL: https://github.com/apache/incubator-doris/issues/9033 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9037: [feature] add `SHOW TABLET STORAGE FORMAT` stmt

2022-04-25 Thread GitBox
morningman commented on code in PR #9037: URL: https://github.com/apache/incubator-doris/pull/9037#discussion_r858151596 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTabletStorageFormatStmt.java: ## @@ -0,0 +1,70 @@ +// Licensed to the Apache Software Foundation (AS

[incubator-doris] branch master updated: [github] enable requested status check before merging pull requests (#9222)

2022-04-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 9e13be4cb6 [github] enable requeste

[GitHub] [incubator-doris] morningman merged pull request #9222: enable P0 test and UT checking for new code

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

[GitHub] [incubator-doris] xy720 opened a new pull request, #9223: Remove unused client object from routine load

2022-04-25 Thread GitBox
xy720 opened a new pull request, #9223: URL: https://github.com/apache/incubator-doris/pull/9223 1. Does it affect the original behavior: (No) 2. Has unit tests been added: (No Need) 3. Has document been added or modified: (No Need) 4. Does it need to update dependencies: (No

[GitHub] [incubator-doris] xy720 commented on a diff in pull request #9164: [Bug] Fix bug that new coming routine load tasks are rejected all the time and report TOO_MANY_TASK error

2022-04-25 Thread GitBox
xy720 commented on code in PR #9164: URL: https://github.com/apache/incubator-doris/pull/9164#discussion_r857919153 ## be/src/runtime/routine_load/data_consumer_pool.cpp: ## @@ -67,12 +67,18 @@ Status DataConsumerPool::get_consumer_grp(StreamLoadContext* ctx, "

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9088: [Feature] support vectorized compaction

2022-04-25 Thread GitBox
morningman commented on code in PR #9088: URL: https://github.com/apache/incubator-doris/pull/9088#discussion_r857743923 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -99,6 +99,71 @@ Status BetaRowsetWriter::init(const RowsetWriterContext& rowset_writer_context) retu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9222: enable P0 test and UT checking for new code

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9222: URL: https://github.com/apache/incubator-doris/pull/9222#issuecomment-1108670537 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9222: enable P0 test and UT checking for new code

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9222: URL: https://github.com/apache/incubator-doris/pull/9222#issuecomment-1108670509 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

[GitHub] [incubator-doris] dataroaring opened a new pull request, #9222: enable P0 test and UT for new code

2022-04-25 Thread GitBox
dataroaring opened a new pull request, #9222: URL: https://github.com/apache/incubator-doris/pull/9222 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9158: [fix](hierarchical-storage) Fix bug that storage medium property change back to SSD

2022-04-25 Thread GitBox
github-actions[bot] commented on PR #9158: URL: https://github.com/apache/incubator-doris/pull/9158#issuecomment-1108639847 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

[GitHub] [incubator-doris] morningman commented on pull request #9221: [chore] Make CRoaring use AVX instructions

2022-04-25 Thread GitBox
morningman commented on PR #9221: URL: https://github.com/apache/incubator-doris/pull/9221#issuecomment-1108635509 We need to provide no-avx version -- 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 t

[GitHub] [incubator-doris] zenoyang opened a new pull request, #9221: [chore] Make CRoaring use AVX instructions

2022-04-25 Thread GitBox
zenoyang opened a new pull request, #9221: URL: https://github.com/apache/incubator-doris/pull/9221 # Proposed changes Make CRoaring use AVX instructions. ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the orig

[GitHub] [incubator-doris] Toms1999 commented on pull request #9206: [feature-wip]: support row policy filter

2022-04-25 Thread GitBox
Toms1999 commented on PR #9206: URL: https://github.com/apache/incubator-doris/pull/9206#issuecomment-1108572608 let me seesee -- 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] [incubator-doris] wangbo opened a new pull request, #9220: Fix vectorization storage layer core dump for nullable type

2022-04-25 Thread GitBox
wangbo opened a new pull request, #9220: URL: https://github.com/apache/incubator-doris/pull/9220 # Proposed changes Issue Number: close #9215 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [incubator-doris] Toms1999 commented on pull request #9216: Remaining nodes implement

2022-04-25 Thread GitBox
Toms1999 commented on PR #9216: URL: https://github.com/apache/incubator-doris/pull/9216#issuecomment-1108527459 letme see -- 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

[GitHub] [incubator-doris] luwei16 commented on a diff in pull request #8877: [feature](function) Support nth value window function on vectorized e…

2022-04-25 Thread GitBox
luwei16 commented on code in PR #8877: URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r857581933 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -363,6 +363,47 @@ struct WindowFunctionLastData : Data { static const char* name() { re

[GitHub] [incubator-doris] luwei16 commented on a diff in pull request #8877: [feature](function) Support nth value window function on vectorized e…

2022-04-25 Thread GitBox
luwei16 commented on code in PR #8877: URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r857558808 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -363,6 +363,47 @@ struct WindowFunctionLastData : Data { static const char* name() { re

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
BiteThet commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r857550283 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -156,6 +157,14 @@ Status SegmentWriter::append_block(const vectorized::Block* block, size_t row_

[GitHub] [incubator-doris] zbtzbtzbt commented on a diff in pull request #9157: [Refactor] Refactor the code of vec stream load

2022-04-25 Thread GitBox
zbtzbtzbt commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r857545802 ## be/src/olap/memtable.cpp: ## @@ -145,38 +126,33 @@ void MemTable::insert(const vectorized::Block* block, size_t row_pos, size_t num _mem_tracker->cons

[incubator-doris] branch master updated: [Enhancement] (image) check image validity as soon as generated (#9011)

2022-04-25 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new bdf915abd4 [Enhancement] (image) check im

[GitHub] [incubator-doris] lide-reed merged pull request #9011: [Enhancement] (image) check image validity as soon as generated

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

[GitHub] [incubator-doris] lide-reed closed issue #9010: [Enhancement] check newly generated image validity as soon as generated

2022-04-25 Thread GitBox
lide-reed closed issue #9010: [Enhancement] check newly generated image validity as soon as generated URL: https://github.com/apache/incubator-doris/issues/9010 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[incubator-doris] branch master updated: keep at least one validated image file (#9192)

2022-04-25 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 687421b43f keep at least one validated im

[GitHub] [incubator-doris] lide-reed merged pull request #9192: keep at least one validated image file

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

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9145: [feature-wip] (memory tracker) (step5) Fix track bthread, fix track vectorized query

2022-04-25 Thread GitBox
xinyiZzz commented on code in PR #9145: URL: https://github.com/apache/incubator-doris/pull/9145#discussion_r857122781 ## be/src/runtime/thread_mem_tracker_mgr.h: ## @@ -227,21 +253,36 @@ inline void ThreadMemTrackerMgr::cache_consume(int64_t size) { _untracked_mem

[GitHub] [incubator-doris] hf200012 closed issue #3541: Throw a UserException when miss plugin's md5 file

2022-04-25 Thread GitBox
hf200012 closed issue #3541: Throw a UserException when miss plugin's md5 file URL: https://github.com/apache/incubator-doris/issues/3541 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] hf200012 closed issue #3549: [Proposal] Support `SELECT INTO OUTFILE` feature.

2022-04-25 Thread GitBox
hf200012 closed issue #3549: [Proposal] Support `SELECT INTO OUTFILE` feature. URL: https://github.com/apache/incubator-doris/issues/3549 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] hf200012 closed issue #3528: [Proposal]Convert both type to numerical when compare StringLiteral and Numerical Type

2022-04-25 Thread GitBox
hf200012 closed issue #3528: [Proposal]Convert both type to numerical when compare StringLiteral and Numerical Type URL: https://github.com/apache/incubator-doris/issues/3528 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] hf200012 closed issue #3538: admin set frontend config will return an unexpected exception

2022-04-25 Thread GitBox
hf200012 closed issue #3538: admin set frontend config will return an unexpected exception URL: https://github.com/apache/incubator-doris/issues/3538 -- 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

[GitHub] [incubator-doris] hf200012 closed issue #3545: Old removed fe delete tablets which not in its meta

2022-04-25 Thread GitBox
hf200012 closed issue #3545: Old removed fe delete tablets which not in its meta URL: https://github.com/apache/incubator-doris/issues/3545 -- 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] [incubator-doris] hf200012 closed issue #3559: [Doris on ES] unix_timestamp(date_format(now(), '%Y-%m-%d')) not push down

2022-04-25 Thread GitBox
hf200012 closed issue #3559: [Doris on ES] unix_timestamp(date_format(now(), '%Y-%m-%d')) not push down URL: https://github.com/apache/incubator-doris/issues/3559 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-doris] hf200012 closed issue #3569: [Bug] query failed because `failed to initialize storage reader. tablet=4xxx, res=-230`

2022-04-25 Thread GitBox
hf200012 closed issue #3569: [Bug] query failed because `failed to initialize storage reader. tablet=4xxx, res=-230` URL: https://github.com/apache/incubator-doris/issues/3569 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] hf200012 closed issue #3585: [Proposal]独立于Base表的Rollup用于提供历史不可变数据的聚合能力

2022-04-25 Thread GitBox
hf200012 closed issue #3585: [Proposal]独立于Base表的Rollup用于提供历史不可变数据的聚合能力 URL: https://github.com/apache/incubator-doris/issues/3585 -- 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] [incubator-doris] hf200012 closed issue #3622: [Revert] Revert commit due to wrong merge method

2022-04-25 Thread GitBox
hf200012 closed issue #3622: [Revert] Revert commit due to wrong merge method URL: https://github.com/apache/incubator-doris/issues/3622 -- 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

[GitHub] [incubator-doris] hf200012 closed issue #3517: [Proposal] Get the hot spot of the doris cluster.

2022-04-25 Thread GitBox
hf200012 closed issue #3517: [Proposal] Get the hot spot of the doris cluster. URL: https://github.com/apache/incubator-doris/issues/3517 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] hf200012 closed issue #3408: [Enhancement]Document rebuild with Vuepress.

2022-04-25 Thread GitBox
hf200012 closed issue #3408: [Enhancement]Document rebuild with Vuepress. URL: https://github.com/apache/incubator-doris/issues/3408 -- 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

  1   2   3   4   >