[GitHub] [doris] Gabriel39 opened a new issue, #10666: [Bug] core dump in vectorized schema change

2022-07-06 Thread GitBox
Gabriel39 opened a new issue, #10666: URL: https://github.com/apache/doris/issues/10666 ### 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] jackwener opened a new pull request, #10665: [action](Nereids): add label auto for nereids UT.

2022-07-06 Thread GitBox
jackwener opened a new pull request, #10665: URL: https://github.com/apache/doris/pull/10665 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. Add label auto for nereids UT. Don't consider to add other

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

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

[GitHub] [doris] EmmyMiao87 merged pull request #10658: [fix](Nereids): fix ut.

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

[doris] branch master updated: [fix](Nereids): fix ut. (#10658)

2022-07-06 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 a2df5beebb [fix](Nereids): fix ut. (#10658)

[GitHub] [doris] qidaye commented on pull request #10649: [BugFix](Array)Fix using Array aggregate function caused be coredump

2022-07-06 Thread GitBox
qidaye commented on PR #10649: URL: https://github.com/apache/doris/pull/10649#issuecomment-1177032628 > > This bug is similar to #10640 > > I think it is not the same bug. This bug is because the `convert_to_full_column_if_const` function has never been called in advance. > >

[GitHub] [doris] github-actions[bot] commented on pull request #10663: [fix][vectorized] Fix bug of VInPredicate on date type

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

[GitHub] [doris] xy720 commented on pull request #10649: [BugFix](Array)Fix using Array aggregate function caused be coredump

2022-07-06 Thread GitBox
xy720 commented on PR #10649: URL: https://github.com/apache/doris/pull/10649#issuecomment-1177016870 > This bug is similar to #10640 I think it is not the same bug. This bug is because the `convert_to_full_column_if_const` function has never been called in advance. But in

[GitHub] [doris] yiguolei merged pull request #10645: [FIX] bottom line solution for vec outer join

2022-07-06 Thread GitBox
yiguolei merged PR #10645: URL: https://github.com/apache/doris/pull/10645 -- 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] xy720 commented on pull request #10649: [BugFix](Array)Fix using Array aggregate function caused be coredump

2022-07-06 Thread GitBox
xy720 commented on PR #10649: URL: https://github.com/apache/doris/pull/10649#issuecomment-1177014757 > This bug is similar to #10640 I think it is not the same bug. This bug is because the `convert_to_full_column_if_const` function has never been called in advance. But in

[GitHub] [doris] yiguolei merged pull request #10654: [Enhancement] [vectorized] Runtime Filter support equivalent slot of outer join

2022-07-06 Thread GitBox
yiguolei merged PR #10654: URL: https://github.com/apache/doris/pull/10654 -- 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] yiguolei merged pull request #10651: [FIX] fix colocate join bug

2022-07-06 Thread GitBox
yiguolei merged PR #10651: URL: https://github.com/apache/doris/pull/10651 -- 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] github-actions[bot] commented on pull request #10606: [feature-wip](array-type) add agg function collect_list and collect_set

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

[GitHub] [doris] github-actions[bot] commented on pull request #10606: [feature-wip](array-type) add agg function collect_list and collect_set

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

[GitHub] [doris] cambyzju commented on a diff in pull request #10606: [feature-wip](array-type) add agg function collect_list and collect_set

2022-07-06 Thread GitBox
cambyzju commented on code in PR #10606: URL: https://github.com/apache/doris/pull/10606#discussion_r915423794 ## docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/collect_list.md: ## @@ -0,0 +1,71 @@ +--- +{ +"title": "COLLECT_LIST", +"language": "zh-CN" +}

[doris] branch dev-1.0.1 updated: [FIX] bottom line solution for vec outer join (#10645)

2022-07-06 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 0150fabb7b [FIX] bottom line solution

[doris] branch dev-1.0.1 updated: fix_runtime_filter_outer_join (#10654)

2022-07-06 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 8c5e2b7328 fix_runtime_filter_outer_join

[GitHub] [doris] github-actions[bot] commented on pull request #10645: [FIX] bottom line solution for vec outer join

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

[doris] branch dev-1.0.1 updated (e5a15b43b1 -> 7571c2bc8c)

2022-07-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git from e5a15b43b1 [refactor] if pending bytes exceeded, vtableSink wait until pending bytes consumed or task was

[GitHub] [doris] github-actions[bot] commented on pull request #10645: [FIX] bottom line solution for vec outer join

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

[GitHub] [doris] qidaye commented on pull request #10649: [BugFix](Array)Fix using Array aggregate function caused be coredump

2022-07-06 Thread GitBox
qidaye commented on PR #10649: URL: https://github.com/apache/doris/pull/10649#issuecomment-1177004292 This bug is similar to #10640 -- 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] github-actions[bot] commented on pull request #10649: [BugFix](Array)Fix using Array aggregate function caused be coredump

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

[GitHub] [doris] github-actions[bot] commented on pull request #10649: [BugFix](Array)Fix using Array aggregate function caused be coredump

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

[GitHub] [doris] github-actions[bot] commented on pull request #10660: [Doc] add flink-doris-connector 1.1.0 doc

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

[GitHub] [doris] github-actions[bot] commented on pull request #10660: [Doc] add flink-doris-connector 1.1.0 doc

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

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10606: [feature-wip](array-type) add agg function collect_list and collect_set

2022-07-06 Thread GitBox
BiteThet commented on code in PR #10606: URL: https://github.com/apache/doris/pull/10606#discussion_r915413397 ## docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/collect_list.md: ## @@ -0,0 +1,71 @@ +--- +{ +"title": "COLLECT_LIST", +"language": "zh-CN"

[GitHub] [doris] github-actions[bot] commented on pull request #10651: [FIX] fix colocate join bug

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

[GitHub] [doris] liaoxin01 opened a new pull request, #10663: [fix][vectorized] Fix bug of VInPredicate on date type

2022-07-06 Thread GitBox
liaoxin01 opened a new pull request, #10663: URL: https://github.com/apache/doris/pull/10663 # Proposed changes Issue Number: close #10662 ## Problem Summary: Output wrong result when in predicate used on date type. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] liaoxin01 opened a new issue, #10662: [Bug] [Vectorized] Wrong result when in predicate used on date type

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

[GitHub] [doris] github-actions[bot] commented on pull request #10658: [fix](Nereids): fix ut.

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

[GitHub] [doris] englefly commented on pull request #10633: [enhancement] improve performance of week() and yearweek()

2022-07-06 Thread GitBox
englefly commented on PR #10633: URL: https://github.com/apache/doris/pull/10633#issuecomment-1176975418 > 1. I think it's a really bad idea to initialize a look-up table from an explicit-defined data file. Could we do this job in BE process initialization phase? (e.g. doris_main.cpp)

[GitHub] [doris] zhangstar333 opened a new pull request, #10661: [refactor][vectorized] refactor first/last value agg functions

2022-07-06 Thread GitBox
zhangstar333 opened a new pull request, #10661: URL: https://github.com/apache/doris/pull/10661 [refactor][vectorized] refactor first/last value agg functions At the beginning, the implementation of **first/last value** is used for window functions, and **lead/lag** is also mixed in

[GitHub] [doris] JNSimba opened a new pull request, #10660: [Doc] add flink-doris-connector 1.1.0 doc

2022-07-06 Thread GitBox
JNSimba opened a new pull request, #10660: URL: https://github.com/apache/doris/pull/10660 # Proposed changes Issue Number: close #xxx ## Problem Summary: add flink-doris-connector 1.1.0 doc ## 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-06 Thread GitBox
github-actions[bot] commented on PR #10635: URL: https://github.com/apache/doris/pull/10635#issuecomment-1176899380 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

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

[GitHub] [doris] stalary commented on issue #10642: [Bug]failed to send brpc batch,error=Host is down

2022-07-06 Thread GitBox
stalary commented on issue #10642: URL: https://github.com/apache/doris/issues/10642#issuecomment-1176852053 You can upgrade, this version is too old. -- 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 opened a new pull request, #10659: [enhancement](nereids) make aggregate works

2022-07-06 Thread GitBox
morrySnow opened a new pull request, #10659: URL: https://github.com/apache/doris/pull/10659 # Proposed changes enhancement - refactor compute output expression on root fragment in nereids planner - refactor aggregate plan translator - refactor aggregate disassemble rule -

[GitHub] [doris] github-actions[bot] commented on pull request #10658: [fix](Nereids): fix ut.

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

[GitHub] [doris] jackwener opened a new pull request, #10658: [fix](Nereids): fix ut.

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

[GitHub] [doris] jackwener opened a new pull request, #10657: [feature](Nereids): enforcer job.

2022-07-06 Thread GitBox
jackwener opened a new pull request, #10657: URL: https://github.com/apache/doris/pull/10657 # Proposed changes Issue Number: close #9640 ## Problem Summary: Describe the overview of changes. Add enforcer job for cascades. ## Checklist(Required) 1.

[GitHub] [doris] carlvinhust2012 opened a new pull request, #10656: [unit-test] add some case for array type in block_test

2022-07-06 Thread GitBox
carlvinhust2012 opened a new pull request, #10656: URL: https://github.com/apache/doris/pull/10656 # Proposed changes 1. this pr is used for adding some case for array type in block_test. Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[GitHub] [doris] zhannngchen opened a new pull request, #10655: [feature-wip](unique-key-merge-on-write) add interface for segment key bounds, DSIP-018[3/2]

2022-07-06 Thread GitBox
zhannngchen opened a new pull request, #10655: URL: https://github.com/apache/doris/pull/10655 Add interfaces for segment key bounds, key bounds will be used to speed up point lookup on the primary key index of each segment. For the detail, see

[GitHub] [doris] k-i-d-d opened a new pull request, #10654: [Enhancement] [vectorized] Runtime Filter support equivalent slot of outer join

2022-07-06 Thread GitBox
k-i-d-d opened a new pull request, #10654: URL: https://github.com/apache/doris/pull/10654 # Proposed changes Issue Number: close #xxx ## Problem Summary: > v1.0.1 In TPCH-q7, the runtime filter `RF002[in_or_bloom] <- n1.n_nationkey` generated by the outer join of

[GitHub] [doris] k-i-d-d closed pull request #10653: [Enhancement] [vectorized] Runtime Filter support equivalent slot of outer join

2022-07-06 Thread GitBox
k-i-d-d closed pull request #10653: [Enhancement] [vectorized] Runtime Filter support equivalent slot of outer join URL: https://github.com/apache/doris/pull/10653 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] k-i-d-d opened a new pull request, #10653: [Enhancement] [vectorized] Runtime Filter supports the slot equivalent of outer join

2022-07-06 Thread GitBox
k-i-d-d opened a new pull request, #10653: URL: https://github.com/apache/doris/pull/10653 # 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 #10622: [fix] substr('', 1, 5) return empty string instead of null

2022-07-06 Thread GitBox
yiguolei merged PR #10622: URL: https://github.com/apache/doris/pull/10622 -- 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] yiguolei merged pull request #10639: [docs] Fixed description about networks in Quick Start

2022-07-06 Thread GitBox
yiguolei merged PR #10639: URL: https://github.com/apache/doris/pull/10639 -- 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] yiguolei merged pull request #10643: [BUG] Fix invalid return type for `left` and `right` function

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

[doris] branch master updated: [fix] substr('', 1, 5) return empty string instead of null (#10622)

2022-07-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 8012d63ea0 [fix] substr('', 1, 5) return empty

[doris] branch master updated: [docs] Fixed description about networks in Quick Start (#10639)

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

[doris] branch master updated: [BUG] Fix invalid return type for `left` and `right` function (#10643)

2022-07-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3bf8c761a4 [BUG] Fix invalid return type for

[GitHub] [doris] morningman commented on a diff in pull request #10645: [FIX] bottom line solution for vec outer join

2022-07-06 Thread GitBox
morningman commented on code in PR #10645: URL: https://github.com/apache/doris/pull/10645#discussion_r914895847 ## gensrc/thrift/PlanNodes.thrift: ## @@ -465,6 +465,8 @@ struct TAggregationNode { 5: required bool need_finalize 6: optional bool

[GitHub] [doris] github-actions[bot] commented on pull request #10651: [FIX] fix colocate join bug

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

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

2022-07-06 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r914760756 ## fe/fe-core/src/main/java/org/apache/doris/statistics/TableStats.java: ## @@ -59,51 +56,190 @@ public class TableStats { private long rowCount = -1;

[GitHub] [doris] github-actions[bot] commented on pull request #10467: [Bug][Vectorized] Support array function in where pre in volap_scan_node

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

[GitHub] [doris] github-actions[bot] commented on pull request #10467: [Bug][Vectorized] Support array function in where pre in volap_scan_node

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

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

2022-07-06 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r914739582 ## fe/fe-core/src/main/java/org/apache/doris/statistics/PartitionStats.java: ## @@ -0,0 +1,129 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

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

2022-07-06 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r914735322 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowColumnStatsStmt.java: ## @@ -67,4 +70,9 @@ public ShowResultSetMetaData getMetaData() { }

[GitHub] [doris] starocean999 opened a new pull request, #10651: fix colocate join bug

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

[GitHub] [doris] BiteTheDDDDt commented on pull request #10650: [Bug][Function] pass intermediate argument list to be

2022-07-06 Thread GitBox
BiteThet commented on PR #10650: URL: https://github.com/apache/doris/pull/10650#issuecomment-1176096405 > We should get same argument at two diffrent aggregate phase, then we can create same specific function. Even if we support variadic aggregate functions, we still need

[GitHub] [doris] github-actions[bot] commented on pull request #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

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

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

2022-07-06 Thread GitBox
myfjdthink commented on issue #10452: URL: https://github.com/apache/doris/issues/10452#issuecomment-1176093319 this is the error logs ``` 2022-07-06 10:58:25,295 WARN (doris-mysql-nio-pool-3736|10326) [StmtExecutor.handleDdlStmt():1543] DDL statement(/* ApplicationName=DBeaver

[GitHub] [doris] EmmyMiao87 merged pull request #10485: [enhancement](Nereids)refactor PlannerContext and JobContext

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

[doris] branch master updated (29d4809c80 -> 5dfb59844f)

2022-07-06 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 29d4809c80 [BugFix](Array) fix DataTypeArray to_string use after free (#10640) add 5dfb59844f

[GitHub] [doris] yiguolei merged pull request #10640: [BugFix](Array) fix DataTypeArray to_string use after free

2022-07-06 Thread GitBox
yiguolei merged PR #10640: URL: https://github.com/apache/doris/pull/10640 -- 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] BiteTheDDDDt opened a new pull request, #10650: [Bug][Function] pass intermediate argument list to be

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

[doris] branch master updated: [BugFix](Array) fix DataTypeArray to_string use after free (#10640)

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

[GitHub] [doris] yiguolei closed issue #10638: [Bug] using Array caused coredump in ASAN build

2022-07-06 Thread GitBox
yiguolei closed issue #10638: [Bug] using Array caused coredump in ASAN build URL: https://github.com/apache/doris/issues/10638 -- 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 commented on issue #42: Flink Doris Connector Release Note 1.1.0

2022-07-06 Thread GitBox
hf200012 commented on issue #42: URL: https://github.com/apache/doris-flink-connector/issues/42#issuecomment-1176045843 > Looking forward to the release of `1.1.0`. > By the way, do we have any plans to implement flink associating doris dimension tables? @yuruguo Not yet --

[GitHub] [doris-flink-connector] yuruguo commented on issue #42: Flink Doris Connector Release Note 1.1.0

2022-07-06 Thread GitBox
yuruguo commented on issue #42: URL: https://github.com/apache/doris-flink-connector/issues/42#issuecomment-1176043666 @hf200012 @JNSimba Looking forward to the release of `1.1.0`. By the way, do we have any plans to implement flink associating doris dimension tables? -- This is an

[GitHub] [doris] yiguolei merged pull request #10613: [docs] fix explode-json-array docs format

2022-07-06 Thread GitBox
yiguolei merged PR #10613: URL: https://github.com/apache/doris/pull/10613 -- 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] yiguolei merged pull request #10496: [Bug][Vectorized] set strleft to always_nullable

2022-07-06 Thread GitBox
yiguolei merged PR #10496: URL: https://github.com/apache/doris/pull/10496 -- 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] yiguolei merged pull request #10621: [Improvement] remove redundant code of VOlapScanner

2022-07-06 Thread GitBox
yiguolei merged PR #10621: URL: https://github.com/apache/doris/pull/10621 -- 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] yiguolei merged pull request #10617: [fix] fix the inaccurate comments

2022-07-06 Thread GitBox
yiguolei merged PR #10617: URL: https://github.com/apache/doris/pull/10617 -- 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] yiguolei merged pull request #10626: [feature](script) add --grace option for stop_be.sh

2022-07-06 Thread GitBox
yiguolei merged PR #10626: URL: https://github.com/apache/doris/pull/10626 -- 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] yiguolei merged pull request #10637: [enhance](*): git ignore `package-lock.json`.

2022-07-06 Thread GitBox
yiguolei merged PR #10637: URL: https://github.com/apache/doris/pull/10637 -- 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] yiguolei merged pull request #10644: [refactor] if pending bytes exceeded, vtableSink wait until pending bytes consumed or task was cancelled

2022-07-06 Thread GitBox
yiguolei merged PR #10644: URL: https://github.com/apache/doris/pull/10644 -- 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] yiguolei merged pull request #10636: [Enhancement ] rename some files inside vec/sink dir

2022-07-06 Thread GitBox
yiguolei merged PR #10636: URL: https://github.com/apache/doris/pull/10636 -- 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] yiguolei commented on issue #10627: [Bug] tpcds_sf1 q79 result is not right

2022-07-06 Thread GitBox
yiguolei commented on issue #10627: URL: https://github.com/apache/doris/issues/10627#issuecomment-1176027726 The reason is the order by clause is missed. -- 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 closed issue #10627: [Bug] tpcds_sf1 q79 result is not right

2022-07-06 Thread GitBox
yiguolei closed issue #10627: [Bug] tpcds_sf1 q79 result is not right URL: https://github.com/apache/doris/issues/10627 -- 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

[doris] branch master updated (6d092a6d53 -> 416fb73621)

2022-07-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 6d092a6d53 set strleft to always_nullable (#10496) add 416fb73621 docs format fix for explode-json-array table

[doris] branch master updated: set strleft to always_nullable (#10496)

2022-07-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 6d092a6d53 set strleft to always_nullable

[doris] branch master updated: fix the inaccurate comments (#10617)

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

[doris] branch master updated: [Improvement] remove redundant code of VOlapScanner (#10621)

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

[doris] branch master updated: [enhance](*): git ignore `package-lock.json`. (#10637)

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

[doris] branch master updated: [feature](script) add --grace option for stop_be.sh (#10626)

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

[doris] branch master updated: rename some files inside vec/sink dir (#10636)

2022-07-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a7df6e3dee rename some files inside vec/sink

[doris] branch dev-1.0.1 updated: [refactor] if pending bytes exceeded, vtableSink wait until pending bytes consumed or task was cancelled (#10644)

2022-07-06 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 e5a15b43b1 [refactor] if pending bytes

[GitHub] [doris] Gabriel39 commented on a diff in pull request #10611: [BUG] fix core dump caused by runtime filter

2022-07-06 Thread GitBox
Gabriel39 commented on code in PR #10611: URL: https://github.com/apache/doris/pull/10611#discussion_r914629927 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -403,7 +403,6 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) { scanner->set_opened(); } -

[GitHub] [doris] qzsee commented on a diff in pull request #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

2022-07-06 Thread GitBox
qzsee commented on code in PR #10630: URL: https://github.com/apache/doris/pull/10630#discussion_r914619821 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java: ## @@ -0,0 +1,45 @@ +// Licensed to the Apache Software

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10624: [enhancement]: remove redundant field.

2022-07-06 Thread GitBox
EmmyMiao87 commented on code in PR #10624: URL: https://github.com/apache/doris/pull/10624#discussion_r914616469 ## gensrc/thrift/PlanNodes.thrift: ## @@ -573,17 +573,8 @@ struct TSortNode { // This is the number of rows to skip before returning results 3: optional i64

[GitHub] [doris] github-actions[bot] commented on pull request #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

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

[GitHub] [doris] github-actions[bot] commented on pull request #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

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

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

2022-07-06 Thread GitBox
EmmyMiao87 commented on code in PR #10630: URL: https://github.com/apache/doris/pull/10630#discussion_r914608496 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java: ## @@ -0,0 +1,61 @@ +// Licensed to the Apache

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

2022-07-06 Thread GitBox
EmmyMiao87 commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r914511593 ## fe/fe-core/src/main/java/org/apache/doris/statistics/TableStats.java: ## @@ -59,51 +56,190 @@ public class TableStats { private long rowCount = -1;

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

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

[GitHub] [doris] cambyzju commented on pull request #10640: [BugFix](Array) fix DataTypeArray to_string use after free

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

[GitHub] [doris] morrySnow commented on a diff in pull request #10647: [feature](planner): push sort to olapscan.

2022-07-06 Thread GitBox
morrySnow commented on code in PR #10647: URL: https://github.com/apache/doris/pull/10647#discussion_r914581350 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -693,6 +708,37 @@ private void computeTabletInfo() 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-06 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r914575705 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -60,47 +60,50 @@ * properties: properties of statistics jobs */ public class

[GitHub] [doris] xy720 opened a new pull request, #10649: [BugFix](Array)Fix using Array aggregate function caused be coredump

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

  1   2   >