[GitHub] [doris] yiguolei merged pull request #11022: [fix](config) Fix uninitialized config validator

2022-07-25 Thread GitBox
yiguolei merged PR #11022: URL: https://github.com/apache/doris/pull/11022 -- 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](config) Fix uninitialized config validator (#11022)

2022-07-25 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 0d50a658f5 [fix](config) Fix uninitialized conf

[GitHub] [doris] stalary commented on issue #11151: [Bug] Unknown system variable 'default_storage_engine'.

2022-07-25 Thread GitBox
stalary commented on issue #11151: URL: https://github.com/apache/doris/issues/11151#issuecomment-1193668647 At Master, I have fixed this problem. https://github.com/apache/doris/pull/10143 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] stalary commented on issue #11127: [Bug] query odbc table error when set enable_vectorized_engine to true

2022-07-25 Thread GitBox
stalary commented on issue #11127: URL: https://github.com/apache/doris/issues/11127#issuecomment-1193670254 @shutao917 https://github.com/apache/doris/pull/11096 has been fixed, please wait for 1.1.1 release. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [doris] stalary commented on issue #11119: [Bug] column miss

2022-07-25 Thread GitBox
stalary commented on issue #9: URL: https://github.com/apache/doris/issues/9#issuecomment-1193673733 > > 暂时不支持通过这种方式获取KEY信息。可以先实现`desc table`。 > > 因为我这边是整库同步场景,想要获取所有表的元数据信息,这种情况下批量使用`information_schema.columns`更加方便一些。建议之后的版本可以加一下,不至于每个表都去做一个http请求或者去desc table。 I will

[GitHub] [doris] wangshuo128 opened a new pull request, #11171: [Refactor](Nereids) Move analysis logic to dedicated class `NereidsAnalyzer`.

2022-07-25 Thread GitBox
wangshuo128 opened a new pull request, #11171: URL: https://github.com/apache/doris/pull/11171 # Proposed changes This PR proposes to move the analysis logic to the dedicated class `NereidsAnalyzer`, which has the following benefits: 1. Unify the analysis logic in production and t

[GitHub] [doris] luozenglin commented on a diff in pull request #10864: [tracing] Support opentelemtry collector.

2022-07-25 Thread GitBox
luozenglin commented on code in PR #10864: URL: https://github.com/apache/doris/pull/10864#discussion_r928553400 ## be/src/util/telemetry/telemetry.cpp: ## @@ -34,16 +35,24 @@ namespace trace_sdk = opentelemetry::sdk::trace; namespace zipkin = opentelemetry::exporter::zipkin;

[GitHub] [doris] HappenLee opened a new issue, #11172: [Bug] [ArrayLoad] ["abc"] load in array string column by json get the error result

2022-07-25 Thread GitBox
HappenLee opened a new issue, #11172: URL: https://github.com/apache/doris/issues/11172 ### 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] HappenLee opened a new pull request, #11173: [RegressionTest][Array] Fix the bug of regression of array test:

2022-07-25 Thread GitBox
HappenLee opened a new pull request, #11173: URL: https://github.com/apache/doris/pull/11173 1. [] do not have a proper array nested type, cause BE coredump 2. [abc] or ['abc'] load by vectorized load get error result # Proposed changes Issue Number: close #11172 ## Pr

[GitHub] [doris] Gabriel39 commented on a diff in pull request #11017: [enhancement][Storage] refactor create predicate

2022-07-25 Thread GitBox
Gabriel39 commented on code in PR #11017: URL: https://github.com/apache/doris/pull/11017#discussion_r928547367 ## be/src/olap/predicate_creator.h: ## @@ -0,0 +1,263 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] englefly commented on a diff in pull request #11162: [feature] (Nereids) add rule to push down predicate through aggregate

2022-07-25 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928575300 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] github-actions[bot] commented on pull request #11168: [bugfix] fix ASAN error alloc-dealloc-mismatch

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11168: URL: https://github.com/apache/doris/pull/11168#issuecomment-1193714222 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] cambyzju commented on pull request #11173: [RegressionTest][Array] Fix the bug of regression of array test:

2022-07-25 Thread GitBox
cambyzju commented on PR #11173: URL: https://github.com/apache/doris/pull/11173#issuecomment-1193714285 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] github-actions[bot] commented on pull request #11168: [bugfix] fix ASAN error alloc-dealloc-mismatch

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11168: URL: https://github.com/apache/doris/pull/11168#issuecomment-1193714266 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] englefly commented on a diff in pull request #11162: [feature] (Nereids) add rule to push down predicate through aggregate

2022-07-25 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928577324 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] 924060929 commented on pull request #9745: [enhancement] (planner) change Doris's query organization syntax to standard sql

2022-07-25 Thread GitBox
924060929 commented on PR #9745: URL: https://github.com/apache/doris/pull/9745#issuecomment-1193715201 please add a ut that will throw exception when exist order/limit clause in select statement with union ```sql select id from a limit 10 union select id from b ``` -- This is an

[GitHub] [doris] mrhhsg opened a new pull request, #11174: [regression-test]Add order-by to test_bitmap_function

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

[GitHub] [doris] englefly commented on a diff in pull request #11162: [feature] (Nereids) add rule to push down predicate through aggregate

2022-07-25 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928578590 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] englefly commented on a diff in pull request #11162: [feature] (Nereids) add rule to push down predicate through aggregate

2022-07-25 Thread GitBox
englefly commented on code in PR #11162: URL: https://github.com/apache/doris/pull/11162#discussion_r928579440 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwar

[GitHub] [doris] mrhhsg opened a new pull request, #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
mrhhsg opened a new pull request, #11175: URL: https://github.com/apache/doris/pull/11175 # Proposed changes Issue Number: close #xxx ## Problem Summary: After some testing on clickbench, it was proved phmap has a performance improvement for aggregation with numeric key.

svn commit: r55938 - /dev/doris/KEYS

2022-07-25 Thread yiguolei
Author: yiguolei Date: Mon Jul 25 08:12:00 2022 New Revision: 55938 Log: update keys Modified: dev/doris/KEYS Modified: dev/doris/KEYS == --- dev/doris/KEYS (original) +++ dev/doris/KEYS Mon Jul 25 08:12:00 2022 @@ -

[GitHub] [doris] adonis0147 opened a new issue, #11176: [Bug](fe-ut) UT failed when test cases in package

2022-07-25 Thread GitBox
adonis0147 opened a new issue, #11176: URL: https://github.com/apache/doris/issues/11176 ### 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] adonis0147 opened a new pull request, #11177: [Bug](fe-ut) Fix UT when test cases in package

2022-07-25 Thread GitBox
adonis0147 opened a new pull request, #11177: URL: https://github.com/apache/doris/pull/11177 # Proposed changes Issue Number: close #11176 ## Problem Summary: Fix UT when test cases in package ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] Gabriel39 opened a new pull request, #11178: [UT] Fix invalid datetimev2 partition value in UT

2022-07-25 Thread GitBox
Gabriel39 opened a new pull request, #11178: URL: https://github.com/apache/doris/pull/11178 # 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] Kikyou1997 opened a new pull request, #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
Kikyou1997 opened a new pull request, #11179: URL: https://github.com/apache/doris/pull/11179 # Proposed changes Issue Number: noissue ## Problem Summary: Implement a visitor to derive stats for each operator which would be used for CBO. ## Checklist(Required)

svn commit: r55939 - /release/doris/KEYS

2022-07-25 Thread morningman
Author: morningman Date: Mon Jul 25 08:33:37 2022 New Revision: 55939 Log: update doris keys, add yiguolei Modified: release/doris/KEYS Modified: release/doris/KEYS == --- release/doris/KEYS (original) +++ release/do

[GitHub] [doris] carlvinhust2012 commented on pull request #11046: [feature-wip][multi-catalog] Support orc format file split for file scan node

2022-07-25 Thread GitBox
carlvinhust2012 commented on PR #11046: URL: https://github.com/apache/doris/pull/11046#issuecomment-1193773724 > Compile error: > > ``` > /root/doris/be/src/exec/arrow/orc_reader.cpp:62:32: error: 'class arrow::adapters::orc::ORCFileReader' has no member named 'GetRawORCReader'

[GitHub] [doris] awakeljw opened a new pull request, #11180: fix runtimefilter access violation when stub is nullptr

2022-07-25 Thread GitBox
awakeljw opened a new pull request, #11180: URL: https://github.com/apache/doris/pull/11180 # Proposed changes Issue Number: close #xxx ## Problem Summary: when stub is nullptr, rpc_contexts will pop_back, so next access rpc_contexts will be violation. ## Checklis

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11129: [feature](nereids) Add subquery expression and In expression and TPCH…

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11129: URL: https://github.com/apache/doris/pull/11129#discussion_r928634234 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ExpressionVisitor.java: ## @@ -205,6 +208,18 @@ public R visitCaseWhen(CaseWhen caseWh

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11129: [feature](nereids) Add subquery expression and In expression and TPCH…

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11129: URL: https://github.com/apache/doris/pull/11129#discussion_r928638136 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/SubqueryExpr.java: ## @@ -0,0 +1,128 @@ +// Licensed to the Apache Software Foundation (ASF) u

[doris-website] branch master updated: fix

2022-07-25 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 3cbdaeea44c fix 3cbdaeea44c is desc

[GitHub] [doris] Kikyou1997 opened a new pull request, #11181: [Regression] Add tpch plan check

2022-07-25 Thread GitBox
Kikyou1997 opened a new pull request, #11181: URL: https://github.com/apache/doris/pull/11181 # Proposed changes Issue Number: noissue ## Problem Summary: Add plan check for tpch so that we can sense any changes to the final plan opportunely. ## Checklist(Requ

[doris-website] branch master updated: fix

2022-07-25 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 62f4d7a563e fix 62f4d7a563e is desc

[doris] branch master updated: [bugfix] fix coredump caused by wrong type cast of OlapScanNode (#11165)

2022-07-25 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 00e2944102 [bugfix] fix coredump caused by wron

[GitHub] [doris] yiguolei merged pull request #11165: [bugfix] fix coredump caused by wrong type cast of OlapScanNode

2022-07-25 Thread GitBox
yiguolei merged PR #11165: URL: https://github.com/apache/doris/pull/11165 -- 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] zhengshiJ commented on a diff in pull request #11129: [feature](nereids) Add subquery expression and In expression and TPCH…

2022-07-25 Thread GitBox
zhengshiJ commented on code in PR #11129: URL: https://github.com/apache/doris/pull/11129#discussion_r928687432 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Exists.java: ## @@ -0,0 +1,87 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] zhengshiJ commented on a diff in pull request #11129: [feature](nereids) Add subquery expression and In expression and TPCH…

2022-07-25 Thread GitBox
zhengshiJ commented on code in PR #11129: URL: https://github.com/apache/doris/pull/11129#discussion_r928687702 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ExpressionVisitor.java: ## @@ -205,6 +208,18 @@ public R visitCaseWhen(CaseWhen caseWhen

[GitHub] [doris] yiguolei commented on pull request #11173: [RegressionTest][Array] Fix the bug of regression of array test:

2022-07-25 Thread GitBox
yiguolei commented on PR #11173: URL: https://github.com/apache/doris/pull/11173#issuecomment-1193851644 Fast merge it to fix the build pipeline. -- 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] yiguolei merged pull request #11173: [RegressionTest][Array] Fix the bug of regression of array test:

2022-07-25 Thread GitBox
yiguolei merged PR #11173: URL: https://github.com/apache/doris/pull/11173 -- 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: [RegressionTest][Array] Fix the bug of regression of array test: (#11173)

2022-07-25 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 a9fc078b55 [RegressionTest][Array] Fix the bug

[GitHub] [doris] yiguolei closed issue #11172: [Bug] [ArrayLoad] ["abc"] load in array string column by json get the error result

2022-07-25 Thread GitBox
yiguolei closed issue #11172: [Bug] [ArrayLoad] ["abc"] load in array string column by json get the error result URL: https://github.com/apache/doris/issues/11172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [doris] starocean999 opened a new pull request, #11182: always copy data to agg status

2022-07-25 Thread GitBox
starocean999 opened a new pull request, #11182: URL: https://github.com/apache/doris/pull/11182 # Proposed changes Issue Number: close (https://github.com/apache/doris/issues/5) ## Problem Summary: The agg data should always be copided instead of keep a column ptr + r

[GitHub] [doris] yiguolei commented on pull request #11168: [bugfix] fix ASAN error alloc-dealloc-mismatch

2022-07-25 Thread GitBox
yiguolei commented on PR #11168: URL: https://github.com/apache/doris/pull/11168#issuecomment-1193852105 Fast merge it to fix build pipeline. -- 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 s

[GitHub] [doris] yiguolei closed issue #11167: [Bug] alloc-dealloc-mismatch error when running tpcds sql

2022-07-25 Thread GitBox
yiguolei closed issue #11167: [Bug] alloc-dealloc-mismatch error when running tpcds sql URL: https://github.com/apache/doris/issues/11167 -- 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] yiguolei merged pull request #11168: [bugfix] fix ASAN error alloc-dealloc-mismatch

2022-07-25 Thread GitBox
yiguolei merged PR #11168: URL: https://github.com/apache/doris/pull/11168 -- 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: [bugfix] fix ASAN error alloc-dealloc-mismatch (#11168)

2022-07-25 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 37dff975a7 [bugfix] fix ASAN error alloc-deallo

[GitHub] [doris] yiguolei closed issue #11147: [Bug] (be-ut) TestTimestampedVersionTracker failed in different time zone

2022-07-25 Thread GitBox
yiguolei closed issue #11147: [Bug] (be-ut) TestTimestampedVersionTracker failed in different time zone URL: https://github.com/apache/doris/issues/11147 -- 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 #11148: [Bug](be-ut) Fix the timezone dependency in UT

2022-07-25 Thread GitBox
yiguolei merged PR #11148: URL: https://github.com/apache/doris/pull/11148 -- 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](be-ut) Fix the timezone dependency in UT (#11148)

2022-07-25 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 bbe08b34ba [Bug](be-ut) Fix the timezone depend

[GitHub] [doris] hello-stephen opened a new pull request, #11183: [opt] stop script opt

2022-07-25 Thread GitBox
hello-stephen opened a new pull request, #11183: URL: https://github.com/apache/doris/pull/11183 # Proposed changes Issue Number: close #xxx ## Problem Summary: opt stop scripts and add more helpful info. In the situation that FE or BE is started by user A but user B

[GitHub] [doris] yiguolei commented on pull request #11174: [regression-test]Add order-by to test_bitmap_function

2022-07-25 Thread GitBox
yiguolei commented on PR #11174: URL: https://github.com/apache/doris/pull/11174#issuecomment-1193862016 Fast merge it to pass build pipeline. -- 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

[GitHub] [doris] yiguolei merged pull request #11174: [regression-test]Add order-by to test_bitmap_function

2022-07-25 Thread GitBox
yiguolei merged PR #11174: URL: https://github.com/apache/doris/pull/11174 -- 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: [regression-test]Add order-by to test_bitmap_function (#11174)

2022-07-25 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 9ec8e732ae [regression-test]Add order-by to tes

svn commit: r55940 - /dev/doris/1.1.1-rc03/

2022-07-25 Thread yiguolei
Author: yiguolei Date: Mon Jul 25 10:34:55 2022 New Revision: 55940 Log: 1.1.1 rc03 Added: dev/doris/1.1.1-rc03/ dev/doris/1.1.1-rc03/apache-doris-1.1.1-bin-arm.tar.gz (with props) dev/doris/1.1.1-rc03/apache-doris-1.1.1-bin-arm.tar.gz.asc (with props) dev/doris/1.1.1-rc03/apa

[GitHub] [doris] wangbo commented on pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
wangbo commented on PR #11175: URL: https://github.com/apache/doris/pull/11175#issuecomment-1193887197 Can string type in serialized key can use this optimization? -- 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] wangbo commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
wangbo commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r928739166 ## be/src/vec/exec/vaggregation_node.h: ## @@ -157,7 +157,7 @@ struct AggregationMethodStringNoCache { /// For the case where there is one numeric key. /// FieldType

[GitHub] [doris] github-actions[bot] commented on pull request #11164: [Bug]Fix select command denied for user for specified table

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11164: URL: https://github.com/apache/doris/pull/11164#issuecomment-1193914900 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 #11164: [Bug]Fix select command denied for user for specified table

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11164: URL: https://github.com/apache/doris/pull/11164#issuecomment-1193914866 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] ByteYue opened a new pull request, #11184: Fix alter column

2022-07-25 Thread GitBox
ByteYue opened a new pull request, #11184: URL: https://github.com/apache/doris/pull/11184 # Proposed changes Issue Number: close #11143 ## Problem Summary: Add indexSchema to light schema change job to make show alter table return the correct job progress message.

[GitHub] [doris-flink-connector] hf200012 merged pull request #50: [Bug] Solve the exception caused by MaxRetries = 0

2022-07-25 Thread GitBox
hf200012 merged PR #50: URL: https://github.com/apache/doris-flink-connector/pull/50 -- 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-flink-connector] branch master updated: Solve the exception caused by MaxRetries = 0 (#50)

2022-07-25 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 0b47e8a Solve the excepti

[GitHub] [doris] BiteTheDDDDt commented on pull request #11182: always copy data to agg status

2022-07-25 Thread GitBox
BiteThet commented on PR #11182: URL: https://github.com/apache/doris/pull/11182#issuecomment-1193933709 It looks like this pr modifies the behavior of the `load`/`window function`/`reader` related functions. I only see errors about `load` and `window functions` in #5, Then maybe

[GitHub] [doris] wangbo commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
wangbo commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r928786365 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -208,20 +229,36 @@ void AggregationNode::_init_hash_method(std::vector& probe_exprs) if (use_fixed_key) {

[GitHub] [doris] SaintBacchus commented on pull request #11046: [feature-wip][multi-catalog] Support orc format file split for file scan node

2022-07-25 Thread GitBox
SaintBacchus commented on PR #11046: URL: https://github.com/apache/doris/pull/11046#issuecomment-1193956936 @carlvinhust2012 Yes, please use the latest docker image to compile it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] chenlinzhong commented on a diff in pull request #11132: [UDAF](sample) impl rpc avg udaf

2022-07-25 Thread GitBox
chenlinzhong commented on code in PR #11132: URL: https://github.com/apache/doris/pull/11132#discussion_r928804040 ## samples/doris-demo/remote-udaf-cpp-demo/cpp_function_service_demo.cpp: ## @@ -59,7 +59,40 @@ class FunctionServiceImpl : public PFunctionService { }

[GitHub] [doris] pengxiangyu opened a new issue, #11185: [Feature] Add FileCache for RemoteFile

2022-07-25 Thread GitBox
pengxiangyu opened a new issue, #11185: URL: https://github.com/apache/doris/issues/11185 ### 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 Add Fi

[GitHub] [doris] pengxiangyu opened a new pull request, #11186: Add FileCache for RemoteFile

2022-07-25 Thread GitBox
pengxiangyu opened a new pull request, #11186: URL: https://github.com/apache/doris/pull/11186 # Proposed changes Issue Number: close #11185 ## Problem Summary: Add FileCache for RemoteFile, it will be opened in StoragePolicy. Cold data in remote file will be download

[doris-website] branch master updated: Random Distribution

2022-07-25 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 795a2cd5ca9 Random Distribution 79

[GitHub] [doris] xiaokang commented on issue #10733: [Feature] Add NGRAM bloom filter index to speed up like queries.

2022-07-25 Thread GitBox
xiaokang commented on issue #10733: URL: https://github.com/apache/doris/issues/10733#issuecomment-1194072963 @compasses great! look forward for you 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

[GitHub] [doris] zhannngchen commented on a diff in pull request #11057: [feature-wip](unique-key-merge-on-write) add the implementation of primary key index update, DSIP-018

2022-07-25 Thread GitBox
zhannngchen commented on code in PR #11057: URL: https://github.com/apache/doris/pull/11057#discussion_r928913088 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -444,6 +458,36 @@ Status SegmentIterator::_lookup_ordinal(const RowCursor& key, bool is_include, r

[GitHub] [doris] compasses commented on a diff in pull request #11144: [Optimize](page cache): bypass page cache during compaction

2022-07-25 Thread GitBox
compasses commented on code in PR #11144: URL: https://github.com/apache/doris/pull/11144#discussion_r928937707 ## be/src/olap/merger.cpp: ## @@ -41,8 +41,9 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reader_t

[GitHub] [doris] HappenLee opened a new pull request, #11187: [Vectorized] Support order by aggregate function

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

[GitHub] [doris] zxealous opened a new pull request, #11188: [doc][fix] Fix the duplicate partition name in example of CREATE TABLE

2022-07-25 Thread GitBox
zxealous opened a new pull request, #11188: URL: https://github.com/apache/doris/pull/11188 # Proposed changes Issue Number: close #xxx ## Problem Summary: Fix the duplicate partition name in example of CREATE TABLE. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] mrhhsg commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
mrhhsg commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r929017035 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -208,20 +229,36 @@ void AggregationNode::_init_hash_method(std::vector& probe_exprs) if (use_fixed_key) {

[GitHub] [doris] mrhhsg commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
mrhhsg commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r929019287 ## be/src/vec/exec/vaggregation_node.h: ## @@ -157,7 +157,7 @@ struct AggregationMethodStringNoCache { /// For the case where there is one numeric key. /// FieldType

[GitHub] [doris] github-actions[bot] commented on pull request #11057: [feature-wip](unique-key-merge-on-write) add the implementation of primary key index update, DSIP-018

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11057: URL: https://github.com/apache/doris/pull/11057#issuecomment-1194332137 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] emerkfu opened a new pull request, #11189: [doc] update get-starting.md

2022-07-25 Thread GitBox
emerkfu opened a new pull request, #11189: URL: https://github.com/apache/doris/pull/11189 # Proposed changes Document formatting optimization, spelling correction. ## Problem Summary: ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has u

[GitHub] [doris] github-actions[bot] commented on pull request #11178: [UT] Ignore invalid datetimev2 partition value in UT

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11178: URL: https://github.com/apache/doris/pull/11178#issuecomment-1194421716 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 #11178: [UT] Ignore invalid datetimev2 partition value in UT

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11178: URL: https://github.com/apache/doris/pull/11178#issuecomment-1194421767 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 #11188: [doc][fix] Fix the duplicate partition name in example of CREATE TABLE

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11188: URL: https://github.com/apache/doris/pull/11188#issuecomment-1194805034 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] morningman merged pull request #11178: [UT] Ignore invalid datetimev2 partition value in UT

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

[doris] branch master updated: [fix](fe-ut) Ignore invalid datetimev2 partition value in UT (#11178)

2022-07-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1788e2fe6c [fix](fe-ut) Ignore invalid dateti

[GitHub] [doris] yiguolei commented on pull request #11184: [bug](FE): Fix show alter column return incorrect job progress

2022-07-25 Thread GitBox
yiguolei commented on PR #11184: URL: https://github.com/apache/doris/pull/11184#issuecomment-1194849505 @morningman -- 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 commented on pull request #11183: [opt] stop script opt

2022-07-25 Thread GitBox
yiguolei commented on PR #11183: URL: https://github.com/apache/doris/pull/11183#issuecomment-1194850636 @morningman -- 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 commented on pull request #11180: [Bugfix] Fix runtimefilter access violation when stub is nullptr

2022-07-25 Thread GitBox
yiguolei commented on PR #11180: URL: https://github.com/apache/doris/pull/11180#issuecomment-1194852243 @Gabriel39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] yiguolei commented on pull request #11177: [Bug](fe-ut) Fix UT when test cases in package

2022-07-25 Thread GitBox
yiguolei commented on PR #11177: URL: https://github.com/apache/doris/pull/11177#issuecomment-1194852903 @morningman -- 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] github-actions[bot] commented on pull request #11184: [bug](FE): Fix show alter column return incorrect job progress

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11184: URL: https://github.com/apache/doris/pull/11184#issuecomment-1194853731 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 #11184: [bug](FE): Fix show alter column return incorrect job progress

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11184: URL: https://github.com/apache/doris/pull/11184#issuecomment-1194853752 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] xinyiZzz opened a new pull request, #11190: [fix] (mem tracker) Fix MemTracker accuracy

2022-07-25 Thread GitBox
xinyiZzz opened a new pull request, #11190: URL: https://github.com/apache/doris/pull/11190 # Proposed changes Issue Number: close #xxx ## Problem Summary: ### Accuracy Analysis of Tracking Memory Based on Hook ### Load accuracy optimization ### Othe

[GitHub] [doris] ReganHoo commented on issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend

2022-07-25 Thread GitBox
ReganHoo commented on issue #11024: URL: https://github.com/apache/doris/issues/11024#issuecomment-1194867410 CREATE TABLE `account_udid` ( `game_cd` int NOT NULL COMMENT "", `account_id` char(256) NOT NULL COMMENT "", `udid` char(256) NOT NULL COMMENT " ) ENGINE=HIVE COM

[GitHub] [doris] morningman closed pull request #11128: [github] disable clang build action

2022-07-25 Thread GitBox
morningman closed pull request #11128: [github] disable clang build action URL: https://github.com/apache/doris/pull/11128 -- 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] morningman commented on a diff in pull request #11166: [doc][fix]Modify docs/community to keep the same as the website site directory structure

2022-07-25 Thread GitBox
morningman commented on code in PR #11166: URL: https://github.com/apache/doris/pull/11166#discussion_r929452409 ## docs/en/community/how-to-contribute/commit-format-specification.md: ## @@ -1,6 +1,6 @@ --- { -"title": "Commit Format Specification", +"title": "Commit 格

[GitHub] [doris] ChPi opened a new issue, #11191: [Bug] (alter)alter unique table schema bug

2022-07-25 Thread GitBox
ChPi opened a new issue, #11191: URL: https://github.com/apache/doris/issues/11191 ### 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 ### Wh

[GitHub] [doris] github-actions[bot] commented on pull request #10702: [refactor] Rename Catalog to Env

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #10702: URL: https://github.com/apache/doris/pull/10702#issuecomment-119426 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 #10702: [refactor] Rename Catalog to Env

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #10702: URL: https://github.com/apache/doris/pull/10702#issuecomment-119448 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 #11140: [bug]string pad functions should always be nullable

2022-07-25 Thread GitBox
yiguolei merged PR #11140: URL: https://github.com/apache/doris/pull/11140 -- 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]string pad functions should always be nullable (#11140)

2022-07-25 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 3e3b2d15d4 [bug]string pad functions should alw

[GitHub] [doris] englefly opened a new pull request, #11192: [refactor] (Nereids) add equals for OrderKey

2022-07-25 Thread GitBox
englefly opened a new pull request, #11192: URL: https://github.com/apache/doris/pull/11192 # Proposed changes LogicalSort.equals() method depends on OrderKey.equals(), which is not defined correctly. This pr defines OrderKey.equals() to enable correctly comparing LogicalSort. I

[GitHub] [doris] github-actions[bot] commented on pull request #11180: [Bugfix] Fix runtimefilter access violation when stub is nullptr

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11180: URL: https://github.com/apache/doris/pull/11180#issuecomment-1194909010 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] xiaokang commented on pull request #10694: optimize topn query if order by columns is prefix of sort keys of table

2022-07-25 Thread GitBox
xiaokang commented on PR #10694: URL: https://github.com/apache/doris/pull/10694#issuecomment-1194928145 we test in a log matching senario, runtime of the following SQL drops significantly from **1.8s to 0.1s** `SELECT * FROM log_table WHERE timestamp > t1 ORDER BY timestamp DESC LIM

  1   2   >