[GitHub] [doris] awakeljw opened a new pull request, #13637: fix cmake error

2022-10-24 Thread GitBox
awakeljw opened a new pull request, #13637: URL: https://github.com/apache/doris/pull/13637 # Proposed changes fix cmake error if variables(${LIB_JVM}) is "" ![image](https://user-images.githubusercontent.com/17329460/197703146-c196ded2-5bac-48c6-9622-d9e161e343d8.png) #

[GitHub] [doris] Gabriel39 opened a new pull request, #13633: [Improvement](bloomfilter) allocate memory for BF in open phase (#13494)

2022-10-24 Thread GitBox
Gabriel39 opened a new pull request, #13633: URL: https://github.com/apache/doris/pull/13633 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] englefly commented on a diff in pull request #13600: [fix](planner) inlineView alias error

2022-10-24 Thread GitBox
englefly commented on code in PR #13600: URL: https://github.com/apache/doris/pull/13600#discussion_r1004058783 ## regression-test/suites/correctness/test_pushdown_pred_to_view.groovy: ## @@ -54,7 +54,7 @@ The same resolve error occurs when re-analyze v2. """ qt_sq

[GitHub] [doris] zhannngchen opened a new pull request, #13629: [bug](load) fix core dump when get_memtable_consumption_inflush

2022-10-24 Thread GitBox
zhannngchen opened a new pull request, #13629: URL: https://github.com/apache/doris/pull/13629 # Proposed changes Issue Number: close #13610 ## Problem summary If delta writer is not inited, `_flush_token` might be `nullptr`. ## Checklist(Required) 1. Does

[GitHub] [doris] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1004053499 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/JoinEstimation.java: ## @@ -124,11 +147,56 @@ private static JoinEstimationResult estimateInnerJoin(Physica

[GitHub] [doris] cambyzju opened a new pull request, #13627: [fix](array-type) support CTAS for ARRAY column from collect_list and collect_set

2022-10-24 Thread GitBox
cambyzju opened a new pull request, #13627: URL: https://github.com/apache/doris/pull/13627 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. CTAS got wrong result for CHAR or VARCHAR type. ``` mysql> create table l1 a

[GitHub] [doris] yiguolei merged pull request #13620: [fix](regression-test) set label for stream load

2022-10-24 Thread GitBox
yiguolei merged PR #13620: URL: https://github.com/apache/doris/pull/13620 -- 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] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1004044540 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalOlapScan.java: ## @@ -105,7 +105,8 @@ public PreAggStatus getPreAggStatus() { pu

[doris] branch master updated (f802fc37ff -> de5bc6a8a5)

2022-10-24 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 f802fc37ff add date function 'last_day' (#13609) add de5bc6a8a5 [fix](regression-test) set label for stream load

[GitHub] [doris] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1004043979 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/Literal.java: ## @@ -82,6 +82,10 @@ public static Literal of(Object value) { publ

[GitHub] [doris] adonis0147 opened a new pull request, #13626: [chore](macOS) Support macOS Ventura (13.0)

2022-10-24 Thread GitBox
adonis0147 opened a new pull request, #13626: URL: https://github.com/apache/doris/pull/13626 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem summary We need the tool `makeinfo` to build third parties on macOS Ventura (13.0). ## Checklist(Required)

[GitHub] [doris] lsy3993 closed pull request #13466: [function](date_function)add new date function 'last_day'

2022-10-24 Thread GitBox
lsy3993 closed pull request #13466: [function](date_function)add new date function 'last_day' URL: https://github.com/apache/doris/pull/13466 -- 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 spec

[GitHub] [doris] github-actions[bot] commented on pull request #13612: [feature-array](array-type) Add array function array_enumerate

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13612: URL: https://github.com/apache/doris/pull/13612#issuecomment-1290030796 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 #13612: [feature-array](array-type) Add array function array_enumerate

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13612: URL: https://github.com/apache/doris/pull/13612#issuecomment-1290030835 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] morrySnow commented on issue #13623: function registry in Nereids

2022-10-24 Thread GitBox
morrySnow commented on issue #13623: URL: https://github.com/apache/doris/issues/13623#issuecomment-1290028311 #12671 -- 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] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1004035628 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -104,7 +104,10 @@ public static void estimate(GroupExpression groupExpression)

[doris] branch master updated: add date function 'last_day' (#13609)

2022-10-24 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 f802fc37ff add date function 'last_day' (#13

[GitHub] [doris] dataroaring closed issue #13139: [Enhancement] Add new builtin function of the last day of month

2022-10-24 Thread GitBox
dataroaring closed issue #13139: [Enhancement] Add new builtin function of the last day of month URL: https://github.com/apache/doris/issues/13139 -- 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] dataroaring merged pull request #13609: [function](date function) add date function 'last_day'

2022-10-24 Thread GitBox
dataroaring merged PR #13609: URL: https://github.com/apache/doris/pull/13609 -- 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] github-actions[bot] commented on pull request #13602: [fix](test) let cases use their own table name

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13602: URL: https://github.com/apache/doris/pull/13602#issuecomment-1290017291 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[doris] branch master updated: [fix](test) let cases use their own table name (#13602)

2022-10-24 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi 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 57f479d9d2 [fix](test) let cases use their own

[GitHub] [doris] xinyiZzz merged pull request #13602: [fix](test) let cases use their own table name

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

[GitHub] [doris] github-actions[bot] commented on pull request #13602: [fix](test) let cases use their own table name

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13602: URL: https://github.com/apache/doris/pull/13602#issuecomment-1290017254 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 #13620: [fix](regression-test) set label for stream load

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13620: URL: https://github.com/apache/doris/pull/13620#issuecomment-1290015832 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 #13620: [fix](regression-test) set label for stream load

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13620: URL: https://github.com/apache/doris/pull/13620#issuecomment-1290015808 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] fisher997 commented on issue #13458: Implement the mask function of hive in Doris

2022-10-24 Thread GitBox
fisher997 commented on issue #13458: URL: https://github.com/apache/doris/issues/13458#issuecomment-1290014893 已发邮件 -- 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 unsub

[doris] branch master updated: [fix](load) clear and notify when an error happens in flushing (#13589)

2022-10-24 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 c24e5585c3 [fix](load) clear and notify when

[GitHub] [doris] dataroaring merged pull request #13589: [fix](load) clear and notify when an error happens in flushing

2022-10-24 Thread GitBox
dataroaring merged PR #13589: URL: https://github.com/apache/doris/pull/13589 -- 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] github-actions[bot] commented on pull request #13609: [function](date function) add date function 'last_day'

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13609: URL: https://github.com/apache/doris/pull/13609#issuecomment-1289992960 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 #13609: [function](date function) add date function 'last_day'

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13609: URL: https://github.com/apache/doris/pull/13609#issuecomment-1289992934 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] hello-stephen commented on pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
hello-stephen commented on PR #13375: URL: https://github.com/apache/doris/pull/13375#issuecomment-1289986198 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.79 seconds load time: 563 seconds storage size: 17154644849 Bytes https://doris-co

[GitHub] [doris] morningman opened a new pull request, #13620: [fix](regression-test) set label for stream load

2022-10-24 Thread GitBox
morningman opened a new pull request, #13620: URL: https://github.com/apache/doris/pull/13620 # Proposed changes Issue Number: close #xxx ## Problem summary So that we can for job info easier in regression test ## Checklist(Required) 1. Does it affect the or

[GitHub] [doris] dutyu opened a new pull request, #13619: Fix dirty uninstallation 1.1 lts

2022-10-24 Thread GitBox
dutyu opened a new pull request, #13619: URL: https://github.com/apache/doris/pull/13619 # Proposed changes Issue Number: close #13540 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] ByteYue opened a new pull request, #13618: [BugFix](replace function) fix infinite loop in replace function

2022-10-24 Thread GitBox
ByteYue opened a new pull request, #13618: URL: https://github.com/apache/doris/pull/13618 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] LOVEGISER commented on issue #13458: Implement the mask function of hive in Doris

2022-10-24 Thread GitBox
LOVEGISER commented on issue #13458: URL: https://github.com/apache/doris/issues/13458#issuecomment-1289951878 您好,麻烦提供下您这块的邮箱地址,我联系下您。或者发邮件到wang...@flywheels.com。我们和您沟通下需求和设计。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] yiguolei commented on pull request #13189: [fix](rowset) fix that rowset writer doesn't process the return value , which may result in data loss

2022-10-24 Thread GitBox
yiguolei commented on PR #13189: URL: https://github.com/apache/doris/pull/13189#issuecomment-1289951264 [](https://github.com/apache/doris/pull/13224) -- 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] wangshuo128 commented on a diff in pull request #13416: [Feature](Nereids) Support materialized index selection.

2022-10-24 Thread GitBox
wangshuo128 commented on code in PR #13416: URL: https://github.com/apache/doris/pull/13416#discussion_r1003977525 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/mv/SelectMaterializedIndexWithoutAggregate.java: ## @@ -0,0 +1,147 @@ +// Licensed to the Apache Software

[GitHub] [doris] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1003977378 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/JoinEstimation.java: ## @@ -124,11 +147,56 @@ private static JoinEstimationResult estimateInnerJoin(Physica

[GitHub] [doris] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1003977227 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/JoinEstimation.java: ## @@ -69,6 +69,29 @@ private static class JoinEstimationResult { public doubl

[doris] branch master updated (57e248e09b -> 7fe7c01125)

2022-10-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 57e248e09b [feature-wip](unique-key-merge-on-write) check whether the partition column is a key column when create

[GitHub] [doris] BiteTheDDDDt merged pull request #13591: [Bug](decimal) Fix incorrect result for decimal multiply

2022-10-24 Thread GitBox
BiteThet merged PR #13591: URL: https://github.com/apache/doris/pull/13591 -- 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] yiguolei commented on pull request #13381: [Fix](agg) fix bitmap agg core dump when phmap pointer assert alignment

2022-10-24 Thread GitBox
yiguolei commented on PR #13381: URL: https://github.com/apache/doris/pull/13381#issuecomment-1289948872 1.1 not has this problem. Remove tags. -- 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] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1003974662 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -47,6 +48,11 @@ * Inspired by Presto. */ public class CostCalculator { +s

[GitHub] [doris] github-actions[bot] commented on pull request #13449: [feature](Nereids): HyperGraph data struct.

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13449: URL: https://github.com/apache/doris/pull/13449#issuecomment-1289944530 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 #13449: [feature](Nereids): HyperGraph data struct.

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13449: URL: https://github.com/apache/doris/pull/13449#issuecomment-1289944504 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] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1003972708 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -47,6 +48,11 @@ * Inspired by Presto. */ public class CostCalculator { +s

[GitHub] [doris] nextdreamblue commented on pull request #13604: [fix](fe) Inconsistent behavior for string comparison in FE and BE

2022-10-24 Thread GitBox
nextdreamblue commented on PR #13604: URL: https://github.com/apache/doris/pull/13604#issuecomment-1289943396 > Please add test case. done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [doris] wangshuo128 commented on a diff in pull request #13416: [Feature](Nereids) Support materialized index selection.

2022-10-24 Thread GitBox
wangshuo128 commented on code in PR #13416: URL: https://github.com/apache/doris/pull/13416#discussion_r1003970016 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalOlapScan.java: ## @@ -164,30 +164,31 @@ public long getSelectedIndexId() {

[GitHub] [doris] wangshuo128 commented on a diff in pull request #13416: [Feature](Nereids) Support materialized index selection.

2022-10-24 Thread GitBox
wangshuo128 commented on code in PR #13416: URL: https://github.com/apache/doris/pull/13416#discussion_r1003970016 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalOlapScan.java: ## @@ -164,30 +164,31 @@ public long getSelectedIndexId() {

[GitHub] [doris] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1003964187 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java: ## @@ -39,6 +40,8 @@ * Representation for group expression in cascades optimizer. *

[GitHub] [doris] englefly commented on a diff in pull request #13375: [feature](nereids) Estimate plan cost by column ndv and table row count

2022-10-24 Thread GitBox
englefly commented on code in PR #13375: URL: https://github.com/apache/doris/pull/13375#discussion_r1003962955 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java: ## @@ -39,6 +40,8 @@ * Representation for group expression in cascades optimizer. *

[GitHub] [doris] starocean999 opened a new pull request, #13614: [fix](sort)order by constant expr bug

2022-10-24 Thread GitBox
starocean999 opened a new pull request, #13614: URL: https://github.com/apache/doris/pull/13614 # Proposed changes Issue Number: close (https://github.com/apache/doris/issues/13350) ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it

[GitHub] [doris] starocean999 opened a new pull request, #13613: [fix](sort)order by constant expr bug

2022-10-24 Thread GitBox
starocean999 opened a new pull request, #13613: URL: https://github.com/apache/doris/pull/13613 # Proposed changes Issue Number: close (https://github.com/apache/doris/issues/13350) ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it

[GitHub] [doris] eldenmoon opened a new pull request, #13612: [feature-array](array-type) Add array function array_enumerate

2022-10-24 Thread GitBox
eldenmoon opened a new pull request, #13612: URL: https://github.com/apache/doris/pull/13612 Returns array sub item indexes eg. [1, 2, 3, …, length (arr) ] ``` mysql> create table array_type_table(k1 INT, k2 Array) duplicate key (k1) -> distributed by hash(k1) buckets 1 prop

[GitHub] [doris] morrySnow commented on pull request #13597: [fix](planner) cannot recogonize column's table when analyze rewrite expr

2022-10-24 Thread GitBox
morrySnow commented on PR #13597: URL: https://github.com/apache/doris/pull/13597#issuecomment-1289912708 > Please add test case will add regression test case after fix all p0 and ut failed cases -- This is an automated message from the Apache Git Service. To respond to the message,

[doris] branch branch-1.2-unstable updated: [fix](load) clear and notify when an error happens in flushing

2022-10-24 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-unstable by this push: new 66ebb075e7 [fix](

[GitHub] [doris] hf200012 commented on issue #13610: [Bug] doris be core dump

2022-10-24 Thread GitBox
hf200012 commented on issue #13610: URL: https://github.com/apache/doris/issues/13610#issuecomment-1289859261 @siriume Add my WeChat: 35926237, let's take a look at your question -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] morningman commented on pull request #13597: [fix](planner) cannot recogonize column's table when analyze rewrite expr

2022-10-24 Thread GitBox
morningman commented on PR #13597: URL: https://github.com/apache/doris/pull/13597#issuecomment-1289845553 Please add test case -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [doris] morningman commented on pull request #13604: [fix][fe] Inconsistent behavior for string comparison in FE and BE

2022-10-24 Thread GitBox
morningman commented on PR #13604: URL: https://github.com/apache/doris/pull/13604#issuecomment-1289844330 Please add test case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [doris] github-actions[bot] commented on pull request #8863: [improvement](test) add min and avg window function case

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #8863: URL: https://github.com/apache/doris/pull/8863#issuecomment-1289807255 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] github-actions[bot] commented on pull request #8895: [Feature]Add codegen with llvm

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #8895: URL: https://github.com/apache/doris/pull/8895#issuecomment-1289807209 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] github-actions[bot] commented on pull request #9132: [Enhancement] Optimize log content, stop print stackinfo #9130

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #9132: URL: https://github.com/apache/doris/pull/9132#issuecomment-1289807184 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] github-actions[bot] commented on pull request #9193: [Feature]Add multi-thread probe to hash join

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #9193: URL: https://github.com/apache/doris/pull/9193#issuecomment-1289807166 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] github-actions[bot] commented on pull request #13589: [fix](load) clear and notify when an error happens in flushing

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13589: URL: https://github.com/apache/doris/pull/13589#issuecomment-1289448697 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 #13589: [fix](load) clear and notify when an error happens in flushing

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13589: URL: https://github.com/apache/doris/pull/13589#issuecomment-1289448659 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] Jibing-Li opened a new pull request, #13611: [test](multi-catalog)Regression test for external hive parquet table.

2022-10-24 Thread GitBox
Jibing-Li opened a new pull request, #13611: URL: https://github.com/apache/doris/pull/13611 # Proposed changes Issue Number: close #xxx ## Problem summary Regression test for external hive parquet table. Using docker to provide hive environment. ## Checklist(Req

[GitHub] [doris] siriume opened a new issue, #13610: [Bug] doris be core dump

2022-10-24 Thread GitBox
siriume opened a new issue, #13610: URL: https://github.com/apache/doris/issues/13610 ### 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-409bd76

[GitHub] [doris] hello-stephen commented on pull request #13449: [feature](Nereids): HyperGraph data struct.

2022-10-24 Thread GitBox
hello-stephen commented on PR #13449: URL: https://github.com/apache/doris/pull/13449#issuecomment-1289219335 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.65 seconds load time: 591 seconds storage size: 17154768746 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13596: [Bugfix](manager) fix query profile key incompatible with old versions

2022-10-24 Thread GitBox
hello-stephen commented on PR #13596: URL: https://github.com/apache/doris/pull/13596#issuecomment-1289199452 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.39 seconds load time: 581 seconds storage size: 17154815903 Bytes https://doris-co

[GitHub] [doris] lsy3993 opened a new pull request, #13609: [function](date function) add date function 'last_day'

2022-10-24 Thread GitBox
lsy3993 opened a new pull request, #13609: URL: https://github.com/apache/doris/pull/13609 # Proposed changes Issue Number: close #13139 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] jackwener closed pull request #12703: [feature](Nereids): all left deep join reorder when push project into join

2022-10-24 Thread GitBox
jackwener closed pull request #12703: [feature](Nereids): all left deep join reorder when push project into join URL: https://github.com/apache/doris/pull/12703 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] jackwener closed pull request #12678: [improve](Nereids): push Project inside Join.

2022-10-24 Thread GitBox
jackwener closed pull request #12678: [improve](Nereids): push Project inside Join. URL: https://github.com/apache/doris/pull/12678 -- 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

[GitHub] [doris] jackwener commented on a diff in pull request #13601: [Feature](Nereids) Support join hint.

2022-10-24 Thread GitBox
jackwener commented on code in PR #13601: URL: https://github.com/apache/doris/pull/13601#discussion_r1003391337 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -851,10 +855,23 @@ private LogicalPlan withJoinRelations(LogicalPlan input,

[GitHub] [doris] adonis0147 commented on a diff in pull request #13607: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m…

2022-10-24 Thread GitBox
adonis0147 commented on code in PR #13607: URL: https://github.com/apache/doris/pull/13607#discussion_r1003389550 ## thirdparty/build-thirdparty.sh: ## @@ -1345,8 +1345,13 @@ build_hdfs3() { cd "${BUILD_DIR}" rm -rf ./* +if [[ "$(uname -m)" == "aarch64" ]]; then

[GitHub] [doris] cambyzju opened a new pull request, #13608: [bugfix](join) inner join return wrong result

2022-10-24 Thread GitBox
cambyzju opened a new pull request, #13608: URL: https://github.com/apache/doris/pull/13608 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/13606 ## Problem summary In vectorized engine, columns in block should have the same rows. Inside f

[GitHub] [doris] hello-stephen opened a new pull request, #13607: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m…

2022-10-24 Thread GitBox
hello-stephen opened a new pull request, #13607: URL: https://github.com/apache/doris/pull/13607 …sse4.2' # Proposed changes Issue Number: close #xxx ## Problem summary When compiling third-party hdfs on aarch64 machine, got error: g++-11: error: unrecognized c

[GitHub] [doris] cambyzju opened a new issue, #13606: [Bug] inner join with functions return wrong result

2022-10-24 Thread GitBox
cambyzju opened a new issue, #13606: URL: https://github.com/apache/doris/issues/13606 ### 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 latest-master

[GitHub] [doris] hello-stephen commented on pull request #13046: [enhancement](Nereids)Optimize CostAndEnforcerJob

2022-10-24 Thread GitBox
hello-stephen commented on PR #13046: URL: https://github.com/apache/doris/pull/13046#issuecomment-1289084615 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.35 seconds load time: 581 seconds storage size: 17154821303 Bytes https://doris-co

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) check whether the partition column is a key column when create table for MOW table (#13490)

2022-10-24 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 57e248e09b [feature-wip](unique-key-merge-on

[GitHub] [doris] dataroaring merged pull request #13490: [feature-wip](unique-key-merge-on-write) check whether the partition column is a key column when create table for MOW table

2022-10-24 Thread GitBox
dataroaring merged PR #13490: URL: https://github.com/apache/doris/pull/13490 -- 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] gavinchou commented on pull request #13490: [feature-wip](unique-key-merge-on-write) check whether the partition column is a key column when create table for MOW table

2022-10-24 Thread GitBox
gavinchou commented on PR #13490: URL: https://github.com/apache/doris/pull/13490#issuecomment-1289019439 @dataroaring -- 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 u

[doris] branch master updated: [chore](macOS) Fix issues found on macOS x86_64 (#13583)

2022-10-24 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling 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 2cf89c55c2 [chore](macOS) Fix issues found on

[GitHub] [doris] adonis0147 merged pull request #13583: [chore](macOS) Fix issues found on macOS x86_64

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

[GitHub] [doris] morrySnow opened a new issue, #13605: [Bug] Unknown column when use MV and table alias

2022-10-24 Thread GitBox
morrySnow opened a new issue, #13605: URL: https://github.com/apache/doris/issues/13605 ### 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 all #

[GitHub] [doris] morrySnow commented on a diff in pull request #13600: [fix](planner) inlineView alias error

2022-10-24 Thread GitBox
morrySnow commented on code in PR #13600: URL: https://github.com/apache/doris/pull/13600#discussion_r1003249044 ## regression-test/suites/correctness/test_pushdown_pred_to_view.groovy: ## @@ -54,7 +54,7 @@ The same resolve error occurs when re-analyze v2. """ qt_s

[GitHub] [doris] morrySnow commented on a diff in pull request #13416: [Feature](Nereids) Support materialized index selection.

2022-10-24 Thread GitBox
morrySnow commented on code in PR #13416: URL: https://github.com/apache/doris/pull/13416#discussion_r1003217319 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalOlapScan.java: ## @@ -87,7 +87,7 @@ public LogicalOlapScan(RelationId id, Table table,

[GitHub] [doris] dataalive commented on issue #13411: [Feature] 运行一段时间的flink算子后,be就会宕机,谁能知道这个问题咋解决

2022-10-24 Thread GitBox
dataalive commented on issue #13411: URL: https://github.com/apache/doris/issues/13411#issuecomment-1288929540 has Doris been upgraded to 1.1.3 ? -- 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

[GitHub] [doris] dataalive closed issue #13461: 7.5 检查导入数据 执行下面的 SQL 语句检查导入的数据量上 上面的数据量是一致。文案错误

2022-10-24 Thread GitBox
dataalive closed issue #13461: 7.5 检查导入数据 执行下面的 SQL 语句检查导入的数据量上 上面的数据量是一致。文案错误 URL: https://github.com/apache/doris/issues/13461 -- 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-website] branch master updated: update create table random bucket

2022-10-24 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 4abeb82388c update create table ran

[GitHub] [doris] zhengshiJ commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-10-24 Thread GitBox
zhengshiJ commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1003209193 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/ChildOutputPropertyDeriver.java: ## @@ -87,6 +89,18 @@ public PhysicalProperties visitPhysicalAggrega

[GitHub] [doris] dataalive closed issue #13570: [Bug] CREATE STORAGE POLICY 提示语法错误

2022-10-24 Thread GitBox
dataalive closed issue #13570: [Bug] CREATE STORAGE POLICY 提示语法错误 URL: https://github.com/apache/doris/issues/13570 -- 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 unsubscri

[GitHub] [doris] dataalive commented on issue #13570: [Bug] CREATE STORAGE POLICY 提示语法错误

2022-10-24 Thread GitBox
dataalive commented on issue #13570: URL: https://github.com/apache/doris/issues/13570#issuecomment-1288899700 the document has been wrongly put in version 1.1 , we will fix it . the feature is supported after version 1.2 like @stalary has said -- This is an automated message from the Apa

[GitHub] [doris] github-actions[bot] commented on pull request #13594: [chore](be version) Check BE version by script

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13594: URL: https://github.com/apache/doris/pull/13594#issuecomment-1288896811 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 #13594: [chore](be version) Check BE version by script

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13594: URL: https://github.com/apache/doris/pull/13594#issuecomment-1288896858 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 #13594: [chore](be version) Check BE version by script

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13594: URL: https://github.com/apache/doris/pull/13594#issuecomment-126730 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3311020936";) output. shellcheck err

[GitHub] [doris] nextdreamblue opened a new pull request, #13604: [fix][fe] Inconsistent behavior for string comparison in FE and BE

2022-10-24 Thread GitBox
nextdreamblue opened a new pull request, #13604: URL: https://github.com/apache/doris/pull/13604 Signed-off-by: nextdreamblue # Proposed changes Issue Number: close #13573 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it af

[GitHub] [doris] nextdreamblue commented on issue #13573: [Bug] Inconsistent behavior for string comparison in FE and BE

2022-10-24 Thread GitBox
nextdreamblue commented on issue #13573: URL: https://github.com/apache/doris/issues/13573#issuecomment-1288867509 be中,字符串的比较是基于utf8的编码,按字节比较,字节是基于uint8 fe中,java基于signed byte 导致be中fe中,编码值对应的数字值不同导致排序不同 -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [doris] github-actions[bot] commented on pull request #13593: [opt](planer) remove unless cast of avg function

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13593: URL: https://github.com/apache/doris/pull/13593#issuecomment-1288820069 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 #13593: [opt](planer) remove unless cast of avg function

2022-10-24 Thread GitBox
github-actions[bot] commented on PR #13593: URL: https://github.com/apache/doris/pull/13593#issuecomment-1288819830 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] huangkaiyan10 opened a new issue, #13603: at flinksql job,flink-doris-connector fail to SerializedThrowable

2022-10-24 Thread GitBox
huangkaiyan10 opened a new issue, #13603: URL: https://github.com/apache/doris/issues/13603 ### 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.3

  1   2   >