[GitHub] [doris] github-actions[bot] commented on pull request #10771: [Refactor](nereids)Refactor Literal to an inheritance hierarchy

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10771: URL: https://github.com/apache/doris/pull/10771#issuecomment-1182839313 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

[doris] branch master updated: [Bug] Fix array functions arguments mismatch (#10549)

2022-07-12 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new bd982ac815 [Bug] Fix array functions arguments mi

[GitHub] [doris] xy720 merged pull request #10549: [Bug] Fix array functions arguments mismatch

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

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10771: [Refactor](nereids)Refactor Literal to an inheritance hierarchy

2022-07-12 Thread GitBox
Kikyou1997 commented on code in PR #10771: URL: https://github.com/apache/doris/pull/10771#discussion_r919711682 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BooleanLiteral.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) u

[GitHub] [doris] HappenLee opened a new pull request, #10799: [Function] Support outer join of outer join of FE and BE

2022-07-12 Thread GitBox
HappenLee opened a new pull request, #10799: URL: https://github.com/apache/doris/pull/10799 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Ye

[GitHub] [doris] cambyzju commented on a diff in pull request #10673: [feature-wip](array-type) explode support more sub types

2022-07-12 Thread GitBox
cambyzju commented on code in PR #10673: URL: https://github.com/apache/doris/pull/10673#discussion_r919689917 ## be/src/vec/exprs/table_function/vexplode.cpp: ## @@ -56,26 +48,22 @@ Status VExplodeTableFunction::process_row(size_t row_idx) { DCHECK(row_idx < _array_column-

[GitHub] [doris] github-actions[bot] commented on pull request #10797: [FIX]VMergeIterator should use nullable info from scanner instead of schema

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10797: URL: https://github.com/apache/doris/pull/10797#issuecomment-1182796567 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

[doris] branch master updated: [bugfix] fix bug of ComparisonPredicate for nullable column (#10798)

2022-07-12 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 d03b5c29a8 [bugfix] fix bug of ComparisonPredic

[GitHub] [doris] yiguolei merged pull request #10798: [bugfix] fix bug of ComparisonPredicate for nullable column

2022-07-12 Thread GitBox
yiguolei merged PR #10798: URL: https://github.com/apache/doris/pull/10798 -- 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 #10798: [bugfix] fix bug of ComparisonPredicate for nullable column

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10798: URL: https://github.com/apache/doris/pull/10798#issuecomment-1182742439 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 #10798: [bugfix] fix bug of ComparisonPredicate for nullable column

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10798: URL: https://github.com/apache/doris/pull/10798#issuecomment-1182742423 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 commented on a diff in pull request #10673: [feature-wip](array-type) explode support more sub types

2022-07-12 Thread GitBox
HappenLee commented on code in PR #10673: URL: https://github.com/apache/doris/pull/10673#discussion_r919624433 ## be/src/vec/exprs/table_function/vexplode.cpp: ## @@ -56,26 +48,22 @@ Status VExplodeTableFunction::process_row(size_t row_idx) { DCHECK(row_idx < _array_column

[GitHub] [doris] hf200012 commented on issue #10612: [Bug]

2022-07-12 Thread GitBox
hf200012 commented on issue #10612: URL: https://github.com/apache/doris/issues/10612#issuecomment-1182736852 Please test tcp-h on 1.1 rc05, 1.0 has not thoroughly optimized this test set。 You can add me WeChat: 35926237 -- This is an automated message from the Apache Git Service. To r

[GitHub] [doris] adonis0147 commented on a diff in pull request #10771: [Refactor](nereids)Refactor Literal to an inheritance hierarchy

2022-07-12 Thread GitBox
adonis0147 commented on code in PR #10771: URL: https://github.com/apache/doris/pull/10771#discussion_r919620577 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BooleanLiteral.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) u

[GitHub] [doris] jacktengg opened a new pull request, #10798: [bugfix] fix bug of ComparisonPredicate for nullable column

2022-07-12 Thread GitBox
jacktengg opened a new pull request, #10798: URL: https://github.com/apache/doris/pull/10798 # Proposed changes Issue Number: close #xxx ## Problem Summary: ComparisonPredicate::_base_loop use wrong index for null_map: `if (_opposite ^ (!null_map[i] &&

[GitHub] [doris] yiguolei commented on a diff in pull request #10355: [Optimize] Improve performance like/not like filter through pushdown function to storage engine

2022-07-12 Thread GitBox
yiguolei commented on code in PR #10355: URL: https://github.com/apache/doris/pull/10355#discussion_r919616378 ## be/src/olap/like_column_predicate.cpp: ## @@ -0,0 +1,168 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements

[GitHub] [doris] cambyzju commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-12 Thread GitBox
cambyzju commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r918688592 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] cambyzju commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-12 Thread GitBox
cambyzju commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r919615948 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] 924060929 commented on a diff in pull request #10786: (Refactor)[Nereids] Combine operator and plan

2022-07-12 Thread GitBox
924060929 commented on code in PR #10786: URL: https://github.com/apache/doris/pull/10786#discussion_r919614263 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java: ## @@ -89,8 +89,8 @@ public void setParent(Group parent) { this.parent = paren

[GitHub] [doris] 924060929 commented on a diff in pull request #10786: (Refactor)[Nereids] Combine operator and plan

2022-07-12 Thread GitBox
924060929 commented on code in PR #10786: URL: https://github.com/apache/doris/pull/10786#discussion_r919612449 ## fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundRelation.java: ## @@ -72,6 +85,16 @@ public LogicalProperties computeLogicalProperties(Plan... in

[GitHub] [doris] 924060929 commented on a diff in pull request #10786: (Refactor)[Nereids] Combine operator and plan

2022-07-12 Thread GitBox
924060929 commented on code in PR #10786: URL: https://github.com/apache/doris/pull/10786#discussion_r919611084 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java: ## @@ -158,7 +158,8 @@ private enum DateLiteralType { DATEV2(3); private f

[GitHub] [doris] spaces-X commented on pull request #10778: [enhancement] using zone index to skip range predicate

2022-07-12 Thread GitBox
spaces-X commented on PR #10778: URL: https://github.com/apache/doris/pull/10778#issuecomment-1182713168 Could you please add some UT about this pr? -- 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] github-actions[bot] commented on pull request #10482: [docs] Change the incubator fields before and after Doris' Graduation

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10482: URL: https://github.com/apache/doris/pull/10482#issuecomment-1182706907 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 #10482: [docs] Change the incubator fields before and after Doris' Graduation

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10482: URL: https://github.com/apache/doris/pull/10482#issuecomment-1182706879 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 #10721: [Bug](tablet) Fix bug that segments are removed as trash but tablet meta is normal

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10721: URL: https://github.com/apache/doris/pull/10721#issuecomment-1182702324 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 #10721: [Bug](tablet) Fix bug that segments are removed as trash but tablet meta is normal

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10721: URL: https://github.com/apache/doris/pull/10721#issuecomment-1182702307 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: [regression] update test framework and fix cases (#10686)

2022-07-12 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 4719d4705f [regression] update test framework a

[GitHub] [doris] yiguolei merged pull request #10686: [regression] update test framework and fix cases

2022-07-12 Thread GitBox
yiguolei merged PR #10686: URL: https://github.com/apache/doris/pull/10686 -- 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 #10686: [regression] update test framework and fix cases

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10686: URL: https://github.com/apache/doris/pull/10686#issuecomment-1182688220 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 #10686: [regression] update test framework and fix cases

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10686: URL: https://github.com/apache/doris/pull/10686#issuecomment-1182688205 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] starocean999 opened a new pull request, #10797: [FIX]VMergeIterator should use nullable info from scanner instead of schema

2022-07-12 Thread GitBox
starocean999 opened a new pull request, #10797: URL: https://github.com/apache/doris/pull/10797 # Proposed changes Issue Number: close #xxx ## Problem Summary: tpch UNIQUE key mode, q13.sql CORE for outer join temp solution, the olap scanner will set the columns which

[doris] 02/02: [bugfix]set IsNullPredicate to ALWAYS_NOT_NULLABLE (#10785)

2022-07-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit 8cfc6231b9b6be996cd53cff3a53726ee0cad558 Author: Pxl <952130...@qq.com> AuthorDate: Wed Jul 13 08:28:00 2022 +0800

[doris] branch dev-1.1.1 updated (a4b6c94450 -> 8cfc6231b9)

2022-07-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git from a4b6c94450 [refactor]broker rpc timeout configuration parameterization (#10692) new 0cc242c67c [Fix](distr

[doris] 01/02: [Fix](distrubution) fix random tablet (#10756)

2022-07-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit 0cc242c67c931f288f48c64fd0a69ff4eecacf5e Author: lihangyu <15605149...@163.com> AuthorDate: Mon Jul 11 23:12:56 202

[doris] branch dev-1.1.1 created (now a4b6c94450)

2022-07-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git at a4b6c94450 [refactor]broker rpc timeout configuration parameterization (#10692) No new revisions were added by

[GitHub] [doris] morningman commented on pull request #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
morningman commented on PR #10785: URL: https://github.com/apache/doris/pull/10785#issuecomment-1182650265 @BiteThet please add case -- 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

[doris] branch master updated: Fix show table status docs. (#10782)

2022-07-12 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 7906866826 Fix show table status docs. (#10782)

[GitHub] [doris] yiguolei merged pull request #10782: [docs]Fix the format show-table-status zh-CN docs.

2022-07-12 Thread GitBox
yiguolei merged PR #10782: URL: https://github.com/apache/doris/pull/10782 -- 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: FIX: fix datetimev2 decimal error. (#10736)

2022-07-12 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 f9f711cd16 FIX: fix datetimev2 decimal error. (

[GitHub] [doris] yiguolei merged pull request #10736: [Bug] fix datetimev2 decimal error.

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

[doris] branch master updated: [doc]Add common errors to broker load import documentation (#10773)

2022-07-12 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 a9a08d3d0b [doc]Add common errors to broker loa

[GitHub] [doris] yiguolei merged pull request #10773: [doc]Add common errors to broker load import documentation

2022-07-12 Thread GitBox
yiguolei merged PR #10773: URL: https://github.com/apache/doris/pull/10773 -- 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][Memtable] fix core dump on int128 because not aligned by 16 byte (#10775)

2022-07-12 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 4190f7354c [Bug][Memtable] fix core dump on int

[GitHub] [doris] yiguolei merged pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
yiguolei merged PR #10775: URL: https://github.com/apache/doris/pull/10775 -- 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 #10766: [Bug] Core dump with test_create_table_with_bloom_filter

2022-07-12 Thread GitBox
yiguolei closed issue #10766: [Bug] Core dump with test_create_table_with_bloom_filter URL: https://github.com/apache/doris/issues/10766 -- 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

[doris] branch master updated: [bugfix]set IsNullPredicate to ALWAYS_NOT_NULLABLE (#10785)

2022-07-12 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 d6210edcda [bugfix]set IsNullPredicate to ALWAY

[GitHub] [doris] yiguolei closed issue #10784: [Bug][Function] DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
yiguolei closed issue #10784: [Bug][Function] DCHECK fail on is_null_pred/is_not_null_pred URL: https://github.com/apache/doris/issues/10784 -- 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 #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
yiguolei merged PR #10785: URL: https://github.com/apache/doris/pull/10785 -- 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](show data skew) Support show avg_row_count for data skew of one table (#10790)

2022-07-12 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 d278f400d4 [enhancement](show data skew) Suppor

[GitHub] [doris] yiguolei merged pull request #10790: [enhancement](show data skew) Support show avg_row_count for data skew of one table

2022-07-12 Thread GitBox
yiguolei merged PR #10790: URL: https://github.com/apache/doris/pull/10790 -- 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](singal) output git commit id when the program coredump (#10788)

2022-07-12 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 6063c0c9c8 [enhancement](singal) output git com

[GitHub] [doris] yiguolei merged pull request #10788: [enhancement](singal) output git commit id when the program coredump

2022-07-12 Thread GitBox
yiguolei merged PR #10788: URL: https://github.com/apache/doris/pull/10788 -- 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] carlvinhust2012 commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-12 Thread GitBox
carlvinhust2012 commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r919126978 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[doris] branch master updated: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry (#10787)

2022-07-12 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 89e2678f4e [improvement]Increase min_ht_mem of

[GitHub] [doris] yiguolei merged pull request #10787: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry

2022-07-12 Thread GitBox
yiguolei merged PR #10787: URL: https://github.com/apache/doris/pull/10787 -- 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] cambyzju commented on pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-12 Thread GitBox
cambyzju commented on PR #10749: URL: https://github.com/apache/doris/pull/10749#issuecomment-1181799885 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 unsubscribe

[GitHub] [doris] morrySnow commented on a diff in pull request #10786: (Refactor)[Nereids] Combine operator and plan

2022-07-12 Thread GitBox
morrySnow commented on code in PR #10786: URL: https://github.com/apache/doris/pull/10786#discussion_r918895101 ## fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundRelation.java: ## @@ -72,6 +85,16 @@ public LogicalProperties computeLogicalProperties(Plan... in

[GitHub] [doris] starocean999 opened a new pull request, #10795: VMergeIterator should use nullable info from scanner instead of schema

2022-07-12 Thread GitBox
starocean999 opened a new pull request, #10795: URL: https://github.com/apache/doris/pull/10795 # Proposed changes Issue Number: close #xxx ## Problem Summary: tpch UNIQUE key mode, q13.sql CORE for outer join temp solution, the olap scanner will set the columns which

[GitHub] [doris] github-actions[bot] commented on pull request #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10793: URL: https://github.com/apache/doris/pull/10793#issuecomment-1181739966 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 #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10793: URL: https://github.com/apache/doris/pull/10793#issuecomment-1181739918 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] Gabriel39 closed pull request #10545: [feature-wip] Optimize Decimal type

2022-07-12 Thread GitBox
Gabriel39 closed pull request #10545: [feature-wip] Optimize Decimal type URL: https://github.com/apache/doris/pull/10545 -- 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] Gabriel39 opened a new pull request, #10794: [feature-wip] Optimize Decimal type

2022-07-12 Thread GitBox
Gabriel39 opened a new pull request, #10794: URL: https://github.com/apache/doris/pull/10794 # Proposed changes Issue Number: close #10545 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (

[doris-flink-connector] branch master updated: [fix]The log does not show the problem (#48)

2022-07-12 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new bd413f2 [fix]The log does

[GitHub] [doris-flink-connector] hf200012 closed issue #47: [Bug] The log does not show the problem

2022-07-12 Thread GitBox
hf200012 closed issue #47: [Bug] The log does not show the problem URL: https://github.com/apache/doris-flink-connector/issues/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.

[GitHub] [doris-flink-connector] hf200012 merged pull request #48: [fix]The log does not show the problem

2022-07-12 Thread GitBox
hf200012 merged PR #48: URL: https://github.com/apache/doris-flink-connector/pull/48 -- 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] [doris-flink-connector] hf200012 opened a new pull request, #48: [fix]The log does not show the problem

2022-07-12 Thread GitBox
hf200012 opened a new pull request, #48: URL: https://github.com/apache/doris-flink-connector/pull/48 # Proposed changes Issue Number: close #47 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [doris-flink-connector] hf200012 opened a new issue, #47: [Bug]

2022-07-12 Thread GitBox
hf200012 opened a new issue, #47: URL: https://github.com/apache/doris-flink-connector/issues/47 ### 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

[GitHub] [doris] weizhengte commented on a diff in pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-12 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r918915222 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -202,17 +236,22 @@ public void analyze(Analyzer analyzer) throws UserException {

[GitHub] [doris] weizhengte commented on a diff in pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-12 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r918914300 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -202,17 +236,22 @@ public void analyze(Analyzer analyzer) throws UserException {

[GitHub] [doris] weizhengte commented on a diff in pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-12 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r918911492 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -122,12 +126,40 @@ public List getTables() throws AnalysisException { return tabl

[GitHub] [doris] github-actions[bot] commented on pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181698024 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 #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181697969 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 commented on pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
HappenLee commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181696283 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 unsubscrib

[GitHub] [doris] xinyiZzz commented on pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
xinyiZzz commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181695091 > yes > […](#) you can change it directly~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] SaintBacchus commented on pull request #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
SaintBacchus commented on PR #10793: URL: https://github.com/apache/doris/pull/10793#issuecomment-1181684595 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 unsubsc

[GitHub] [doris] AshinGau opened a new pull request, #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
AshinGau opened a new pull request, #10793: URL: https://github.com/apache/doris/pull/10793 ## Problem Summary: ExternalIcebergScanProvider creates empty hadoop configuration. ExternalHiveScanProvider gets wrong s3 properties. ``` MySQL [iceberg_test]> select * from test2 limit 1;

[doris] branch master updated: [enhancement](be) be asan add asan_suppr.conf to ignore known leak. (#10768)

2022-07-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 89bec9b56a [enhancement](be) be asan add asa

[GitHub] [doris] dataroaring merged pull request #10768: [enhancement](be) be asan add asan_suppr.conf to ignore known leak.

2022-07-12 Thread GitBox
dataroaring merged PR #10768: URL: https://github.com/apache/doris/pull/10768 -- 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] BiteTheDDDDt opened a new pull request, #10792: [Feature][Materialized-View] support materialized view on vectorized engine

2022-07-12 Thread GitBox
BiteThet opened a new pull request, #10792: URL: https://github.com/apache/doris/pull/10792 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] zhangstar333 commented on a diff in pull request #10296: [vectorized][udf] improvement java-udaf with group by clause

2022-07-12 Thread GitBox
zhangstar333 commented on code in PR #10296: URL: https://github.com/apache/doris/pull/10296#discussion_r918871188 ## be/src/vec/aggregate_functions/aggregate_function_java_udaf.h: ## @@ -96,6 +98,7 @@ struct AggregateJavaUdafData { ctor_params.__set_input_buffer_p

[GitHub] [doris] github-actions[bot] commented on pull request #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10785: URL: https://github.com/apache/doris/pull/10785#issuecomment-1181655059 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 #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10785: URL: https://github.com/apache/doris/pull/10785#issuecomment-1181655011 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] dataroaring merged pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-12 Thread GitBox
dataroaring merged PR #10136: URL: https://github.com/apache/doris/pull/10136 -- 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] dataroaring closed issue #10135: [Feature] Lightweight schema change of add/drop column

2022-07-12 Thread GitBox
dataroaring closed issue #10135: [Feature] Lightweight schema change of add/drop column URL: https://github.com/apache/doris/issues/10135 -- 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] HappenLee commented on a diff in pull request #10296: [vectorized][udf] improvement java-udaf with group by clause

2022-07-12 Thread GitBox
HappenLee commented on code in PR #10296: URL: https://github.com/apache/doris/pull/10296#discussion_r918867005 ## be/src/vec/aggregate_functions/aggregate_function_java_udaf.h: ## @@ -96,6 +98,7 @@ struct AggregateJavaUdafData { ctor_params.__set_input_buffer_ptrs

[GitHub] [doris] BiteTheDDDDt commented on pull request #10609: [Enhancement][Materialized-View] support unique key materialized view

2022-07-12 Thread GitBox
BiteThet commented on PR #10609: URL: https://github.com/apache/doris/pull/10609#issuecomment-1181642522 @morningman @EmmyMiao87 Hi, I fix all test, and add some regression-test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] HappenLee commented on a diff in pull request #10296: [vectorized][udf] improvement java-udaf with group by clause

2022-07-12 Thread GitBox
HappenLee commented on code in PR #10296: URL: https://github.com/apache/doris/pull/10296#discussion_r918855523 ## be/src/vec/aggregate_functions/aggregate_function_java_udaf.h: ## @@ -292,54 +316,87 @@ class AggregateJavaUdaf final } void create(AggregateDataPtr __r

[GitHub] [doris] jackwener closed issue #4839: [Bug] Create view failed

2022-07-12 Thread GitBox
jackwener closed issue #4839: [Bug] Create view failed URL: https://github.com/apache/doris/issues/4839 -- 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:

[GitHub] [doris] caoliang-web opened a new pull request, #10791: Add flink cdc to read multiple data sources sink to doris implementat…

2022-07-12 Thread GitBox
caoliang-web opened a new pull request, #10791: URL: https://github.com/apache/doris/pull/10791 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has unit tests been added: (Ye

[GitHub] [doris] chenlinzhong commented on pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-12 Thread GitBox
chenlinzhong commented on PR #10685: URL: https://github.com/apache/doris/pull/10685#issuecomment-1181604676 > please add example to docs done -- 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] github-actions[bot] commented on pull request #10789: [enhancement](singal) output fetal log to stderr

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10789: URL: https://github.com/apache/doris/pull/10789#issuecomment-1181587628 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 #10789: [enhancement](singal) output fetal log to stderr

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10789: URL: https://github.com/apache/doris/pull/10789#issuecomment-1181587577 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] hello-stephen commented on pull request #10686: [regression] update test framework and fix cases

2022-07-12 Thread GitBox
hello-stephen commented on PR #10686: URL: https://github.com/apache/doris/pull/10686#issuecomment-1181585959 > regression test exclude suite test_create_table_with_bloom_filter temporarily -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [doris] yiguolei commented on a diff in pull request #10788: [enhancement](singal) output git commit id when the program coredump

2022-07-12 Thread GitBox
yiguolei commented on code in PR #10788: URL: https://github.com/apache/doris/pull/10788#discussion_r918798102 ## be/src/common/signal_handler.h: ## @@ -254,6 +256,9 @@ void DumpTimeInfo() { formatter.AppendString(" try \"date -d @"); formatter.AppendUint64(static_cast

[GitHub] [doris] github-actions[bot] commented on pull request #10787: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10787: URL: https://github.com/apache/doris/pull/10787#issuecomment-1181576988 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 #10787: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10787: URL: https://github.com/apache/doris/pull/10787#issuecomment-1181576928 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] caiconghui opened a new pull request, #10790: [enhancement](show) Support show avg_row_count for data skew of one table

2022-07-12 Thread GitBox
caiconghui opened a new pull request, #10790: URL: https://github.com/apache/doris/pull/10790 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Y

[GitHub] [doris] BePPPower opened a new pull request, #10789: [enhancement](singal) output fetal log to stderr

2022-07-12 Thread GitBox
BePPPower opened a new pull request, #10789: URL: https://github.com/apache/doris/pull/10789 # Proposed changes Issue Number: close #xxx ## Problem Summary: output fetal log to stderr so that we can see the log in `be.out` file when be is started as a daemon. ## C

[doris] branch master updated: mem_tracker_factor_v2 (#10743)

2022-07-12 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 41f9ee2f9e mem_tracker_factor_v2 (#10743) 41f9e

[GitHub] [doris] yiguolei merged pull request #10743: [enhancement] Refactor to improve the usability of MemTracker

2022-07-12 Thread GitBox
yiguolei merged PR #10743: URL: https://github.com/apache/doris/pull/10743 -- 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

  1   2   >