[GitHub] [doris] spaces-X commented on a diff in pull request #11782: [fix](agg)disallow group by bitmap or hll data type

2022-08-15 Thread GitBox
spaces-X commented on code in PR #11782: URL: https://github.com/apache/doris/pull/11782#discussion_r945872026 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AggregateInfo.java: ## @@ -160,6 +161,15 @@ public void setPartitionExprs(List exprs) { partitionExprs =

[GitHub] [doris] github-actions[bot] commented on pull request #11782: [fix](agg)disallow group by bitmap or hll data type

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11782: URL: https://github.com/apache/doris/pull/11782#issuecomment-1215280069 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 #11782: [fix](agg)disallow group by bitmap or hll data type

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11782: URL: https://github.com/apache/doris/pull/11782#issuecomment-1215279984 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 opened a new pull request, #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-15 Thread GitBox
morrySnow opened a new pull request, #11802: URL: https://github.com/apache/doris/pull/11802 # Proposed changes - add an interface ExpectsInputTypes to Expression - add an interface ImplicitCastInputTypes to Expression - add a Expression rewrite rule for type coercion - add a

[GitHub] [doris] github-actions[bot] commented on pull request #11724: [Enhancement](Planner) Improve error message when columns order and keys orders don't match.

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11724: URL: https://github.com/apache/doris/pull/11724#issuecomment-1215510641 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] stalary opened a new issue, #11803: [Bug](Doe) Cast push down due to query result error.

2022-08-15 Thread GitBox
stalary opened a new issue, #11803: URL: https://github.com/apache/doris/issues/11803 ### 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] stalary opened a new issue, #11804: [Enhancement](Doe) Be query es use fe generate dsl.

2022-08-15 Thread GitBox
stalary opened a new issue, #11804: URL: https://github.com/apache/doris/issues/11804 ### 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 Be query e

[GitHub] [doris] sohardforaname opened a new pull request, #11805: Pd expr

2022-08-15 Thread GitBox
sohardforaname opened a new pull request, #11805: URL: https://github.com/apache/doris/pull/11805 # Proposed changes Issue Number: close #xxx ## Problem summary pushdown not slotreferences expr of on clause. select * from t1 join t2 on t1.a + 1 = t2.b + 2 and t1.a + 1

[GitHub] [doris] yiguolei merged pull request #11782: [fix](agg)disallow group by bitmap or hll data type

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

[GitHub] [doris] morningman commented on a diff in pull request #11796: [Bug](cast) change binary predicate finally cast to varchar

2022-08-15 Thread GitBox
morningman commented on code in PR #11796: URL: https://github.com/apache/doris/pull/11796#discussion_r946259598 ## fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java: ## @@ -391,7 +391,7 @@ private Type getCmpType() throws AnalysisException { }

[doris] branch master updated: [fix](agg)disallow group by bitmap or hll data type (#11782)

2022-08-15 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 f3f1bbc48c [fix](agg)disallow group by bitmap o

[GitHub] [doris] yiguolei merged pull request #11760: [remote-udaf](sample) add some python demo

2022-08-15 Thread GitBox
yiguolei merged PR #11760: URL: https://github.com/apache/doris/pull/11760 -- 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: [remote-udaf](sample) add some python demo (#11760)

2022-08-15 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 8a3ee91bb5 [remote-udaf](sample) add some pytho

[doris-website] branch master updated: fix

2022-08-15 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 275707c2b3a fix 275707c2b3a is desc

[GitHub] [doris] yixiutt opened a new pull request, #11806: [bugfix](load) get max versio in read lock

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

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11784: [optimization](array-type) support the decimal/datetime as the nest t…

2022-08-15 Thread GitBox
carlvinhust2012 commented on code in PR #11784: URL: https://github.com/apache/doris/pull/11784#discussion_r946273860 ## regression-test/suites/export/test_array_export.groovy: ## @@ -0,0 +1,132 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

[GitHub] [doris] github-actions[bot] commented on pull request #11589: [Feature](nereids)support view and nested view

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11589: URL: https://github.com/apache/doris/pull/11589#issuecomment-1216075451 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] zhangstar333 commented on pull request #11516: [improvement](vectorized) Improve count distinct performance by using fastunion

2022-08-15 Thread GitBox
zhangstar333 commented on PR #11516: URL: https://github.com/apache/doris/pull/11516#issuecomment-1216079120 LGTM, it's a great work! , And I could speed up to bitmap union using this way later -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] liaoxin01 opened a new pull request, #11808: [feature-wip](unique-key-merge-on-write) unique key table with MOW supports sequence column

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

[GitHub] [doris] spaces-X closed issue #11779: [Bug](docs of ALTER SYSTEM) make the docs more accurate

2022-08-15 Thread GitBox
spaces-X closed issue #11779: [Bug](docs of ALTER SYSTEM) make the docs more accurate URL: https://github.com/apache/doris/issues/11779 -- 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] [doris] spaces-X merged pull request #11780: [Enhancement](docs) fix ALTER SYSTEM docs

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

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

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11771: URL: https://github.com/apache/doris/pull/11771#issuecomment-1216086150 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] Kikyou1997 closed pull request #11775: [Draft](DMG)Nereids projection

2022-08-15 Thread GitBox
Kikyou1997 closed pull request #11775: [Draft](DMG)Nereids projection URL: https://github.com/apache/doris/pull/11775 -- 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 unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #11243: [refactor] rename data source to catalog

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11243: URL: https://github.com/apache/doris/pull/11243#issuecomment-1216094049 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 #11243: [refactor] rename data source to catalog

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11243: URL: https://github.com/apache/doris/pull/11243#issuecomment-1216094071 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] yiguolei merged pull request #11794: [dev-1.1.2](cherry-pick) Optimize query memory accuracy

2022-08-15 Thread GitBox
yiguolei merged PR #11794: URL: https://github.com/apache/doris/pull/11794 -- 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] yuanyuan8983 opened a new pull request, #11809: [docs] Change JDBC error port

2022-08-15 Thread GitBox
yuanyuan8983 opened a new pull request, #11809: URL: https://github.com/apache/doris/pull/11809 Port error in JDBC demo, correct it after testing # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] yiguolei merged pull request #11797: [fix](memtracker) Fix core in logout task mem tracker

2022-08-15 Thread GitBox
yiguolei merged PR #11797: URL: https://github.com/apache/doris/pull/11797 -- 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] yinzhijian opened a new pull request, #11810: [typo](fix) Fix spelling errors in comments

2022-08-15 Thread GitBox
yinzhijian opened a new pull request, #11810: URL: https://github.com/apache/doris/pull/11810 # Proposed changes Issue Number: close #xxx ## Problem summary Fix spelling errors in comments ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] liaoxin01 opened a new pull request, #11811: [Feature](unique-key-merge-on-write) fix that sort segments by segment id in descending order

2022-08-15 Thread GitBox
liaoxin01 opened a new pull request, #11811: URL: https://github.com/apache/doris/pull/11811 # Proposed changes Issue Number: close #xxx ## Problem summary we should lookup row key in the segment with version is larger and segment id is larger firstly. So once we fin

[GitHub] [doris] morningman merged pull request #11243: [refactor] rename data source to catalog

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

[GitHub] [doris] morningman commented on pull request #11806: [bugfix](load) get max version in read lock

2022-08-15 Thread GitBox
morningman commented on PR #11806: URL: https://github.com/apache/doris/pull/11806#issuecomment-1216111522 Hi @yixiutt please describe the bug you fixed. And better pointer which PR introduced this bug, or is this bug exist in any old version. -- This is an automated message from the Apac

[GitHub] [doris] github-actions[bot] commented on pull request #11806: [bugfix](load) get max version in read lock

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11806: URL: https://github.com/apache/doris/pull/11806#issuecomment-1216112384 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 #11806: [bugfix](load) get max version in read lock

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11806: URL: https://github.com/apache/doris/pull/11806#issuecomment-1216112399 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] yixiutt commented on pull request #11806: [bugfix](load) get max version in read lock

2022-08-15 Thread GitBox
yixiutt commented on PR #11806: URL: https://github.com/apache/doris/pull/11806#issuecomment-1216113571 > updated -- 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] [doris] yixiutt commented on pull request #11806: [bugfix](load) get max version in read lock

2022-08-15 Thread GitBox
yixiutt commented on PR #11806: URL: https://github.com/apache/doris/pull/11806#issuecomment-1216113795 > Hi @yixiutt please describe the bug you fixed. And better point out which PR introduced this bug, or is this bug exist in any old version. updated -- This is an automated messa

[GitHub] [doris] dataroaring closed issue #11788: [Bug] build fail on build_ui

2022-08-15 Thread GitBox
dataroaring closed issue #11788: [Bug] build fail on build_ui URL: https://github.com/apache/doris/issues/11788 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [doris] dataroaring merged pull request #11789: [Bug](build) fix build fail on build_ui

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

[GitHub] [doris] englefly opened a new pull request, #11812: [feature](Nereids) split Join on clause predicates into 2 partitions

2022-08-15 Thread GitBox
englefly opened a new pull request, #11812: URL: https://github.com/apache/doris/pull/11812 # Proposed changes Currently, the join on conditions are denoted by `Join.conditions` as one expression. It is not convenient to get equal-predicates for hash table. This pr add a rule `Find

[GitHub] [doris] yiguolei merged pull request #11516: [improvement](vectorized) Improve count distinct performance by using fastunion

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

[GitHub] [doris] yiguolei opened a new pull request, #11813: [dev-1.1.2 pick](schema change) fix memory exceeded when schema change (#11748)

2022-08-15 Thread GitBox
yiguolei opened a new pull request, #11813: URL: https://github.com/apache/doris/pull/11813 In row mode schema change, it will fail sometime because memory exceeded. When the left memory is enough for sorting but not enough for next block, it will not flush row_block_arr which data in m

[GitHub] [doris] Kikyou1997 opened a new pull request, #11814: [Planner](fix)fix index out of bound exception

2022-08-15 Thread GitBox
Kikyou1997 opened a new pull request, #11814: URL: https://github.com/apache/doris/pull/11814 # Proposed changes Issue Number: #11681 ## Problem summary Iterate in reverse to avoid index out of bound exception during iteration. ## Checklist(Required) 1. Doe

[GitHub] [doris] Kikyou1997 commented on pull request #11814: [Planner](fix)fix index out of bound exception

2022-08-15 Thread GitBox
Kikyou1997 commented on PR #11814: URL: https://github.com/apache/doris/pull/11814#issuecomment-1216127382 @morrySnow @morningman @yiguolei -- 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 sp

[GitHub] [doris] xinyiZzz opened a new issue, #11815: [Enhancement] too much virtual memory usage during query

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

[GitHub] [doris] xinyiZzz opened a new pull request, #11816: [enhancement](memory) Reduce virtual memory used by PaddedPODArray

2022-08-15 Thread GitBox
xinyiZzz opened a new pull request, #11816: URL: https://github.com/apache/doris/pull/11816 # Proposed changes Issue Number: #11815 ## Problem summary 4096 minus 16 + 16 bytes padding that in padding pod array ## Checklist(Required) 1. Does it affect the ori

[GitHub] [doris] yiguolei merged pull request #11806: [bugfix](load) get max version in read lock

2022-08-15 Thread GitBox
yiguolei merged PR #11806: URL: https://github.com/apache/doris/pull/11806 -- 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] Lchangliang commented on pull request #11813: [dev-1.1.2 pick](schema change) fix memory exceeded when schema change (#11748)

2022-08-15 Thread GitBox
Lchangliang commented on PR #11813: URL: https://github.com/apache/doris/pull/11813#issuecomment-1216133468 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 unsubscr

[GitHub] [doris] zhannngchen commented on a diff in pull request #11808: [feature-wip](unique-key-merge-on-write) unique key table with MOW supports sequence column

2022-08-15 Thread GitBox
zhannngchen commented on code in PR #11808: URL: https://github.com/apache/doris/pull/11808#discussion_r946321748 ## be/test/olap/primary_key_index_test.cpp: ## @@ -56,7 +56,7 @@ TEST_F(PrimaryKeyIndexTest, builder) { auto fs = io::global_local_filesystem(); EXPECT_TRU

[GitHub] [doris] zhannngchen commented on pull request #11808: [feature-wip](unique-key-merge-on-write) unique key table with MOW supports sequence column

2022-08-15 Thread GitBox
zhannngchen commented on PR #11808: URL: https://github.com/apache/doris/pull/11808#issuecomment-121615 Nice work -- 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 uns

[GitHub] [doris] 924060929 commented on a diff in pull request #11589: [Feature](nereids)support view and nested view

2022-08-15 Thread GitBox
924060929 commented on code in PR #11589: URL: https://github.com/apache/doris/pull/11589#discussion_r946338558 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MergeConsecutiveProjects.java: ## @@ -50,6 +52,40 @@ */ public class MergeConsecutivePr

[GitHub] [doris] geniusjoe closed pull request #11791: [Enhancement](docs) fix en kafka-load document

2022-08-15 Thread GitBox
geniusjoe closed pull request #11791: [Enhancement](docs) fix en kafka-load document URL: https://github.com/apache/doris/pull/11791 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [doris] geniusjoe commented on pull request #11791: [Enhancement](docs) fix en kafka-load document

2022-08-15 Thread GitBox
geniusjoe commented on PR #11791: URL: https://github.com/apache/doris/pull/11791#issuecomment-1216155961 rebase commit and pr again -- 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] [doris] 924060929 commented on a diff in pull request #11589: [Feature](nereids)support view and nested view

2022-08-15 Thread GitBox
924060929 commented on code in PR #11589: URL: https://github.com/apache/doris/pull/11589#discussion_r946334265 ## fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java: ## @@ -108,6 +110,9 @@ public PhysicalPlan plan(LogicalPlan plan, PhysicalProperties outputP

[GitHub] [doris] cambyzju opened a new pull request, #11817: [fix](str_to_date) str_to_date support format without leading zero

2022-08-15 Thread GitBox
cambyzju opened a new pull request, #11817: URL: https://github.com/apache/doris/pull/11817 # Proposed changes Issue Number: close #xxx after https://github.com/apache/doris/pull/11720, the following format is not correct now: `select STR_TO_DATE('2018-4-2 15:3:28','%Y-%m-%d

[GitHub] [doris] geniusjoe opened a new pull request, #11818: [Enhancement](docs) fix document typo

2022-08-15 Thread GitBox
geniusjoe opened a new pull request, #11818: URL: https://github.com/apache/doris/pull/11818 # Proposed changes Issue Number: close #xxx ## Problem summary When visit english [kafka load](https://doris.apache.org/docs/data-operate/import/import-scenes/kafka-load) docume

[GitHub] [doris-website] hf200012 merged pull request #47: Remove document version 1.0.0

2022-08-15 Thread GitBox
hf200012 merged PR #47: URL: https://github.com/apache/doris-website/pull/47 -- 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] zenoyang merged pull request #11774: [Fix](image)(upgrade) Clear all DECOMMISSION_BACKEND job to be compatible with newer version

2022-08-15 Thread GitBox
zenoyang merged PR #11774: URL: https://github.com/apache/doris/pull/11774 -- 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 #11813: [dev-1.1.2 pick](schema change) fix memory exceeded when schema change (#11748)

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

[GitHub] [doris] github-actions[bot] commented on pull request #11818: [Enhancement](docs) fix document typo

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11818: URL: https://github.com/apache/doris/pull/11818#issuecomment-1216194033 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 #11800: [fix](regression-test) add qt_having1

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11800: URL: https://github.com/apache/doris/pull/11800#issuecomment-1216196063 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 #11800: [fix](regression-test) add qt_having1

2022-08-15 Thread GitBox
github-actions[bot] commented on PR #11800: URL: https://github.com/apache/doris/pull/11800#issuecomment-1216196046 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] yiguolei merged pull request #11740: [enhancement](memtracker) Optimize query memory accuracy

2022-08-15 Thread GitBox
yiguolei merged PR #11740: URL: https://github.com/apache/doris/pull/11740 -- 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 closed issue #11738: [Enhancement] Improve query memory tracking accuracy

2022-08-15 Thread GitBox
yiguolei closed issue #11738: [Enhancement] Improve query memory tracking accuracy URL: https://github.com/apache/doris/issues/11738 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [doris] spaces-X merged pull request #11783: [regression-test](bitmap) Add regression case for some bitmap functions

2022-08-15 Thread GitBox
spaces-X merged PR #11783: URL: https://github.com/apache/doris/pull/11783 -- 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 closed issue #11770: [Bug] Flush memtable to reduce load channel mem not executed

2022-08-15 Thread GitBox
yiguolei closed issue #11770: [Bug] Flush memtable to reduce load channel mem not executed URL: https://github.com/apache/doris/issues/11770 -- 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 speci

[GitHub] [doris] yiguolei merged pull request #11771: [fix](memtracker) Fix flush memtable to reduce load channel mem not executed

2022-08-15 Thread GitBox
yiguolei merged PR #11771: URL: https://github.com/apache/doris/pull/11771 -- 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 #11800: [fix](regression-test) add qt_having1

2022-08-15 Thread GitBox
yiguolei merged PR #11800: URL: https://github.com/apache/doris/pull/11800 -- 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 #11757: [fix](query) fix orderby keys limit return less or no result

2022-08-15 Thread GitBox
yiguolei merged PR #11757: URL: https://github.com/apache/doris/pull/11757 -- 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 #11761: [remote-udaf](sample) add some c++ demo

2022-08-15 Thread GitBox
yiguolei merged PR #11761: URL: https://github.com/apache/doris/pull/11761 -- 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-website] caoliang-web opened a new pull request, #48: [doc](iceberg)Add doris on iceberg use case in hdfs ha environment

2022-08-15 Thread GitBox
caoliang-web opened a new pull request, #48: URL: https://github.com/apache/doris-website/pull/48 Add doris on iceberg use case in hdfs ha environment -- 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] [doris] yiguolei merged pull request #11751: [enhancement](memory) Fix too much cache leads to less memory available for queries

2022-08-15 Thread GitBox
yiguolei merged PR #11751: URL: https://github.com/apache/doris/pull/11751 -- 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 closed issue #11750: [Enhancement] Too much cache leads to less memory available for queries

2022-08-15 Thread GitBox
yiguolei closed issue #11750: [Enhancement] Too much cache leads to less memory available for queries URL: https://github.com/apache/doris/issues/11750 -- 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] [doris] yiguolei merged pull request #11746: [Fix](audit) do not use duplicate query id in fe.audit.log

2022-08-15 Thread GitBox
yiguolei merged PR #11746: URL: https://github.com/apache/doris/pull/11746 -- 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 #11752: [remote-udaf](sample) add some java demo

2022-08-15 Thread GitBox
yiguolei merged PR #11752: URL: https://github.com/apache/doris/pull/11752 -- 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] Kikyou1997 opened a new pull request, #11819: [Planner](fix)Fix unexpected index out of bound exception

2022-08-15 Thread GitBox
Kikyou1997 opened a new pull request, #11819: URL: https://github.com/apache/doris/pull/11819 # Proposed changes Issue Number: #11681 ## Problem summary Iterate in reverse order to avoid index out of bound exception during iteration. ## Checklist(Required)

[GitHub] [doris] Kikyou1997 commented on pull request #11819: [Planner](fix)Fix unexpected index out of bound exception

2022-08-15 Thread GitBox
Kikyou1997 commented on PR #11819: URL: https://github.com/apache/doris/pull/11819#issuecomment-1216209286 @morrySnow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] yiguolei merged pull request #11753: [enhancement](status) Fix Status related macros to enable RVO or move ctor

2022-08-15 Thread GitBox
yiguolei merged PR #11753: URL: https://github.com/apache/doris/pull/11753 -- 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 #11785: [Enhancement](array-type) enable_array_type flag update

2022-08-15 Thread GitBox
yiguolei merged PR #11785: URL: https://github.com/apache/doris/pull/11785 -- 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] platoneko opened a new pull request, #11820: [fix](cold_hot) Fix nullptr bug in perform_remote_tablet_gc

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

[GitHub] [doris] yiguolei closed issue #11663: [Enhancement] support simdjson to parse json document when load

2022-08-15 Thread GitBox
yiguolei closed issue #11663: [Enhancement] support simdjson to parse json document when load URL: https://github.com/apache/doris/issues/11663 -- 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 sp

[GitHub] [doris] yiguolei merged pull request #11665: [Enhancement](stream-load-json) using simdjson to parse json

2022-08-15 Thread GitBox
yiguolei merged PR #11665: URL: https://github.com/apache/doris/pull/11665 -- 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-website] branch asf-site updated: fix

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

<    1   2