[GitHub] [doris] luozenglin commented on issue #10095: [Bug] Error occurs when showing query profile

2022-09-06 Thread GitBox
luozenglin commented on issue #10095: URL: https://github.com/apache/doris/issues/10095#issuecomment-1238973641 BE instance will report the final profile to FE after returning the query data. At this time, Fe may have`unregisterQuery` in `QeProcessorImpl`, resulting in the loss of the insta

[GitHub] [doris] github-actions[bot] commented on pull request #12415: [bugfix](report) fix bug in continuous version miss check

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12415: URL: https://github.com/apache/doris/pull/12415#issuecomment-1238966099 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] luozenglin opened a new pull request, #12418: [fix](profile) fix query instance profile may be lost.

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

[GitHub] [doris] github-actions[bot] commented on pull request #12415: [bugfix](report) fix bug in continuous version miss check

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12415: URL: https://github.com/apache/doris/pull/12415#issuecomment-1238966071 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-website] branch master updated: update sitemap path (#85)

2022-09-06 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 0eea7c1b60b update sitemap path (#8

[GitHub] [doris-website] hf200012 merged pull request #85: update sitemap path

2022-09-06 Thread GitBox
hf200012 merged PR #85: URL: https://github.com/apache/doris-website/pull/85 -- 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] chenlinzhong opened a new pull request, #12417: [docs](quick-compaction) enable quick compaction by default

2022-09-06 Thread GitBox
chenlinzhong opened a new pull request, #12417: URL: https://github.com/apache/doris/pull/12417 # Proposed changes Issue Number: #12402 ## Problem summary enable quick compaction by default ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] 924060929 opened a new pull request, #12416: [feature](Nereids) Support OneRowRelation and EmptyRelation

2022-09-06 Thread GitBox
924060929 opened a new pull request, #12416: URL: https://github.com/apache/doris/pull/12416 # Proposed changes Support OneRowRelation and EmptyRelation. - OneRowRelation: `select 100, 'abc', substring('abc', 1, 2)` - EmptyRelation: `select * from tbl limit 0` Note:

[GitHub] [doris] yixiutt opened a new pull request, #12415: [bugfix](report) fix bug in continuous version miss check

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

[doris] branch master updated: [Refactor](Nereids) Simplify get input and output slots for plan/expression. (#12356)

2022-09-06 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 f2923f9180 [Refactor](Nereids) Simplify get i

[GitHub] [doris] 924060929 merged pull request #12356: [Refactor](Nereids) Simplify get input and output slots for plan/expression.

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

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

2022-09-06 Thread GitBox
cambyzju commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r964403874 ## be/src/common/config.h: ## @@ -849,6 +849,8 @@ CONF_Bool(enable_simdjson_reader, "false"); CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16"); // number

[GitHub] [doris] morningman opened a new issue, #12412: [Bug] too many wait_for_start() thread and can not execute query

2022-09-06 Thread GitBox
morningman opened a new issue, #12412: URL: https://github.com/apache/doris/issues/12412 ### 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.1.x, mast

[GitHub] [doris] morningman opened a new pull request, #12411: [fix](exec) Avoid query thread block on wait_for_start

2022-09-06 Thread GitBox
morningman opened a new pull request, #12411: URL: https://github.com/apache/doris/pull/12411 # Proposed changes Issue Number: close #xxx ## Problem summary 1. When FE send cancel rpc to BE, it does not notify the `wait_for_start()` thread, so that the fragment will be b

[GitHub] [doris] kpfly commented on pull request #12405: [fix](memtracker) fix memtracker did not subtract the memory released by load channel c…

2022-09-06 Thread GitBox
kpfly commented on PR #12405: URL: https://github.com/apache/doris/pull/12405#issuecomment-1238919905 @xinyiZzz could you review this? -- 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] [doris] morrySnow merged pull request #12374: [feature](Nereids) let nullable of Year, weekOfYear and Divide be the same as implementation in BE

2022-09-06 Thread GitBox
morrySnow merged PR #12374: URL: https://github.com/apache/doris/pull/12374 -- 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) let nullable of Year, WeekOfYear and Divide be the same as implementation in BE (#12374)

2022-09-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 0bb06a1fa7 [feature](Nereids) let nullable of

[GitHub] [doris] github-actions[bot] commented on pull request #12374: [feature-wip](nereids) Overwrite nullable method for Year function and Divid expression

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12374: URL: https://github.com/apache/doris/pull/12374#issuecomment-1238912523 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 #12374: [feature-wip](nereids) Overwrite nullable method for Year function and Divid expression

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12374: URL: https://github.com/apache/doris/pull/12374#issuecomment-1238912490 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 #12188: [improvement](spark-load)Spark load supports version 3.x, default supports 3.2.2

2022-09-06 Thread GitBox
spaces-X commented on PR #12188: URL: https://github.com/apache/doris/pull/12188#issuecomment-1238909424 Some ideas to supoort the multi-version spark engine in spark load: 1. The spark load module is relatively independent and has the characteristics of low update frequency. So maybe we

[GitHub] [doris] yangzhg opened a new issue, #12410: [Bug] be will core dump when load data

2022-09-06 Thread GitBox
yangzhg opened a new issue, #12410: URL: https://github.com/apache/doris/issues/12410 ### 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 master

[GitHub] [doris] cambyzju commented on a diff in pull request #12404: [fix](planner) fix projection may return error results

2022-09-06 Thread GitBox
cambyzju commented on code in PR #12404: URL: https://github.com/apache/doris/pull/12404#discussion_r964371039 ## be/src/vec/columns/column_vector.h: ## @@ -288,6 +288,12 @@ class ColumnVector final : public COWHelper> } } +void set_all_to_zero(size_t num) {

[GitHub] [doris] mrhhsg opened a new pull request, #12409: Pick read by rowids

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

[GitHub] [doris] Gabriel39 opened a new pull request, #12408: [Bug](doe) fix closing scanner twice

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

[GitHub] [doris] HappenLee opened a new pull request, #12407: [Opt](vectorized) Speed up bucket shuffle join hash compute

2022-09-06 Thread GitBox
HappenLee opened a new pull request, #12407: URL: https://github.com/apache/doris/pull/12407 # Proposed changes Do same opt work as #12334 in crc32 hash compute to speed up hash compute ## Problem summary Describe your changes. ## Checklist(Required) 1. Doe

[doris-website] branch master updated: update sitemap (#84)

2022-09-06 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 789f2f68769 update sitemap (#84) 78

[GitHub] [doris-website] hf200012 merged pull request #84: update sitemap

2022-09-06 Thread GitBox
hf200012 merged PR #84: URL: https://github.com/apache/doris-website/pull/84 -- 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] JNSimba opened a new pull request, #12406: [Doc](balance)add replica balance speed param

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

[doris] branch master updated: [fix](Nereids)plan translator lost other conjuncts on hash join node (#12391)

2022-09-06 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 46776af2a3 [fix](Nereids)plan translator lost

[GitHub] [doris] 924060929 merged pull request #12391: [fix](Nereids)plan translator lost other conjuncts on hash join node

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

[GitHub] [doris] luwei16 opened a new pull request, #12405: Fix memtracker did not subtract the memory released by load channel c…

2022-09-06 Thread GitBox
luwei16 opened a new pull request, #12405: URL: https://github.com/apache/doris/pull/12405 # Proposed changes Issue Number: close #xxx ## Problem summary When the load channel is canceled, the memtracker does not subtract the memory released by the load channel. This wil

[GitHub] [doris] github-actions[bot] commented on pull request #12402: [feature](quick-compaciton) enable quick compaction by default

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12402: URL: https://github.com/apache/doris/pull/12402#issuecomment-1238862780 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 #12402: [feature](quick-compaciton) enable quick compaction by default

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12402: URL: https://github.com/apache/doris/pull/12402#issuecomment-1238862768 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] wangbo opened a new pull request, #12404: [fix](planner) fix projection may return error results

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

[GitHub] [doris] HappenLee commented on a diff in pull request #12316: [Enhancement](compaction) reduce VMergeIterator copy block

2022-09-06 Thread GitBox
HappenLee commented on code in PR #12316: URL: https://github.com/apache/doris/pull/12316#discussion_r964335500 ## be/src/vec/core/block.h: ## @@ -497,5 +497,24 @@ class MutableBlock { } }; +struct IteratorRowRef { +std::shared_ptr block; +int16_t row_pos; Revie

[GitHub] [doris] chenlinzhong opened a new pull request, #12402: [feature](quick-compaciton) open quick compaction default

2022-09-06 Thread GitBox
chenlinzhong opened a new pull request, #12402: URL: https://github.com/apache/doris/pull/12402 # Proposed changes Issue Number: close #xxx ## Problem summary i think the quick compaction enabled by default is more beneficial for the system more details see issue

[GitHub] [doris] github-actions[bot] commented on pull request #12313: [fix](grouping sets) grouping sets cause be core or return wrong results

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12313: URL: https://github.com/apache/doris/pull/12313#issuecomment-1238841027 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] HappenLee closed issue #12335: [Enhancement] Accumulate blocks to do partial sort

2022-09-06 Thread GitBox
HappenLee closed issue #12335: [Enhancement] Accumulate blocks to do partial sort URL: https://github.com/apache/doris/issues/12335 -- 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

[doris] branch master updated (42bdde8750 -> 449d0c219f)

2022-09-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 42bdde8750 [Feature](Vectorized) support jdbc scan node (#12010) add 449d0c219f [Improvement](sort) Accumulate

[GitHub] [doris] HappenLee merged pull request #12336: [Improvement](sort) Accumulate blocks to do partial sort

2022-09-06 Thread GitBox
HappenLee merged PR #12336: URL: https://github.com/apache/doris/pull/12336 -- 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 (54d1630c42 -> 42bdde8750)

2022-09-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 54d1630c42 [Opt](vectorized) speed up hash function compute in hash partition (#12334) add 42bdde8750 [Feature

[GitHub] [doris] HappenLee merged pull request #12010: [Feature](Vectorized) support jdbc scan node

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

[GitHub] [doris] morrySnow commented on a diff in pull request #12396: [fix](Nereids)lowest cost plan map do not be merged when do group merge

2022-09-06 Thread GitBox
morrySnow commented on code in PR #12396: URL: https://github.com/apache/doris/pull/12396#discussion_r964323933 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -309,16 +310,11 @@ private Group mergeGroup(Group source, Group destination) { if

[GitHub] [doris] github-actions[bot] commented on pull request #12336: [Improvement](sort) Accumulate blocks to do partial sort

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12336: URL: https://github.com/apache/doris/pull/12336#issuecomment-1238835611 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 #12336: [Improvement](sort) Accumulate blocks to do partial sort

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12336: URL: https://github.com/apache/doris/pull/12336#issuecomment-1238835593 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] zhangstar333 closed pull request #10358: [Vectorized][refactor] refactor some agg functions template about nul…

2022-09-06 Thread GitBox
zhangstar333 closed pull request #10358: [Vectorized][refactor] refactor some agg functions template about nul… URL: https://github.com/apache/doris/pull/10358 -- 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] zhangstar333 closed pull request #8525: [Vectorized][Feature] support query into outfile in vec mode

2022-09-06 Thread GitBox
zhangstar333 closed pull request #8525: [Vectorized][Feature] support query into outfile in vec mode URL: https://github.com/apache/doris/pull/8525 -- 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 th

[doris] branch master updated: [Opt](vectorized) speed up hash function compute in hash partition (#12334)

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 54d1630c42 [Opt](vectorized) speed up hash func

[GitHub] [doris] yiguolei merged pull request #12334: [Opt](vectorized) speed up hash function compute in hash partition

2022-09-06 Thread GitBox
yiguolei merged PR #12334: URL: https://github.com/apache/doris/pull/12334 -- 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: [Bug](remote) Fix BE crash because of call the future's get method twice (#12357)

2022-09-06 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new e4b894a318 [Bug](remote) Fix BE crash because of

[GitHub] [doris] jackwener closed issue #12355: [Bug] BE crash because of call the future's get method twice

2022-09-06 Thread GitBox
jackwener closed issue #12355: [Bug] BE crash because of call the future's get method twice URL: https://github.com/apache/doris/issues/12355 -- 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 spec

[GitHub] [doris] jackwener merged pull request #12357: [Bug](remote) Fix BE crash because of call the future's get method twice

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

[GitHub] [doris] yiguolei closed issue #12121: [Enhancement] need detailed error message when delta writer fail to write

2022-09-06 Thread GitBox
yiguolei closed issue #12121: [Enhancement] need detailed error message when delta writer fail to write URL: https://github.com/apache/doris/issues/12121 -- 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

[doris] branch master updated: [Enhancement](log) improve error msg for delta writer fail (#12121) (#12360)

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 445f0882d1 [Enhancement](log) improve error msg

[GitHub] [doris] yiguolei merged pull request #12360: [Enhancement](log) improve error msg for delta writer fail (#12121)

2022-09-06 Thread GitBox
yiguolei merged PR #12360: URL: https://github.com/apache/doris/pull/12360 -- 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 (3485dfa927 -> de9b9b3e8e)

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3485dfa927 [chore](profile) add some counters in aggregatation & sender (#12385) add de9b9b3e8e [chore](ut) ena

[GitHub] [doris] yiguolei merged pull request #12371: [chore](ut) enable asan core dump when running be ut

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

[GitHub] [doris] yiguolei merged pull request #12385: [chore](profile) add some counters in aggregatation & sender

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

[GitHub] [doris] adonis0147 closed pull request #12267: [feature-wip](array-type) Use json format to output the data with array type

2022-09-06 Thread GitBox
adonis0147 closed pull request #12267: [feature-wip](array-type) Use json format to output the data with array type URL: https://github.com/apache/doris/pull/12267 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[doris] branch master updated (d410797200 -> 3485dfa927)

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d410797200 [fix](regression p0) fix regression p0 test qt_window_hang2 always failed because of timeout #12388

[doris] branch master updated: [fix](regression p0) fix regression p0 test qt_window_hang2 always failed because of timeout #12388

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d410797200 [fix](regression p0) fix regression

[GitHub] [doris] yiguolei merged pull request #12388: [fix](regression p0) fix regression p0 test qt_window_hang2 always failed because of timeout

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

[doris] branch master updated: [Enhancement](sparkload) cast the src slot types of bitmap columns to `bitmap` when FE push tasks in spark load (#12394)

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 232d17efea [Enhancement](sparkload) cast the sr

[GitHub] [doris] yiguolei merged pull request #12394: [Enhancement](sparkload) cast the src slot types of bitmap columns to bitmap in spark load

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

[GitHub] [doris] TaoZex commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-09-06 Thread GitBox
TaoZex commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1238824348 Hello, I want to try this issue, could you assign it to me? Plz~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[doris] branch master updated: [Enhancement](regression) add regression tests for executeSQL http rest api #12265

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 9ccc39c164 [Enhancement](regression) add regres

[GitHub] [doris] yiguolei merged pull request #12265: [Enhancement](regression) add regression tests for `executeSQL` http rest api

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

[doris] branch master updated: [feature](Nereids)support parse and analyze having clause (#12129)

2022-09-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a465549f5e [feature](Nereids)support parse and

[GitHub] [doris] morrySnow merged pull request #12129: [feature-wip](nereids) Support having clause

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

[GitHub] [doris] github-actions[bot] commented on pull request #12385: [chore](profile) add some counters in aggregatation & sender

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12385: URL: https://github.com/apache/doris/pull/12385#issuecomment-1238815985 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 #12385: [chore](profile) add some counters in aggregatation & sender

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12385: URL: https://github.com/apache/doris/pull/12385#issuecomment-1238815972 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: [Improvement](vectorized) change `static_cast` to `assert_cast` for reference (#12379)

2022-09-06 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 922b04fdc1 [Improvement](vectorized) change `

[GitHub] [doris] Gabriel39 merged pull request #12379: [Improvement](vectorized) change `static_cast` to `assert_cast` for reference

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

[GitHub] [doris] stalary opened a new pull request, #12401: [Enhancement](DOE): Doe support object/nested use string

2022-09-06 Thread GitBox
stalary opened a new pull request, #12401: URL: https://github.com/apache/doris/pull/12401 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/12387 ## Problem summary Doe support object/nested use string 1. doc_value logic modify, ignore obje

[doris] branch master updated: [enhancement](test) add some p0 cases (#12240)

2022-09-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 772e5907f2 [enhancement](test) add some p0 case

[GitHub] [doris] yiguolei merged pull request #12240: [enhancement](test) add some p0 cases

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

[GitHub] [doris] yiguolei commented on pull request #12366: [Fix] add hll param for if function

2022-09-06 Thread GitBox
yiguolei commented on PR #12366: URL: https://github.com/apache/doris/pull/12366#issuecomment-1238796282 pls add regression test for 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] biandou1313 commented on issue #12381: doris审计日志BUG -截取原生sql

2022-09-06 Thread GitBox
biandou1313 commented on issue #12381: URL: https://github.com/apache/doris/issues/12381#issuecomment-1238792820 大佬 还在看这个问题么 -- 原始邮件 -- 发件人: "Paddy ***@***.***>; 发送时间: 2022年9月7日(星期三) 上午7:59 收件人: ***@***.***>; 抄送: ***@***.***>; ***@*

[doris] branch master updated: [Enhancement](docker): Add elasticsearch docker file (#12377)

2022-09-06 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 5f255af065 [Enhancement](docker): Add elastic

[GitHub] [doris] morningman merged pull request #12377: [Enhancement](docker): Add elasticsearch docker file

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

[doris] branch master updated: [fix](exec-node) fix nullptr of runtime state (#12395)

2022-09-06 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 893567628e [fix](exec-node) fix nullptr of ru

[GitHub] [doris] morningman merged pull request #12395: [fix](exec-node) fix nullptr of runtime state

2022-09-06 Thread GitBox
morningman merged PR #12395: URL: https://github.com/apache/doris/pull/12395 -- 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] stalary opened a new issue, #12400: [Bug](DOE) Scroll clear was executed twice in vectorized_engine

2022-09-06 Thread GitBox
stalary opened a new issue, #12400: URL: https://github.com/apache/doris/issues/12400 ### 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 master

[GitHub] [doris] github-actions[bot] closed pull request #8370: Support get metric by name

2022-09-06 Thread GitBox
github-actions[bot] closed pull request #8370: Support get metric by name URL: https://github.com/apache/doris/pull/8370 -- 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 pull request #10742: [Feature] Test with docker demo

2022-09-06 Thread GitBox
stalary closed pull request #10742: [Feature] Test with docker demo URL: https://github.com/apache/doris/pull/10742 -- 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 unsubscri

[GitHub] [doris] biandou1313 commented on issue #12381: doris审计日志BUG -截取原生sql

2022-09-06 Thread GitBox
biandou1313 commented on issue #12381: URL: https://github.com/apache/doris/issues/12381#issuecomment-1238762723 我需要完整原生sql -- 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] github-actions[bot] commented on pull request #12129: [feature-wip](nereids) Support having clause

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12129: URL: https://github.com/apache/doris/pull/12129#issuecomment-1238449402 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 #12129: [feature-wip](nereids) Support having clause

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12129: URL: https://github.com/apache/doris/pull/12129#issuecomment-1238449367 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] morrySnow commented on a diff in pull request #12391: [fix](Nereids)plan translator lost other conjuncts on hash join node

2022-09-06 Thread GitBox
morrySnow commented on code in PR #12391: URL: https://github.com/apache/doris/pull/12391#discussion_r963937031 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -378,8 +379,16 @@ public PlanFragment visitPhysicalHashJoin(Ph

[GitHub] [doris] morrySnow merged pull request #11976: [feature](Nereids)support join algorithm in Nereids that already implemented in original planner

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

[GitHub] [doris] morrySnow commented on a diff in pull request #12374: [feature-wip](nereids) Overwrite nullable method for Year function and Divid expression

2022-09-06 Thread GitBox
morrySnow commented on code in PR #12374: URL: https://github.com/apache/doris/pull/12374#discussion_r963923251 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Divide.java: ## @@ -50,4 +51,9 @@ public R accept(ExpressionVisitor visitor, C context) {

[doris] branch master updated: [fix](Nereids)LogicalAggregate's equals and hashCode missing two attributes (#12393)

2022-09-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 4c36e3dfa6 [fix](Nereids)LogicalAggregate's eq

[GitHub] [doris] morrySnow merged pull request #12393: [fix](nereids) NormalizeAggregate rule cause FE inifite loop

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

[GitHub] [doris] morrySnow commented on a diff in pull request #12391: [fix](Nereids)plan translator lost other conjuncts on hash join node

2022-09-06 Thread GitBox
morrySnow commented on code in PR #12391: URL: https://github.com/apache/doris/pull/12391#discussion_r963892873 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -378,8 +379,16 @@ public PlanFragment visitPhysicalHashJoin(Ph

[GitHub] [doris] jackwener commented on a diff in pull request #12391: [fix](Nereids)plan translator lost other conjuncts on hash join node

2022-09-06 Thread GitBox
jackwener commented on code in PR #12391: URL: https://github.com/apache/doris/pull/12391#discussion_r963875880 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -378,8 +379,16 @@ public PlanFragment visitPhysicalHashJoin(Ph

[GitHub] [doris] github-actions[bot] commented on pull request #12377: [Enhancement](docker): Add elasticsearch docker file

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12377: URL: https://github.com/apache/doris/pull/12377#issuecomment-1238329806 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 commented on a diff in pull request #12391: [fix](Nereids)plan translator lost other conjuncts on hash join node

2022-09-06 Thread GitBox
englefly commented on code in PR #12391: URL: https://github.com/apache/doris/pull/12391#discussion_r963870256 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -378,8 +379,16 @@ public PlanFragment visitPhysicalHashJoin(Phy

[GitHub] [doris] github-actions[bot] commented on pull request #12377: [Enhancement](docker): Add elasticsearch docker file

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12377: URL: https://github.com/apache/doris/pull/12377#issuecomment-1238329878 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] jackwener opened a new pull request, #12397: [fix](nereids): revert swap children in translate.

2022-09-06 Thread GitBox
jackwener opened a new pull request, #12397: URL: https://github.com/apache/doris/pull/12397 # Proposed changes Issue Number: close #xxx ## Problem summary #12130 swap children in translate, it's tmp way. revert it. ## Checklist(Required) 1. Does it a

[GitHub] [doris] github-actions[bot] commented on pull request #12395: [fix](exec-node) fix nullptr of runtime state

2022-09-06 Thread GitBox
github-actions[bot] commented on PR #12395: URL: https://github.com/apache/doris/pull/12395#issuecomment-1238308199 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

  1   2   >