[GitHub] [doris] zhengshiJ commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
zhengshiJ commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929593583 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929593812 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] adonis0147 opened a new pull request, #11203: [enhancement](nereids) Don't normalize expressions when pushing down predicates

2022-07-26 Thread GitBox
adonis0147 opened a new pull request, #11203: URL: https://github.com/apache/doris/pull/11203 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem Summary: Don't normalize expressions when pushing down predicates ## Checklist(Required) 1. Does it a

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929594835 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/HashJoinEstimation.java: ## @@ -0,0 +1,155 @@ +// Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929593812 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] cambyzju commented on pull request #11200: [Bug] Fix Be core while passing constant array type arguments to some array functions

2022-07-26 Thread GitBox
cambyzju commented on PR #11200: URL: https://github.com/apache/doris/pull/11200#issuecomment-1195093555 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] spaces-X opened a new pull request, #11204: [fix](be): fix stack overflow in unhex function

2022-07-26 Thread GitBox
spaces-X opened a new pull request, #11204: URL: https://github.com/apache/doris/pull/11204 # Proposed changes Fix be crushed due to stack overflow in the `unhex` function. Located and fixed by @924060929 ## Problem Summary: Describe the overview of changes. #

[GitHub] [doris] jackwener commented on a diff in pull request #11035: [Feature](nereids) support sub-query and alias for TPC-H

2022-07-26 Thread GitBox
jackwener commented on code in PR #11035: URL: https://github.com/apache/doris/pull/11035#discussion_r929609084 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -118,6 +121,38 @@ private Plan groupToTreeNode(Group group) { return result.withChi

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

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11177: URL: https://github.com/apache/doris/pull/11177#issuecomment-1195103374 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 #11177: [Bug](fe-ut) Fix UT when test cases in package

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11177: URL: https://github.com/apache/doris/pull/11177#issuecomment-1195103409 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 #11201: [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11201: URL: https://github.com/apache/doris/pull/11201#issuecomment-1195105335 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 #11201: [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11201: URL: https://github.com/apache/doris/pull/11201#issuecomment-1195105375 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 commented on pull request #11035: [Feature](nereids) support sub-query and alias for TPC-H

2022-07-26 Thread GitBox
jackwener commented on PR #11035: URL: https://github.com/apache/doris/pull/11035#issuecomment-1195107352 I recommend that you can learn use ` git rebase `. Use `git pull upstream master --rebase`. -- This is an automated message from the Apache Git Service. To respond to the message, p

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

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11164: URL: https://github.com/apache/doris/pull/11164#issuecomment-1195109919 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] jackwener commented on a diff in pull request #11035: [Feature](nereids) support sub-query and alias for TPC-H

2022-07-26 Thread GitBox
jackwener commented on code in PR #11035: URL: https://github.com/apache/doris/pull/11035#discussion_r929618914 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindSlotReference.java: ## @@ -51,64 +51,64 @@ public class BindSlotReference implements AnalysisR

[doris] branch master updated: [enhance](*): improve code about optional (#11153)

2022-07-26 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 a3df2e5982 [enhance](*): improve code about o

[GitHub] [doris] 924060929 merged pull request #11153: [enhance](*): improve code about optional

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

[GitHub] [doris] 924060929 merged pull request #10479: [feature](nereids): join reorder

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

[doris] branch master updated: [feature](nereids): join reorder (#10479)

2022-07-26 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 846716ac10 [feature](nereids): join reorder (

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929623972 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [doris] yiguolei merged pull request #10702: [refactor] Rename Catalog to Env

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

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929637321 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/HashJoinEstimation.java: ## @@ -0,0 +1,155 @@ +// Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [doris] zhengshiJ commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
zhengshiJ commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929645398 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] starocean999 commented on pull request #11197: [Bug][Vectorized] Fix the bug of memtable shrink

2022-07-26 Thread GitBox
starocean999 commented on PR #11197: URL: https://github.com/apache/doris/pull/11197#issuecomment-1195147655 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] dataroaring merged pull request #11197: [Bug][Vectorized] Fix the bug of memtable shrink

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

[GitHub] [doris] dataroaring closed issue #11115: [Bug] vectorized load use after free on master

2022-07-26 Thread GitBox
dataroaring closed issue #5: [Bug] vectorized load use after free on master URL: https://github.com/apache/doris/issues/5 -- 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: [Bug][Vectorized] Fix use-after-free bug of memtable shrink (#11197)

2022-07-26 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 8551ceaa1b [Bug][Vectorized] Fix use-after-f

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929658090 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929658805 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929668127 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [doris] zhannngchen opened a new pull request, #11205: [feature-wip](unique-key-merge-on-write) remove AggType on unique table with MoW, enable preAggreation, DSIP-018[5/2]

2022-07-26 Thread GitBox
zhannngchen opened a new pull request, #11205: URL: https://github.com/apache/doris/pull/11205 # Proposed changes Issue Number: close #xxx ## Problem Summary: see DSIP-018:https://cwiki.apache.org/confluence/display/DORIS/DSIP-018%3A+Support+Merge-On-Write+implementation

[GitHub] [doris] morrySnow opened a new pull request, #11206: [refactor](Nereids) ExprId count from 1 in each query

2022-07-26 Thread GitBox
morrySnow opened a new pull request, #11206: URL: https://github.com/apache/doris/pull/11206 # Proposed changes Issue Number: close #xxx ## Problem Summary: Currently, ExprId is global across query. It is hard to reproduce same exprid for same query. it lead to hard to d

[GitHub] [doris] sohardforaname commented on a diff in pull request #11035: [Feature](nereids) support sub-query and alias for TPC-H

2022-07-26 Thread GitBox
sohardforaname commented on code in PR #11035: URL: https://github.com/apache/doris/pull/11035#discussion_r929680269 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -118,6 +121,38 @@ private Plan groupToTreeNode(Group group) { return result.wi

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929687958 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/Utils.java: ## @@ -39,8 +39,49 @@ public static String quoteIfNeeded(String part) { } /** -

[GitHub] [doris] adonis0147 opened a new pull request, #11207: [enhancement](nereids) Fix the wrong order of arguments of Assert.assertEquals

2022-07-26 Thread GitBox
adonis0147 opened a new pull request, #11207: URL: https://github.com/apache/doris/pull/11207 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem Summary: The first argument of method `Assert.assertEquals` should be an expected value. Wrong order may confuse u

[GitHub] [doris] dataroaring opened a new pull request, #11208: grade datatype cases to p0 to test p0 pipeline

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

[GitHub] [doris] englefly opened a new pull request, #11209: [feature] (Nereids) support limit clause

2022-07-26 Thread GitBox
englefly opened a new pull request, #11209: URL: https://github.com/apache/doris/pull/11209 # Proposed changes including: - limit clause parser - implementation rule to transform LogicalLimit to PhysicalLimit Issue Number: close #xxx ## Problem Summary: Describe

[GitHub] [doris] zhannngchen commented on a diff in pull request #11195: [feature-wip](unique-key-merge-on-write) update delete bitmap while p…

2022-07-26 Thread GitBox
zhannngchen commented on code in PR #11195: URL: https://github.com/apache/doris/pull/11195#discussion_r929709212 ## be/src/olap/task/engine_publish_version_task.cpp: ## @@ -86,39 +115,44 @@ Status EnginePublishVersionTask::finish() { res = Status::OLAPInternalE

[GitHub] [doris] pengxiangyu commented on a diff in pull request #11205: [feature-wip](unique-key-merge-on-write) remove AggType on unique table with MoW, enable preAggreation, DSIP-018[5/2]

2022-07-26 Thread GitBox
pengxiangyu commented on code in PR #11205: URL: https://github.com/apache/doris/pull/11205#discussion_r929722858 ## be/src/olap/memtable.cpp: ## @@ -64,8 +64,8 @@ MemTable::MemTable(int64_t tablet_id, Schema* schema, const TabletSchema* tablet } else { _i

[GitHub] [doris] luwei16 commented on a diff in pull request #11006: (performance)[scanner] Isolate local and remote queries using different scanner…

2022-07-26 Thread GitBox
luwei16 commented on code in PR #11006: URL: https://github.com/apache/doris/pull/11006#discussion_r929723974 ## be/src/common/config.h: ## @@ -798,6 +798,11 @@ CONF_Int32(s3_transfer_executor_pool_size, "2"); CONF_Bool(enable_time_lut, "true"); +// number of s3 scanner thr

[GitHub] [doris] luwei16 commented on a diff in pull request #11006: (performance)[scanner] Isolate local and remote queries using different scanner…

2022-07-26 Thread GitBox
luwei16 commented on code in PR #11006: URL: https://github.com/apache/doris/pull/11006#discussion_r929724365 ## be/src/common/config.h: ## @@ -798,6 +798,11 @@ CONF_Int32(s3_transfer_executor_pool_size, "2"); CONF_Bool(enable_time_lut, "true"); +// number of s3 scanner thr

[GitHub] [doris] luwei16 commented on a diff in pull request #11006: (performance)[scanner] Isolate local and remote queries using different scanner…

2022-07-26 Thread GitBox
luwei16 commented on code in PR #11006: URL: https://github.com/apache/doris/pull/11006#discussion_r929724579 ## be/src/exec/olap_scan_node.cpp: ## @@ -1503,6 +1503,7 @@ void OlapScanNode::transfer_thread(RuntimeState* state) { * 4. Regularly increase the priority of the r

[GitHub] [doris] zhannngchen commented on a diff in pull request #11205: [feature-wip](unique-key-merge-on-write) remove AggType on unique table with MoW, enable preAggreation, DSIP-018[5/2]

2022-07-26 Thread GitBox
zhannngchen commented on code in PR #11205: URL: https://github.com/apache/doris/pull/11205#discussion_r929746562 ## be/src/olap/memtable.cpp: ## @@ -64,8 +64,8 @@ MemTable::MemTable(int64_t tablet_id, Schema* schema, const TabletSchema* tablet } else { _i

[GitHub] [doris] morrySnow opened a new pull request, #11210: [enhancement](Nereids)enable explain query for nereids planner

2022-07-26 Thread GitBox
morrySnow opened a new pull request, #11210: URL: https://github.com/apache/doris/pull/11210 ## Problem Summary: Support explain syntax. And generate explain tree string by nereids' planner. ## Checklist(Required) 1. Does it affect the original behavior: No 2. Has unit

[GitHub] [doris] morrySnow commented on pull request #11210: [enhancement](Nereids)enable explain query for nereids planner

2022-07-26 Thread GitBox
morrySnow commented on PR #11210: URL: https://github.com/apache/doris/pull/11210#issuecomment-1195252286 @924060929 PTAL -- 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] yiguolei commented on pull request #11154: [FOLLOW-UP] (datetimev2) complete date function ut and built-in function declaration

2022-07-26 Thread GitBox
yiguolei commented on PR #11154: URL: https://github.com/apache/doris/pull/11154#issuecomment-1195263274 Fast merge it since it is under developement -- 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 #11154: [FOLLOW-UP] (datetimev2) complete date function ut and built-in function declaration

2022-07-26 Thread GitBox
yiguolei merged PR #11154: URL: https://github.com/apache/doris/pull/11154 -- 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] 924060929 merged pull request #10981: [Enhancement](Nereids) add some basic data structure definitions.

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

[doris] branch master updated: [Enhancement](Nereids) add some basic data structure definitions. (#10981)

2022-07-26 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 61fb39a5ca [Enhancement](Nereids) add some ba

[GitHub] [doris] muyizi commented on pull request #11040: fix_arena_push_size

2022-07-26 Thread GitBox
muyizi commented on PR #11040: URL: https://github.com/apache/doris/pull/11040#issuecomment-1195266784 > 如果 ChunkAllocator 中的 chunk 支持不定长内存的话,那预期存在内存浪费问题, > > 按之前的逻辑,申请1624k会实际申请2048k,free时放回2048k的free list中,在之后满足1024k到2048k的内存申请 > > chunk支持不定长内存的话,第一次申请1624k,free时放回1024k的free

[GitHub] [doris] yiguolei merged pull request #11196: [FIX]string pad function should be always nullable for both string an…

2022-07-26 Thread GitBox
yiguolei merged PR #11196: URL: https://github.com/apache/doris/pull/11196 -- 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]string pad function should be always nullable for both string and varchar type (#11196)

2022-07-26 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 f46a801b1b [FIX]string pad function should be a

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

2022-07-26 Thread GitBox
yiguolei merged PR #11177: URL: https://github.com/apache/doris/pull/11177 -- 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 #11176: [Bug](fe-ut) UT failed when test cases in package

2022-07-26 Thread GitBox
yiguolei closed issue #11176: [Bug](fe-ut) UT failed when test cases in package URL: https://github.com/apache/doris/issues/11176 -- 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 (f46a801b1b -> 0f6ec629ab)

2022-07-26 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 f46a801b1b [FIX]string pad function should be always nullable for both string and varchar type (#11196) add 0f6

[GitHub] [doris] yiguolei merged pull request #11160: [regression] optimization the result check for test_json_load

2022-07-26 Thread GitBox
yiguolei merged PR #11160: URL: https://github.com/apache/doris/pull/11160 -- 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: optimization the result check for test_json_load (#11160)

2022-07-26 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 2c34b6cf2b optimization the result check for te

[GitHub] [doris] yiguolei merged pull request #11164: [Bug]Fix select command denied for user for specified table

2022-07-26 Thread GitBox
yiguolei merged PR #11164: URL: https://github.com/apache/doris/pull/11164 -- 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 #11163: [Bug] Fix select command denied for specified table

2022-07-26 Thread GitBox
yiguolei closed issue #11163: [Bug] Fix select command denied for specified table URL: https://github.com/apache/doris/issues/11163 -- 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: [Bug]Fix select command denied for user for specified table

2022-07-26 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 a1ad978960 [Bug]Fix select command denied for u

[GitHub] [doris] yiguolei merged pull request #11132: [UDAF](sample) impl rpc avg udaf

2022-07-26 Thread GitBox
yiguolei merged PR #11132: URL: https://github.com/apache/doris/pull/11132 -- 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: [UDAF](sample) impl rpc avg udaf (#11132)

2022-07-26 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 03d466febe [UDAF](sample) impl rpc avg udaf (#1

[GitHub] [doris] yiguolei merged pull request #11120: [Sample] Add Flink Connector Sample Code

2022-07-26 Thread GitBox
yiguolei merged PR #11120: URL: https://github.com/apache/doris/pull/11120 -- 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: [Sample] Add Flink Connector Sample Code (#11120)

2022-07-26 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 f5479fa80e [Sample] Add Flink Connector Sample

[GitHub] [doris] 924060929 merged pull request #11171: [Refactor](Nereids) Move analysis logic to dedicated class `NereidsAnalyzer`.

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

[doris] branch master updated: [Refactor](Nereids) Move analysis logic to dedicated class `NereidsAnalyzer`. (#11171)

2022-07-26 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 e99f617b21 [Refactor](Nereids) Move analysis

[GitHub] [doris] wangshuo128 opened a new pull request, #11211: (Git)[Nereids] ignore ANTLR4 generated files and dir.

2022-07-26 Thread GitBox
wangshuo128 opened a new pull request, #11211: URL: https://github.com/apache/doris/pull/11211 # Proposed changes This PR proposes the following file and dir auto-generated by ANTLR4: ``` fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.tokens fe/fe-core/src/main

[GitHub] [doris] starocean999 opened a new pull request, #11212: [fix] the nullable info is lost in ifnull expr

2022-07-26 Thread GitBox
starocean999 opened a new pull request, #11212: URL: https://github.com/apache/doris/pull/11212 # Proposed changes Issue Number: close #xxx ## Problem Summary: The ifnull(col_left, col_right) is converted to if(isnull(col_left), col_right, col_left). the col_left's nulla

[GitHub] [doris] yixiutt commented on a diff in pull request #11195: [feature-wip](unique-key-merge-on-write) update delete bitmap while p…

2022-07-26 Thread GitBox
yixiutt commented on code in PR #11195: URL: https://github.com/apache/doris/pull/11195#discussion_r929817716 ## be/src/olap/tablet.h: ## @@ -438,6 +438,9 @@ inline void Tablet::set_cumulative_layer_point(int64_t new_point) { } inline bool Tablet::enable_unique_key_merge_on

[GitHub] [doris] yixiutt commented on a diff in pull request #11195: [feature-wip](unique-key-merge-on-write) update delete bitmap while p…

2022-07-26 Thread GitBox
yixiutt commented on code in PR #11195: URL: https://github.com/apache/doris/pull/11195#discussion_r929819900 ## be/src/olap/txn_manager.cpp: ## @@ -308,8 +309,108 @@ Status TxnManager::publish_txn(OlapMeta* meta, TPartitionId partition_id, _clear_txn_partition

[GitHub] [doris] 924060929 merged pull request #11192: [refactor] (Nereids) add equals for OrderKey

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

[doris] branch master updated: [refactor] (Nereids) add equals for OrderKey (#11192)

2022-07-26 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 fcdb543e17 [refactor] (Nereids) add equals fo

[GitHub] [doris] github-actions[bot] commented on pull request #11204: [fix](be): fix stack overflow in unhex function

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11204: URL: https://github.com/apache/doris/pull/11204#issuecomment-1195341320 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 #11204: [fix](be): fix stack overflow in unhex function

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11204: URL: https://github.com/apache/doris/pull/11204#issuecomment-1195341351 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] zhannngchen commented on a diff in pull request #11195: [feature-wip](unique-key-merge-on-write) update delete bitmap while p…

2022-07-26 Thread GitBox
zhannngchen commented on code in PR #11195: URL: https://github.com/apache/doris/pull/11195#discussion_r929844943 ## be/src/olap/tablet.h: ## @@ -438,6 +438,9 @@ inline void Tablet::set_cumulative_layer_point(int64_t new_point) { } inline bool Tablet::enable_unique_key_merg

[GitHub] [doris] yiguolei closed issue #11199: [Bug] Be core while passing constant array type arguments to some array functions

2022-07-26 Thread GitBox
yiguolei closed issue #11199: [Bug] Be core while passing constant array type arguments to some array functions URL: https://github.com/apache/doris/issues/11199 -- 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] yiguolei merged pull request #11200: [Bug] Fix Be core while passing constant array type arguments to some array functions

2022-07-26 Thread GitBox
yiguolei merged PR #11200: URL: https://github.com/apache/doris/pull/11200 -- 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 constant argument coredump (#11200)

2022-07-26 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 2e210fb363 [bugfix]fix constant argument coredu

[doris] branch dev-1.1.2 created (now 2dbd70bf92)

2022-07-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git at 2dbd70bf92 1.1.1 rc03 (#11161) No new revisions were added by this update.

[GitHub] [doris] carlvinhust2012 opened a new pull request, #11213: [feature-wip](array-type) add the array_reverse function

2022-07-26 Thread GitBox
carlvinhust2012 opened a new pull request, #11213: URL: https://github.com/apache/doris/pull/11213 # Proposed changes 1. this pr is used to add the array_reverse function. Issue Number: close https://github.com/apache/doris/issues/10052 2.we can run this function in sql as follow

[GitHub] [doris] morrySnow commented on a diff in pull request #11035: [Feature](nereids) support sub-query and alias for TPC-H

2022-07-26 Thread GitBox
morrySnow commented on code in PR #11035: URL: https://github.com/apache/doris/pull/11035#discussion_r929852592 ## fe/fe-core/pom.xml: ## @@ -668,6 +668,12 @@ under the License. maven-compiler-plugin 3.10.1 + Review Comment: revert these c

[GitHub] [doris] morrySnow commented on pull request #11181: [Regression] Add tpch plan check

2022-07-26 Thread GitBox
morrySnow commented on PR #11181: URL: https://github.com/apache/doris/pull/11181#issuecomment-1195381987 please fix license -- 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] morrySnow commented on pull request #11206: [refactor](Nereids) ExprId count from 1 in each query

2022-07-26 Thread GitBox
morrySnow commented on PR #11206: URL: https://github.com/apache/doris/pull/11206#issuecomment-1195385002 because nereids generate exprid for alias in parser. and we could do multi statement parser. so count expid from 1 for each query is impossible. -- This is an automated message from t

[GitHub] [doris] morrySnow closed pull request #11206: [refactor](Nereids) ExprId count from 1 in each query

2022-07-26 Thread GitBox
morrySnow closed pull request #11206: [refactor](Nereids) ExprId count from 1 in each query URL: https://github.com/apache/doris/pull/11206 -- 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 specif

[GitHub] [doris] zhannngchen commented on pull request #11205: [feature-wip](unique-key-merge-on-write) remove AggType on unique table with MoW, enable preAggreation, DSIP-018[5/2]

2022-07-26 Thread GitBox
zhannngchen commented on PR #11205: URL: https://github.com/apache/doris/pull/11205#issuecomment-1195385680 @EmmyMiao87 can you help to review the code change of Planer? Basically, when user enabled unique key merge-on-write, we don't need to merge the data with same keys to ensure which

[GitHub] [doris] ccoffline opened a new issue, #11214: [Enhancement] add more metrics

2022-07-26 Thread GitBox
ccoffline opened a new issue, #11214: URL: https://github.com/apache/doris/issues/11214 ### 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 There ar

[doris] branch dev-1.1.2 updated (2dbd70bf92 -> 1cde8cd819)

2022-07-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git from 2dbd70bf92 1.1.1 rc03 (#11161) new 3fc0ba91dc [bug]string pad functions should always be nullable (#11140)

[doris] 01/02: [bug]string pad functions should always be nullable (#11140)

2022-07-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 3fc0ba91dcfb5af771325a7c4ee79474a838ea9f Author: starocean999 <40539150+starocean...@users.noreply.github.com> Author

[doris] 02/02: [FIX]string pad function should be always nullable for both string and varchar type (#11196)

2022-07-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 1cde8cd81985f4a519541c76821aa95d2d98b5a2 Author: starocean999 <40539150+starocean...@users.noreply.github.com> Author

[GitHub] [doris] BiteTheDDDDt commented on pull request #11212: [fix] the nullable info is lost in ifnull expr

2022-07-26 Thread GitBox
BiteThet commented on PR #11212: URL: https://github.com/apache/doris/pull/11212#issuecomment-1195392540 Do you have any case to repeat the error? ```java if (children.get(0).isNullable()) { return children.get(1).isNullable(); }

[GitHub] [doris] carlvinhust2012 closed pull request #11213: [feature-wip](array-type) add the array_reverse function

2022-07-26 Thread GitBox
carlvinhust2012 closed pull request #11213: [feature-wip](array-type) add the array_reverse function URL: https://github.com/apache/doris/pull/11213 -- 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] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-26 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929887561 ## fe/fe-core/src/test/java/org/apache/doris/nereids/stats/StatsCalculatorTest.java: ## @@ -0,0 +1,191 @@ +// Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [doris] github-actions[bot] commented on pull request #11207: [enhancement](nereids) Fix the wrong order of arguments of Assert.assertEquals

2022-07-26 Thread GitBox
github-actions[bot] commented on PR #11207: URL: https://github.com/apache/doris/pull/11207#issuecomment-1195406256 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 opened a new pull request, #11215: [fix](ut) fix FE ut

2022-07-26 Thread GitBox
morningman opened a new pull request, #11215: URL: https://github.com/apache/doris/pull/11215 # 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] HappenLee opened a new issue, #11216: [Bug] [ColumnDictionary] Coredump in column dictionary insert data from DefaultValueColumnIterator

2022-07-26 Thread GitBox
HappenLee opened a new issue, #11216: URL: https://github.com/apache/doris/issues/11216 ### 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, #11217: [Fix] Coredump in column dictionary insert data from DefaultValueColumnIterator

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

[doris] branch master updated: [enhancement](nereids) Fix the wrong order of arguments of Assert.assertEquals (#11207)

2022-07-26 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 8a6c9d870e [enhancement](nereids) Fix the wr

[GitHub] [doris] dataroaring merged pull request #11207: [enhancement](nereids) Fix the wrong order of arguments of Assert.assertEquals

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

[GitHub] [doris] BiteTheDDDDt closed pull request #11130: [Enhancement][Thirdparty] upgrade phmap to 1.35

2022-07-26 Thread GitBox
BiteThet closed pull request #11130: [Enhancement][Thirdparty] upgrade phmap to 1.35 URL: https://github.com/apache/doris/pull/11130 -- 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] yangzhg opened a new pull request, #11218: [WIP][feature] support `create`,`alter`,`refresh`,`drop` stmt for multi table materialized view

2022-07-26 Thread GitBox
yangzhg opened a new pull request, #11218: URL: https://github.com/apache/doris/pull/11218 # Proposed changes Issue Number: #7503 ## Problem Summary: support `create`,`alter`,`refresh`,`drop` stmt for multi table materialized view ### create ```sql

  1   2   3   >