[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12316: [Enhancement](compaction) reduce VMergeIterator copy block

2022-09-03 Thread GitBox
BiteThet opened a new pull request, #12316: URL: https://github.com/apache/doris/pull/12316 # Proposed changes This pr change make VMergeIterator support return row reference to instead copy a full block. before: ``` output_version=[2-11], current_max_version=11,

[doris-website] branch master updated: fix

2022-09-03 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 e764e12c918 fix e764e12c918 is desc

[GitHub] [doris] hf200012 opened a new pull request, #12317: [typo](docs)Replace table link fix

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

[GitHub] [doris] github-actions[bot] commented on pull request #12317: [typo](docs)Replace table link fix

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12317: URL: https://github.com/apache/doris/pull/12317#issuecomment-1236091974 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 #12317: [typo](docs)Replace table link fix

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12317: URL: https://github.com/apache/doris/pull/12317#issuecomment-1236091978 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] hf200012 opened a new pull request, #12318: [chore](docs)github workflow build docs check fix

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

[GitHub] [doris] github-actions[bot] commented on pull request #12318: [chore](docs)github workflow build docs check fix

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12318: URL: https://github.com/apache/doris/pull/12318#issuecomment-1236108379 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 #12318: [chore](docs)github workflow build docs check fix

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12318: URL: https://github.com/apache/doris/pull/12318#issuecomment-1236108376 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] spaces-X commented on pull request #12313: [fix](grouping sets) grouping sets cause be core or return wrong results

2022-09-03 Thread GitBox
spaces-X commented on PR #12313: URL: https://github.com/apache/doris/pull/12313#issuecomment-1236119283 It seems that i got the exact same error couple months ago, but the fix pr #10120 has not been merged into master yet. I think the recurrence rate of the current bug is quite high,

[GitHub] [doris] hf200012 merged pull request #12318: [chore](docs)github workflow build docs check fix

2022-09-03 Thread GitBox
hf200012 merged PR #12318: URL: https://github.com/apache/doris/pull/12318 -- 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: github workflow build docs check fix (#12318)

2022-09-03 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 81664fd78c github workflow build docs check

[GitHub] [doris] github-actions[bot] commented on pull request #12309: [typo](docs) mix of SSD and HDD disks should specify the storage directory only

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12309: URL: https://github.com/apache/doris/pull/12309#issuecomment-1236133281 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 #12309: [typo](docs) mix of SSD and HDD disks should specify the storage directory only

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12309: URL: https://github.com/apache/doris/pull/12309#issuecomment-1236133312 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 #12272: [enhancement](Nereids)print slot name in explain string

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12272: URL: https://github.com/apache/doris/pull/12272#issuecomment-1236144134 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 #12272: [enhancement](Nereids)print slot name in explain string

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12272: URL: https://github.com/apache/doris/pull/12272#issuecomment-1236144138 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] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-03 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r962170215 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -481,13 +481,38 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, vectorized::MutableColumnP }

[GitHub] [doris] eldenmoon commented on pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-03 Thread GitBox
eldenmoon commented on PR #12293: URL: https://github.com/apache/doris/pull/12293#issuecomment-1236144410 @adonis0147 I did some performance statistics in this issue https://github.com/apache/doris/issues/12246 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [doris] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-03 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r962170494 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -481,13 +481,38 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, vectorized::MutableColumnP }

[GitHub] [doris] morrySnow commented on a diff in pull request #12274: [feature](nereids) Support for count star of new optmizer

2022-09-03 Thread GitBox
morrySnow commented on code in PR #12274: URL: https://github.com/apache/doris/pull/12274#discussion_r962180863 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PruneAggChildColumns.java: ## @@ -54,15 +59,65 @@ public class PruneAggChildColumns extends

[GitHub] [doris] morrySnow opened a new pull request, #12319: [fix](compile)compile error when use clang on aarch64 platform

2022-09-03 Thread GitBox
morrySnow opened a new pull request, #12319: URL: https://github.com/apache/doris/pull/12319 # Proposed changes Issue Number: close #xxx ## Problem summary 1. get unused function on `_mm_load_si128` in file `be/src/glibc-compatibility/memcpy/memcpy_aarch64.cpp` 2. get

[GitHub] [doris] github-actions[bot] commented on pull request #8193: [refactor](storage)(olap) improve pageDecoder using final keyword and reuse BinaryDictPageDecoder's members

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #8193: URL: https://github.com/apache/doris/pull/8193#issuecomment-1236218182 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] xinyiZzz opened a new pull request, #12320: [dev-1.1.2] Modify `exec_mem_limit` default value and mem limit exceed log printing

2022-09-03 Thread GitBox
xinyiZzz opened a new pull request, #12320: URL: https://github.com/apache/doris/pull/12320 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Default `exec_mem_limit=4G`. 2. print mem limit exceed log depends on `enable_profile=1`. ## Checklist(R

[GitHub] [doris] github-actions[bot] commented on pull request #12280: [fix](dbt)fix dbt incremental bug

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12280: URL: https://github.com/apache/doris/pull/12280#issuecomment-1236235832 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] yongjinhou closed pull request #11991: [Function](ELT) Add elt function for doris.

2022-09-03 Thread GitBox
yongjinhou closed pull request #11991: [Function](ELT) Add elt function for doris. URL: https://github.com/apache/doris/pull/11991 -- 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] [doris] yongjinhou opened a new pull request, #12321: [Function](ELT)Add elt function for doris

2022-09-03 Thread GitBox
yongjinhou opened a new pull request, #12321: URL: https://github.com/apache/doris/pull/12321 # Proposed changes Issue Number: close #11991 ## Problem summary Add elt function for doris. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] github-actions[bot] commented on pull request #12319: [fix](compile)compile error when use clang on aarch64 platform

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12319: URL: https://github.com/apache/doris/pull/12319#issuecomment-1236260024 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 #12319: [fix](compile)compile error when use clang on aarch64 platform

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12319: URL: https://github.com/apache/doris/pull/12319#issuecomment-1236260027 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 #12320: [dev-1.1.2] Modify `exec_mem_limit` default value and mem limit exceed log printing

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12320: URL: https://github.com/apache/doris/pull/12320#issuecomment-1236264950 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 #12320: [dev-1.1.2] Modify `exec_mem_limit` default value and mem limit exceed log printing

2022-09-03 Thread GitBox
github-actions[bot] commented on PR #12320: URL: https://github.com/apache/doris/pull/12320#issuecomment-1236264954 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] hf200012 merged pull request #12320: [dev-1.1.2] Modify `exec_mem_limit` default value and mem limit exceed log printing

2022-09-03 Thread GitBox
hf200012 merged PR #12320: URL: https://github.com/apache/doris/pull/12320 -- 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 dev-1.1.2 updated: 1 (#12320)

2022-09-03 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 8f8a301b6f 1 (#12320) 8f8a301b6f is d