[GitHub] [doris] yiguolei closed pull request #10690: Bump hibernate-validator from 5.1.0.Final to 6.0.23.Final in /fe/fe-core

2022-07-07 Thread GitBox
yiguolei closed pull request #10690: Bump hibernate-validator from 5.1.0.Final to 6.0.23.Final in /fe/fe-core URL: https://github.com/apache/doris/pull/10690 -- 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 t

[GitHub] [doris] hf200012 opened a new pull request, #10692: [refactor]broker rpc timeout configuration parameterization

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

[GitHub] [doris] deardeng opened a new pull request, #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-07 Thread GitBox
deardeng opened a new pull request, #10693: URL: https://github.com/apache/doris/pull/10693 …(FE) Co-authored-by:platonekos...@gmail.com # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Req

[GitHub] [doris] morningman closed issue #10634: [Bug] Coredump when reading the parquet file for multi-thread

2022-07-07 Thread GitBox
morningman closed issue #10634: [Bug] Coredump when reading the parquet file for multi-thread URL: https://github.com/apache/doris/issues/10634 -- 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

[doris] branch master updated (43915936b6 -> 7c330e38d9)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 43915936b6 [refactor] add evaluate_and_vec() for ComparisonPredicateBase (#10631) add 7c330e38d9 [fix](multi-

[GitHub] [doris] morningman merged pull request #10635: [Fix][multi-catalog]Fix coredump when reading the parquet file for multi-thread

2022-07-07 Thread GitBox
morningman merged PR #10635: URL: https://github.com/apache/doris/pull/10635 -- 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] github-actions[bot] commented on pull request #10392: [Enhancement][Vectorized] Use SIMD to skip batches of null data in nu…

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10392: URL: https://github.com/apache/doris/pull/10392#issuecomment-1178627057 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 #10392: [Enhancement][Vectorized] Use SIMD to skip batches of null data in nu…

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10392: URL: https://github.com/apache/doris/pull/10392#issuecomment-1178627036 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 #10663: [fix][vectorized] Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10663: URL: https://github.com/apache/doris/pull/10663#issuecomment-1177174712 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] 924060929 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
924060929 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915456668 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -114,60 +134,96 @@ public PlanFragment visit(Plan plan, PlanTr

[GitHub] [doris] yinzhijian opened a new pull request, #10670: [fix](optimizer) join reorder may cause column non-existence problem

2022-07-07 Thread GitBox
yinzhijian opened a new pull request, #10670: URL: https://github.com/apache/doris/pull/10670 # Proposed changes Issue Number: close #xxx ## Problem Summary: for example: select * from t1 inner join t2 on t1.a = t2.b inner join t3 on t3.c = t2.b; If t3 is a large ta

[GitHub] [doris] 924060929 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
924060929 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915532556 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateDisassemble.java: ## @@ -64,49 +65,69 @@ public Rule build() { Operator operat

[GitHub] [doris] 924060929 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
924060929 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915532556 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateDisassemble.java: ## @@ -64,49 +65,69 @@ public Rule build() { Operator operat

[GitHub] [doris] carlvinhust2012 opened a new pull request, #10671: [docs] fix keywords in sql-functions help documents

2022-07-07 Thread GitBox
carlvinhust2012 opened a new pull request, #10671: URL: https://github.com/apache/doris/pull/10671 # Proposed changes 1. this pr is used for fixing keywords in sql-functions help documents. Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915540173 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Add.java: ## @@ -57,6 +57,6 @@ public R accept(ExpressionVisitor visitor, C context) {

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915540665 ## fe/fe-core/src/test/java/org/apache/doris/nereids/AnalyzeSSBTest.java: ## @@ -161,10 +161,7 @@ private void executeRewriteBottomUpJob(PlannerContext plannerContext

[GitHub] [doris] github-actions[bot] commented on pull request #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10631: URL: https://github.com/apache/doris/pull/10631#issuecomment-1177187523 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 #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10631: URL: https://github.com/apache/doris/pull/10631#issuecomment-1177187550 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] 924060929 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
924060929 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915532556 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateDisassemble.java: ## @@ -64,49 +65,69 @@ public Rule build() { Operator operat

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

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

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

2022-07-07 Thread GitBox
compasses commented on code in PR #10355: URL: https://github.com/apache/doris/pull/10355#discussion_r915548760 ## be/src/exprs/function_filter.h: ## @@ -0,0 +1,43 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See

[GitHub] [doris] blysin commented on issue #8182: 增加对外部表sqlserver中nvarchar类型数据的支持

2022-07-07 Thread GitBox
blysin commented on issue #8182: URL: https://github.com/apache/doris/issues/8182#issuecomment-1177199218 请问你sqlserver外部表是怎么创建的,我这边一直创建失败,可以指导一下吗 @lahok -- 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

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915557011 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -100,8 +103,25 @@ private static Expression swapEqualToForChil

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915560690 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -114,60 +134,96 @@ public PlanFragment visit(Plan plan, PlanTr

[GitHub] [doris] lahok commented on issue #8182: 增加对外部表sqlserver中nvarchar类型数据的支持

2022-07-07 Thread GitBox
lahok commented on issue #8182: URL: https://github.com/apache/doris/issues/8182#issuecomment-1177204525 提示符就是成功。","marks":[]}]}]},{"type":"block","id":"2kwC-1645432781013","name":"code-line","data":{},"nodes":[{"type":"text","id":"kL1M-1645432781013","leaves":[{"text":"","marks":[]}]}]},{"t

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915563444 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateDisassemble.java: ## @@ -64,49 +65,69 @@ public Rule build() { Operator operat

[GitHub] [doris] yangzhg commented on pull request #10670: [fix](optimizer) join reorder may cause column non-existence problem

2022-07-07 Thread GitBox
yangzhg commented on PR #10670: URL: https://github.com/apache/doris/pull/10670#issuecomment-1177207309 you need to create an issue -- 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 co

[GitHub] [doris] github-actions[bot] commented on pull request #10670: [fix](optimizer) join reorder may cause column non-existence problem

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10670: URL: https://github.com/apache/doris/pull/10670#issuecomment-1177207598 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 #10670: [fix](optimizer) join reorder may cause column non-existence problem

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10670: URL: https://github.com/apache/doris/pull/10670#issuecomment-1177207617 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] 924060929 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
924060929 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915575646 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateDisassemble.java: ## @@ -64,49 +65,69 @@ public Rule build() { Operator operat

[GitHub] [doris] k-i-d-d commented on pull request #10669: [fix] Fix Runtime Filter support equivalent slot of outer join

2022-07-07 Thread GitBox
k-i-d-d commented on PR #10669: URL: https://github.com/apache/doris/pull/10669#issuecomment-1177220655 > Add test cases please. ok, i will add ut directly to master branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] adonis0147 opened a new pull request, #10672: [refactor](nereids) Refine some code snippets

2022-07-07 Thread GitBox
adonis0147 opened a new pull request, #10672: URL: https://github.com/apache/doris/pull/10672 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem Summary: Refine some code snippets: 1. Rename: ExpressionUtils::add -> ExpressionUtils::and 2. Reduce temporary o

[GitHub] [doris] cambyzju opened a new pull request, #10673: [feature-wip](array-type) explode support more sub types

2022-07-07 Thread GitBox
cambyzju opened a new pull request, #10673: URL: https://github.com/apache/doris/pull/10673 # Proposed changes Issue Number: close #10052 ## Problem Summary: refractor explode and explode_outer: 1. support more sub types; 2. support nullable elements of array;

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r915560690 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -114,60 +134,96 @@ public PlanFragment visit(Plan plan, PlanTr

[GitHub] [doris] github-actions[bot] commented on pull request #10671: [docs] fix keywords in sql-functions help documents

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10671: URL: https://github.com/apache/doris/pull/10671#issuecomment-1177255204 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 #10671: [docs] fix keywords in sql-functions help documents

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10671: URL: https://github.com/apache/doris/pull/10671#issuecomment-1177255253 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] yinzhijian opened a new issue, #10674: [Bug] join reorder may cause column non-existence problem

2022-07-07 Thread GitBox
yinzhijian opened a new issue, #10674: URL: https://github.com/apache/doris/issues/10674 ### 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 pull request #10606: [feature-wip](array-type) add agg function collect_list and collect_set

2022-07-07 Thread GitBox
cambyzju commented on PR #10606: URL: https://github.com/apache/doris/pull/10606#issuecomment-1177289851 update regression-test output, because the output format for type ARRAY have changed in pr10498. https://github.com/apache/doris/pull/10498 -- This is an automated message from

[GitHub] [doris] luozenglin opened a new pull request, #10675: [fix] fix opentelemetry-cpp enable o3 optimization will core.

2022-07-07 Thread GitBox
luozenglin opened a new pull request, #10675: URL: https://github.com/apache/doris/pull/10675 # 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] luozenglin closed pull request #9608: [Feature] Introducing OpenTelemetry to improve the observability of Doris.

2022-07-07 Thread GitBox
luozenglin closed pull request #9608: [Feature] Introducing OpenTelemetry to improve the observability of Doris. URL: https://github.com/apache/doris/pull/9608 -- 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] yiguolei commented on a diff in pull request #10611: [BUG] fix core dump caused by runtime filter

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10611: URL: https://github.com/apache/doris/pull/10611#discussion_r915666333 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -462,6 +462,9 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) { vexprs.clear();

[GitHub] [doris] morningman opened a new pull request, #10676: [hotfix](dev-1.0.1) Avoid VecNotImplementException for create view operation

2022-07-07 Thread GitBox
morningman opened a new pull request, #10676: URL: https://github.com/apache/doris/pull/10676 # Proposed changes Issue Number: close #xxx ## Problem Summary: Temporarily set enable_vectorization_engine to false to avoid VecNotImplementException when creating view.

[GitHub] [doris] zhengshiJ opened a new pull request, #10678: print explain

2022-07-07 Thread GitBox
zhengshiJ opened a new pull request, #10678: URL: https://github.com/apache/doris/pull/10678 # Proposed changes Physical sort: * 1. Build sortInfo *There are two types of slotRef: *one is generated by the previous node, collectively called old. *

[GitHub] [doris] adonis0147 opened a new pull request, #10677: [enhancement] Support building thirdparty on macOS

2022-07-07 Thread GitBox
adonis0147 opened a new pull request, #10677: URL: https://github.com/apache/doris/pull/10677 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem Summary: Usage: DORIS_TOOLCHAIN=clang ./build-thirdparty.sh ## Checklist(Required) 1. Does it affect t

[GitHub] [doris] jackwener opened a new pull request, #10679: [feature](Nereids): hashCode(), equals() and UT.

2022-07-07 Thread GitBox
jackwener opened a new pull request, #10679: URL: https://github.com/apache/doris/pull/10679 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add hashCode(), equals() for operator. Add basic UT for them(need more detail test). ## Checklist(Req

[GitHub] [doris] SaintBacchus commented on pull request #10677: [enhancement] Support building thirdparty on macOS

2022-07-07 Thread GitBox
SaintBacchus commented on PR #10677: URL: https://github.com/apache/doris/pull/10677#issuecomment-1177352036 :+1: :+1: :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[doris] branch master updated: [action](Nereids): add label auto for nereids UT. (#10665)

2022-07-07 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 f03335d61d [action](Nereids): add label auto fo

[GitHub] [doris] yiguolei merged pull request #10665: [action](Nereids): add label auto for nereids UT.

2022-07-07 Thread GitBox
yiguolei merged PR #10665: URL: https://github.com/apache/doris/pull/10665 -- 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] 01/01: [tmpfix] runtime filter and slot id

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 519dba0d102e9592922e161187ccb1ea28a05478 Author: morningman AuthorDate: Thu Jul 7 18:45:15 2022 +0800

[doris] branch dev-1.0.1-v20220707 created (now 519dba0d10)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git at 519dba0d10 [tmpfix] runtime filter and slot id This branch includes the following new commits:

[doris] branch dev-1.0.1 updated: [hotfix](dev-1.0.1) Avoid VecNotImplementException for create view operation (#10676)

2022-07-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new d56a32944b [hotfix](dev-1.0.1) Avoid VecN

[GitHub] [doris] myfjdthink commented on issue #10452: [Feature] Doris support read iceberg table on google cloud storage

2022-07-07 Thread GitBox
myfjdthink commented on issue #10452: URL: https://github.com/apache/doris/issues/10452#issuecomment-1177395118 I try to fix this issue this is the [changed files](https://github.com/apache/doris/compare/1.1.0-preview2...myfjdthink:feat-support-iceberg-on-gcs?expand=1) Iceberg 0.12

[GitHub] [doris] yiguolei merged pull request #10676: [hotfix](dev-1.0.1) Avoid VecNotImplementException for create view operation

2022-07-07 Thread GitBox
yiguolei merged PR #10676: URL: https://github.com/apache/doris/pull/10676 -- 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] SWJTU-ZhangLei opened a new issue, #10680: [Bug] (brpc) asan brpc mem leak

2022-07-07 Thread GitBox
SWJTU-ZhangLei opened a new issue, #10680: URL: https://github.com/apache/doris/issues/10680 ### 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 [zhang

[GitHub] [doris] wsjz commented on pull request #10512: [feature] (vectorization)parquet push down support

2022-07-07 Thread GitBox
wsjz commented on PR #10512: URL: https://github.com/apache/doris/pull/10512#issuecomment-1177470187 TPCH sql completed in be.conf enable: parquet_predicate_push_down=true -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] github-actions[bot] commented on pull request #10656: [ut](array-type) add some case for array type in block_test

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10656: URL: https://github.com/apache/doris/pull/10656#issuecomment-1177490080 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 #10656: [ut](array-type) add some case for array type in block_test

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10656: URL: https://github.com/apache/doris/pull/10656#issuecomment-1177490129 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, #10682: [doc](*): polish the fe-ide-dev

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

[GitHub] [doris] github-actions[bot] commented on pull request #10635: [Fix][multi-catalog]Fix coredump when reading the parquet file for multi-thread

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10635: URL: https://github.com/apache/doris/pull/10635#issuecomment-1177527285 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] chenlinzhong opened a new issue, #10683: [UDAF] Vectorization support remote udaf function

2022-07-07 Thread GitBox
chenlinzhong opened a new issue, #10683: URL: https://github.com/apache/doris/issues/10683 ### 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 1.vec

[GitHub] [doris] morrySnow commented on a diff in pull request #10679: [feature](Nereids): hashCode(), equals() and UT.

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10679: URL: https://github.com/apache/doris/pull/10679#discussion_r915822237 ## fe/fe-core/src/test/java/org/apache/doris/nereids/operators/EqualsTest.java: ## @@ -0,0 +1,106 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] Lchangliang opened a new pull request, #10684: [BugFix] Column datas doesn't match nullmap when vectorization load

2022-07-07 Thread GitBox
Lchangliang opened a new pull request, #10684: URL: https://github.com/apache/doris/pull/10684 # Proposed changes Issue Number: close #xxx ## Problem Summary: In ``` SegmentWriter::append_block(const vectorized::Block* block, size_t row_pos, size_t num_rows) ```,

[GitHub] [doris] chenlinzhong opened a new pull request, #10685: [UDAF] Vectorization support remote udaf function #10683

2022-07-07 Thread GitBox
chenlinzhong opened a new pull request, #10685: URL: https://github.com/apache/doris/pull/10685 # Proposed changes Issue Number: close #10683 ## Problem Summary: Currently, vectorized udaf can only be implemented locally based on c++ or Java. There are some problems need to

[GitHub] [doris] github-actions[bot] commented on pull request #10684: [BugFix] Column datas doesn't match nullmap when vectorization load

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10684: URL: https://github.com/apache/doris/pull/10684#issuecomment-1177580998 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 opened a new pull request, #10686: [regression] add test ssb_sf1 tpcds_sf1 tpch_sf1

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

[GitHub] [doris] github-actions[bot] commented on pull request #10684: [BugFix] Column datas doesn't match nullmap when vectorization load

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10684: URL: https://github.com/apache/doris/pull/10684#issuecomment-1177581040 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] liaoxin01 opened a new pull request, #10687: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
liaoxin01 opened a new pull request, #10687: URL: https://github.com/apache/doris/pull/10687 # 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] liaoxin01 closed pull request #10687: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
liaoxin01 closed pull request #10687: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type URL: https://github.com/apache/doris/pull/10687 -- 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 spe

[GitHub] [doris] BiteTheDDDDt commented on pull request #10687: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
BiteThet commented on PR #10687: URL: https://github.com/apache/doris/pull/10687#issuecomment-1177589546 Maybe we should notice whether have same problems at `bloom filter` or `min max` -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] github-actions[bot] commented on pull request #10687: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10687: URL: https://github.com/apache/doris/pull/10687#issuecomment-1177600667 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 #10687: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10687: URL: https://github.com/apache/doris/pull/10687#issuecomment-1177600715 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 #10624: [enhancement]: remove redundant field.

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10624: URL: https://github.com/apache/doris/pull/10624#issuecomment-1177648449 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 #10624: [enhancement]: remove redundant field.

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10624: URL: https://github.com/apache/doris/pull/10624#issuecomment-1177648508 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 pull request, #10688: [Enhancement]: Compatibility_mysql now, curtime, current_time, current_timestamp, localtime, localtimestamp, utc_timestamp

2022-07-07 Thread GitBox
stalary opened a new pull request, #10688: URL: https://github.com/apache/doris/pull/10688 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/10350 ## Problem Summary: Compatibility_mysql now, curtime, current_time, current_timestamp, localtime, lo

[doris] branch master updated: [fix][vectorized] Fix bug of VInPredicate on date type (#10663)

2022-07-07 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 c583d3e27c [fix][vectorized] Fix bug of VInPred

[GitHub] [doris] yiguolei closed issue #10662: [Bug] [Vectorized] Wrong result when in predicate used on date type

2022-07-07 Thread GitBox
yiguolei closed issue #10662: [Bug] [Vectorized] Wrong result when in predicate used on date type URL: https://github.com/apache/doris/issues/10662 -- 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 t

[GitHub] [doris] dataroaring opened a new pull request, #10689: fix stop_be.sh introduced by bff561c

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

[GitHub] [doris] yiguolei merged pull request #10663: [fix][vectorized] Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
yiguolei merged PR #10663: URL: https://github.com/apache/doris/pull/10663 -- 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] EmmyMiao87 closed issue #10616: [Enhancement] There redundant field in TSortNode.

2022-07-07 Thread GitBox
EmmyMiao87 closed issue #10616: [Enhancement] There redundant field in TSortNode. URL: https://github.com/apache/doris/issues/10616 -- 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 (c583d3e27c -> 3ce9e7cfca)

2022-07-07 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c583d3e27c [fix][vectorized] Fix bug of VInPredicate on date type (#10663) add 3ce9e7cfca [enhance](planner): r

[GitHub] [doris] EmmyMiao87 merged pull request #10624: [enhancement]: remove redundant field.

2022-07-07 Thread GitBox
EmmyMiao87 merged PR #10624: URL: https://github.com/apache/doris/pull/10624 -- 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] 01/01: [tmpfix] runtime filter and slot id

2022-07-07 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 8190c78e53c2a6b0d548fbc7040755811add09ad Author: EmmyMiao87 <522274...@qq.com> AuthorDate: Thu Jul 7 22:59:

[doris] branch dev-1.0.1-v20220707 updated (519dba0d10 -> 8190c78e53)

2022-07-07 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git discard 519dba0d10 [tmpfix] runtime filter and slot id new 8190c78e53 [tmpfix] runtime filter and slot id

[GitHub] [doris] jackwener closed pull request #10679: [feature](Nereids): hashCode(), equals() and UT for operator.

2022-07-07 Thread GitBox
jackwener closed pull request #10679: [feature](Nereids): hashCode(), equals() and UT for operator. URL: https://github.com/apache/doris/pull/10679 -- 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

[GitHub] [doris] adonis0147 commented on a diff in pull request #10689: fix stop_be.sh introduced by bff561c

2022-07-07 Thread GitBox
adonis0147 commented on code in PR #10689: URL: https://github.com/apache/doris/pull/10689#discussion_r916018415 ## bin/stop_be.sh: ## @@ -23,7 +23,7 @@ export DORIS_HOME=`cd "$curdir/.."; pwd` export PID_DIR=`cd "$curdir"; pwd` signum=9 -if [ $1 = "--grace" ]; then +if [ "x

[GitHub] [doris] adonis0147 commented on a diff in pull request #10689: fix stop_be.sh introduced by bff561c

2022-07-07 Thread GitBox
adonis0147 commented on code in PR #10689: URL: https://github.com/apache/doris/pull/10689#discussion_r916018415 ## bin/stop_be.sh: ## @@ -23,7 +23,7 @@ export DORIS_HOME=`cd "$curdir/.."; pwd` export PID_DIR=`cd "$curdir"; pwd` signum=9 -if [ $1 = "--grace" ]; then +if [ "x

[GitHub] [doris] morningman commented on a diff in pull request #10512: [feature] (vectorization)parquet push down support

2022-07-07 Thread GitBox
morningman commented on code in PR #10512: URL: https://github.com/apache/doris/pull/10512#discussion_r911231300 ## be/src/vec/exec/file_scan_node.cpp: ## @@ -315,6 +315,7 @@ std::unique_ptr FileScanNode::create_scanner(const TFileScanRange& scan = new FileTextScanner(

[GitHub] [doris] morningman commented on a diff in pull request #10512: [feature] (vectorization)parquet push down support

2022-07-07 Thread GitBox
morningman commented on code in PR #10512: URL: https://github.com/apache/doris/pull/10512#discussion_r916052685 ## be/src/exec/arrow/parquet_reader.cpp: ## @@ -239,8 +240,32 @@ Status ParquetReaderWrap::handle_timestamp(const std::shared_ptrhttp://www.apache.org/licenses/LICEN

[GitHub] [doris] morningman commented on pull request #10548: [WIP](unique-key-merge-on-write) Add delete bitmap for DSIP-018

2022-07-07 Thread GitBox
morningman commented on PR #10548: URL: https://github.com/apache/doris/pull/10548#issuecomment-1177924418 hi @compiletheworld , please fix the BE code format -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [doris] github-actions[bot] commented on pull request #10548: [WIP](unique-key-merge-on-write) Add delete bitmap for DSIP-018

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10548: URL: https://github.com/apache/doris/pull/10548#issuecomment-1177924816 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] dependabot[bot] opened a new pull request, #10690: Bump hibernate-validator from 5.1.0.Final to 6.0.23.Final in /fe/fe-core

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #10690: URL: https://github.com/apache/doris/pull/10690 Bumps hibernate-validator from 5.1.0.Final to 6.0.23.Final. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.

[doris] branch dependabot/maven/fe/fe-core/org.hibernate-hibernate-validator-6.0.23.Final created (now d49a248771)

2022-07-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/fe/fe-core/org.hibernate-hibernate-validator-6.0.23.Final in repository https://gitbox.apache.org/repos/asf/doris.git at d49a248771 Bump hibernate-validator from 5.1.0

[doris] branch dev-1.0.1 updated: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type (#10687)

2022-07-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new dd27acc22a [hotfix](dev-1.0.1) Fix bug of

[GitHub] [doris] yiguolei merged pull request #10687: [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type

2022-07-07 Thread GitBox
yiguolei merged PR #10687: URL: https://github.com/apache/doris/pull/10687 -- 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 #10633: [enhancement] improve performance of week() and yearweek()

2022-07-07 Thread GitBox
yiguolei merged PR #10633: URL: https://github.com/apache/doris/pull/10633 -- 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 #10610: [Bug] core dump caused by runtime filters

2022-07-07 Thread GitBox
yiguolei closed issue #10610: [Bug] core dump caused by runtime filters URL: https://github.com/apache/doris/issues/10610 -- 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] yiguolei merged pull request #10611: [BUG] fix core dump caused by runtime filter

2022-07-07 Thread GitBox
yiguolei merged PR #10611: URL: https://github.com/apache/doris/pull/10611 -- 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] fix core dump caused by runtime filter (#10611)

2022-07-07 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 03296aedd5 [BUG] fix core dump caused by runtim

[GitHub] [doris] morningman commented on pull request #10686: [regression] add test ssb_sf1 tpcds_sf1 tpch_sf1

2022-07-07 Thread GitBox
morningman commented on PR #10686: URL: https://github.com/apache/doris/pull/10686#issuecomment-1178414478 Have you tested that how long it takes to run? with 16c 64g single node BE? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [doris] morningman merged pull request #10602: [feature-wip](multi-catalog)(fix) federation query failed

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

<    1   2   3   >