[GitHub] [doris] github-actions[bot] commented on pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11952: URL: https://github.com/apache/doris/pull/11952#issuecomment-1221925037 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 #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11952: URL: https://github.com/apache/doris/pull/11952#issuecomment-1221925001 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] Gabriel39 opened a new pull request, #11960: [Regression](rollup) Modify test case

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

[GitHub] [doris] pengxiangyu opened a new pull request, #11959: [feature](remote)Add cache files cleaner for remote olap files

2022-08-21 Thread GitBox
pengxiangyu opened a new pull request, #11959: URL: https://github.com/apache/doris/pull/11959 # Proposed changes Issue Number: close #11958 ## Problem summary Add cache files cleaner for remote olap files ## Checklist(Required) 1. Does it affect the origina

[GitHub] [doris] pengxiangyu opened a new issue, #11958: [Feature] Add cache files cleaner for remote olap files

2022-08-21 Thread GitBox
pengxiangyu opened a new issue, #11958: URL: https://github.com/apache/doris/issues/11958 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description Add ca

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951037106 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -98,19 +213,20 @@ public static Pair, List> getOnClauseUsedSlot List leftSl

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951036619 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -87,6 +91,117 @@ private static boolean isEqualTo(List leftSlots, List left; +

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951036202 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -51,14 +55,14 @@ public static boolean onlyShuffle(AbstractPhysicalJoin join) {

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951035623 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/AbstractPhysicalJoin.java: ## @@ -78,11 +90,27 @@ public boolean equals(Object o) {

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951035097 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -132,7 +167,10 @@ public List computeOutput(Plan leftInput, Plan righ

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951034098 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/algebra/Join.java: ## @@ -28,5 +29,9 @@ public interface Join { JoinType getJoinType(); -O

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951033596 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/ExpressionRewrite.java: ## @@ -106,15 +107,25 @@ private class JoinExpressionRewrite exte

[GitHub] [doris] sangetang opened a new issue, #11957: [Bug] NPE LoadLabelCleaner

2022-08-21 Thread GitBox
sangetang opened a new issue, #11957: URL: https://github.com/apache/doris/issues/11957 ### 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.1-rc03

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951011122 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -74,25 +93,30 @@ public Plan reorderJoinsAccordingToConditions() {

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951010422 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -145,12 +183,16 @@ public boolean equals(Object o) { retur

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-21 Thread GitBox
wangshuo128 commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951000690 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -74,25 +91,30 @@ public Optional reorderJoinsAccordingToConditions()

[GitHub] [doris] hf200012 opened a new pull request, #11956: [Typo](doc) Rewrite the Quick Start document

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

[GitHub] [doris] github-actions[bot] commented on pull request #11859: [fix](agg)repeat node shouldn't change slot's nullable property of agg node

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11859: URL: https://github.com/apache/doris/pull/11859#issuecomment-1221787431 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 pull request #11861: [fix](grouping)fix grouping function bug

2022-08-21 Thread GitBox
morrySnow commented on PR #11861: URL: https://github.com/apache/doris/pull/11861#issuecomment-1221786886 @yangzhg 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 u

[GitHub] [doris-website] hf200012 merged pull request #59: [CDN] Use aliyun-oss-website-action in our repo

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

[doris-website] branch master updated: [CDN] Use aliyun-oss-website-action in our repo (#59)

2022-08-21 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 e3eee449bfb [CDN] Use aliyun-oss-we

[GitHub] [doris] yangzhg commented on a diff in pull request #11917: [Bugfix](datetime) fix DateLiteral range check is no longer valid

2022-08-21 Thread GitBox
yangzhg commented on code in PR #11917: URL: https://github.com/apache/doris/pull/11917#discussion_r950997358 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java: ## @@ -435,6 +435,9 @@ private void init(String s, Type type) throws AnalysisException {

[GitHub] [doris] yangzhg commented on a diff in pull request #11917: [Bugfix](datetime) fix DateLiteral range check is no longer valid

2022-08-21 Thread GitBox
yangzhg commented on code in PR #11917: URL: https://github.com/apache/doris/pull/11917#discussion_r950997358 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java: ## @@ -435,6 +435,9 @@ private void init(String s, Type type) throws AnalysisException {

[GitHub] [doris] yangzhg commented on a diff in pull request #11917: [Bugfix](datetime) fix DateLiteral range check is no longer valid

2022-08-21 Thread GitBox
yangzhg commented on code in PR #11917: URL: https://github.com/apache/doris/pull/11917#discussion_r950997358 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java: ## @@ -435,6 +435,9 @@ private void init(String s, Type type) throws AnalysisException {

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #59: [CDN] Use aliyun-oss-website-action in our repo

2022-08-21 Thread GitBox
jeffreys-cat opened a new pull request, #59: URL: https://github.com/apache/doris-website/pull/59 Update submodule path -- 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

[GitHub] [doris] jacktengg commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-21 Thread GitBox
jacktengg commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r950996455 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -519,6 +521,12 @@ public class SessionVariable implements Serializable, Writable { @V

[GitHub] [doris] github-actions[bot] commented on pull request #11795: [enhancement](Nereids)support max function

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11795: URL: https://github.com/apache/doris/pull/11795#issuecomment-1221776576 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] morrySnow commented on pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-21 Thread GitBox
morrySnow commented on PR #11802: URL: https://github.com/apache/doris/pull/11802#issuecomment-1221770279 > you can uncomment the `order_qt_in_predicate_5` and `order_qt_in_predicate_6` in `regression-test/suites/nereids_syntax_p0/inpredicate.groovy` for regression testing done --

[GitHub] [doris] morrySnow commented on pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-21 Thread GitBox
morrySnow commented on PR #11802: URL: https://github.com/apache/doris/pull/11802#issuecomment-1221770129 > inpredicate.groovy 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 the spec

[GitHub] [doris] github-actions[bot] commented on pull request #11955: [improvement](compress) Support compress/decompress block with lz4

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11955: URL: https://github.com/apache/doris/pull/11955#issuecomment-1221769974 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 #11955: [improvement](compress) Support compress/decompress block with lz4

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11955: URL: https://github.com/apache/doris/pull/11955#issuecomment-1221770003 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-website] branch master updated: Change error port (#57)

2022-08-21 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 ac077a1fd3b Change error port (#57)

[doris] branch master updated: [fix][Vectorized] Fix nullptr deref in data sink (#11473)

2022-08-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 0b33824eef [fix][Vectorized] Fix nullptr dere

[GitHub] [doris-website] hf200012 merged pull request #57: Change error port

2022-08-21 Thread GitBox
hf200012 merged PR #57: URL: https://github.com/apache/doris-website/pull/57 -- 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-website] hf200012 merged pull request #58: [CDN] Use aliyun-oss-website-action in our repo

2022-08-21 Thread GitBox
hf200012 merged PR #58: URL: https://github.com/apache/doris-website/pull/58 -- 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] morningman merged pull request #11473: [Bug][Vectorized] Fix nullptr deref in data sink

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

[doris-website] branch master updated: [CDN] Use aliyun-oss-website-action in our repo (#58)

2022-08-21 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 b602157c183 [CDN] Use aliyun-oss-we

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #58: [CDN] Use aliyun-oss-website-action in our repo

2022-08-21 Thread GitBox
jeffreys-cat opened a new pull request, #58: URL: https://github.com/apache/doris-website/pull/58 Because ```aliyun-oss-website-action``` is not created by Github or verified creators, and it does not comply with Apache rules, We use ```git submodule``` use it in our repo. ```actions/checko

[doris] branch master updated: [enhancement](memory) Reduce virtual memory used by PaddedPODArray (#11816)

2022-08-21 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 92cef580f3 [enhancement](memory) Reduce virtual

[GitHub] [doris] yiguolei merged pull request #11816: [enhancement](memory) Reduce virtual memory used by PaddedPODArray

2022-08-21 Thread GitBox
yiguolei merged PR #11816: URL: https://github.com/apache/doris/pull/11816 -- 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: [improvement](config)Enable insert strict (#11866)

2022-08-21 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 26deebccb8 [improvement](config)Enable insert s

[GitHub] [doris] yiguolei closed issue #11865: [Bug] Turn on insert into strict mode

2022-08-21 Thread GitBox
yiguolei closed issue #11865: [Bug] Turn on insert into strict mode URL: https://github.com/apache/doris/issues/11865 -- 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] yiguolei merged pull request #11866: [improvement](config)Enable insert strict

2022-08-21 Thread GitBox
yiguolei merged PR #11866: URL: https://github.com/apache/doris/pull/11866 -- 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-website] jeffreys-cat closed pull request #33: [CDN] Upload files to OSS

2022-08-21 Thread GitBox
jeffreys-cat closed pull request #33: [CDN] Upload files to OSS URL: https://github.com/apache/doris-website/pull/33 -- 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 unsubscr

[GitHub] [doris] mrhhsg opened a new pull request, #11955: [improvement](compress) Support compress/decompress block with lz4

2022-08-21 Thread GitBox
mrhhsg opened a new pull request, #11955: URL: https://github.com/apache/doris/pull/11955 # Proposed changes Issue Number: close #xxx ## Problem summary LZ4 is more faster than snappy. https://user-images.githubusercontent.com/1179834/185831817-181766a1-703b-4e28-8b7a-

[GitHub] [doris] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r950983767 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java: ## @@ -0,0 +1,180 @@ +// Licensed to the Apache Software Foundat

[GitHub] [doris] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r950983547 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/CheckAnalysis.java: ## @@ -0,0 +1,48 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] github-actions[bot] commented on pull request #11936: [Bug] (bitmap) intersect_count function use in string cause ASAN error

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11936: URL: https://github.com/apache/doris/pull/11936#issuecomment-1221751882 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 #11936: [Bug] (bitmap) intersect_count function use in string cause ASAN error

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11936: URL: https://github.com/apache/doris/pull/11936#issuecomment-1221751854 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] zhangstar333 commented on a diff in pull request #11936: [Bug] (bitmap) intersect_count function use in string cause ASAN error

2022-08-21 Thread GitBox
zhangstar333 commented on code in PR #11936: URL: https://github.com/apache/doris/pull/11936#discussion_r950981024 ## be/src/util/bitmap_intersect.h: ## @@ -242,4 +266,91 @@ struct BitmapIntersect { std::map _bitmaps; }; +template <> +struct BitmapIntersect { +public: +

[GitHub] [doris] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-21 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r950979587 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ComparisonPredicate.java: ## @@ -39,45 +37,21 @@ public abstract class ComparisonPredicate exten

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #11954: [Chore](script) support custom python version on build script

2022-08-21 Thread GitBox
BiteThet opened a new pull request, #11954: URL: https://github.com/apache/doris/pull/11954 # Proposed changes Sometime, we want to specify a python version for build script. we can set `export DORIS_BUILD_PYTHON_VERSION=python3` now. ## Problem summary Describe yo

[GitHub] [doris] icedrugs89 commented on issue #11888: [Bug] 数据列内容不一致

2022-08-21 Thread GitBox
icedrugs89 commented on issue #11888: URL: https://github.com/apache/doris/issues/11888#issuecomment-1221737338 与社区的技术人员沟通后,采用如下的步骤验证: 1.be.conf增加enable_storage_vectorization = false重启 2.执行select * from fin_dw.dwd_trade_draw_pdi a where date(a.time_loan) >='2022-01-01' and a.loan_state

[GitHub] [doris] nextdreamblue commented on a diff in pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-08-21 Thread GitBox
nextdreamblue commented on code in PR #11942: URL: https://github.com/apache/doris/pull/11942#discussion_r950964182 ## fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java: ## @@ -162,14 +166,17 @@ public RestoreJob() { } public RestoreJob(String label, S

[GitHub] [doris] nextdreamblue commented on a diff in pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-08-21 Thread GitBox
nextdreamblue commented on code in PR #11942: URL: https://github.com/apache/doris/pull/11942#discussion_r950968930 ## fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java: ## @@ -162,14 +166,17 @@ public RestoreJob() { } public RestoreJob(String label, S

[GitHub] [doris] yiguolei commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-21 Thread GitBox
yiguolei commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r950967537 ## be/src/vec/exec/volap_scanner.cpp: ## @@ -172,6 +172,11 @@ Status VOlapScanner::_init_tablet_reader_params( ->is_segments_overlapping());

[GitHub] [doris] yiguolei commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-21 Thread GitBox
yiguolei commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r950967191 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -519,6 +521,12 @@ public class SessionVariable implements Serializable, Writable { @Va

[GitHub] [doris] yiguolei commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-21 Thread GitBox
yiguolei commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r950966213 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -519,6 +521,12 @@ public class SessionVariable implements Serializable, Writable { @Va

[GitHub] [doris] nextdreamblue commented on a diff in pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-08-21 Thread GitBox
nextdreamblue commented on code in PR #11942: URL: https://github.com/apache/doris/pull/11942#discussion_r950965400 ## fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java: ## @@ -1858,6 +1893,7 @@ public void readFields(DataInput in) throws IOException {

[GitHub] [doris] yixiutt opened a new pull request, #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid…

2022-08-21 Thread GitBox
yixiutt opened a new pull request, #11953: URL: https://github.com/apache/doris/pull/11953 … delete_bitmap 1. use rlock in most logic instead of wrlock 2. filter stale rowset's delete bitmap in save meta 3. add a delete_bitmap lock to handle compaction and publish_txn confict

[GitHub] [doris] nextdreamblue commented on a diff in pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-08-21 Thread GitBox
nextdreamblue commented on code in PR #11942: URL: https://github.com/apache/doris/pull/11942#discussion_r950964011 ## fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java: ## @@ -1858,6 +1893,7 @@ public void readFields(DataInput in) throws IOException {

[GitHub] [doris-website] yuanyuan8983 opened a new pull request, #57: Change error port

2022-08-21 Thread GitBox
yuanyuan8983 opened a new pull request, #57: URL: https://github.com/apache/doris-website/pull/57 Change the wrong port in JDBC demo -- 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 c

[GitHub] [doris] github-actions[bot] commented on pull request #11951: [FixAssist](compaction) add DCHECK in BlockReader::_unique_key_next_block to reason problem

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11951: URL: https://github.com/apache/doris/pull/11951#issuecomment-1221717976 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 #11951: [FixAssist](compaction) add DCHECK in BlockReader::_unique_key_next_block to reason problem

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11951: URL: https://github.com/apache/doris/pull/11951#issuecomment-1221717954 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] jacktengg opened a new pull request, #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-21 Thread GitBox
jacktengg opened a new pull request, #11952: URL: https://github.com/apache/doris/pull/11952 # Proposed changes Issue Number: close #xxx ## Problem summary For debug purpose: add session variable agg_as_duplicate, when set to true, tables of aggregate key model and uniqu

[doris] branch master updated: [feature-wip](parquet-reader) decode parquet time & datetime & decimal (#11845)

2022-08-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 6d925054de [feature-wip](parquet-reader) deco

[GitHub] [doris] morningman merged pull request #11845: [feature-wip](parquet-reader) decode parquet time & datetime & decimal

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

[doris] branch master updated: [improvement](agg) Serialize the fixed-length aggregation results with corresponding columns instead of ColumnString (#11801)

2022-08-21 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 dc8f64b3e3 [improvement](agg) Serialize the fix

[GitHub] [doris] yiguolei merged pull request #11801: [improvement](agg) Serialize the fixed-length aggregation results with corresponding columns instead of ColumnString

2022-08-21 Thread GitBox
yiguolei merged PR #11801: URL: https://github.com/apache/doris/pull/11801 -- 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] dataroaring opened a new pull request, #11951: [FixAssist](compaction) add DCHECK in BlockReader::_unique_key_next_block to reason problem

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

[GitHub] [doris] morningman commented on a diff in pull request #11917: [Bugfix](datetime) fix DateLiteral range check is no longer valid

2022-08-21 Thread GitBox
morningman commented on code in PR #11917: URL: https://github.com/apache/doris/pull/11917#discussion_r950935452 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java: ## @@ -435,6 +435,9 @@ private void init(String s, Type type) throws AnalysisException {

[GitHub] [doris] github-actions[bot] commented on pull request #11866: [improvement](config)Enable insert strict

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11866: URL: https://github.com/apache/doris/pull/11866#issuecomment-1221672263 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

[doris-website] branch master updated: [doc](fix) add STRING conversion notice (#55)

2022-08-21 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 5ddc065c138 [doc](fix) add STRING c

[GitHub] [doris-website] hf200012 merged pull request #55: [doc](fix) add STRING conversion notice

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

[doris] branch master updated: [feature](spark-load)Spark load supports string type data import (#11927)

2022-08-21 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 915d8989c5 [feature](spark-load)Spark load supp

[GitHub] [doris] yiguolei closed issue #11926: [Bug] Spark load does not support string type data import

2022-08-21 Thread GitBox
yiguolei closed issue #11926: [Bug] Spark load does not support string type data import URL: https://github.com/apache/doris/issues/11926 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] yiguolei merged pull request #11927: [feature](spark-load)Spark load supports string type data import

2022-08-21 Thread GitBox
yiguolei merged PR #11927: URL: https://github.com/apache/doris/pull/11927 -- 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-website] branch master updated: fix extra space and backslash (#56)

2022-08-21 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 ccb4d4e22bf fix extra space and bac

[GitHub] [doris-website] hf200012 merged pull request #56: [fix] fix extra space and backslash

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

[doris] branch master updated: [fix](memtracker) Improve memory tracking accuracy for exec nodes (#11947)

2022-08-21 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 b1fd701493 [fix](memtracker) Improve memory tra

[GitHub] [doris] yiguolei merged pull request #11947: [fix](memtracker) Improve memory tracking accuracy for exec nodes

2022-08-21 Thread GitBox
yiguolei merged PR #11947: URL: https://github.com/apache/doris/pull/11947 -- 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-website] branch master updated: sidebar sort

2022-08-21 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 435683c86f7 sidebar sort 435683c86f

[doris] branch master updated: [refractor](bitmap) bitmap serialize and deserialize refractor (#11921)

2022-08-21 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 83ea4ea984 [refractor](bitmap) bitmap serialize

[GitHub] [doris] yiguolei merged pull request #11921: [refractor](bitmap) bitmap serialize and deserialize refractor

2022-08-21 Thread GitBox
yiguolei merged PR #11921: URL: https://github.com/apache/doris/pull/11921 -- 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 dev-1.1.2 updated: [dev-1.1.2](cherry-pick) Optimize readability of mem exceed limit error message #11943

2022-08-21 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 The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 3e2ae923f7 [dev-1.1.2](cherry-pick) Optim

[GitHub] [doris] yiguolei merged pull request #11943: [dev-1.1.2](cherry-pick) Optimize readability of mem exceed limit error message

2022-08-21 Thread GitBox
yiguolei merged PR #11943: URL: https://github.com/apache/doris/pull/11943 -- 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 dev-1.1.2 updated: [dev-1.1.2](memory) Default STRICT_MEMORY_USE reduce hash table memory #11944

2022-08-21 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 The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 642abd91b3 [dev-1.1.2](memory) Default ST

[GitHub] [doris] yiguolei merged pull request #11944: [dev-1.1.2](memory) Default `STRICT_MEMORY_USE` reduce hash table memory

2022-08-21 Thread GitBox
yiguolei merged PR #11944: URL: https://github.com/apache/doris/pull/11944 -- 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](memtracker) Remove useless memory exceed check #11939

2022-08-21 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 5eb576 [fix](memtracker) Remove useless mem

[GitHub] [doris] yiguolei merged pull request #11939: [fix](memtracker) Remove useless memory exceed check

2022-08-21 Thread GitBox
yiguolei merged PR #11939: URL: https://github.com/apache/doris/pull/11939 -- 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: [improve](nereids): remove FakeJoin.java (#11946)

2022-08-21 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 19496ef9a0 [improve](nereids): remove FakeJoin.

[GitHub] [doris] yiguolei merged pull request #11946: [improve](nereids): remove FakeJoin.java

2022-08-21 Thread GitBox
yiguolei merged PR #11946: URL: https://github.com/apache/doris/pull/11946 -- 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: [improve](fe): use `Pair.of` to replace `new Pair<>()` (#11945)

2022-08-21 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 adfef85c0c [improve](fe): use `Pair.of` to repl

[GitHub] [doris] yiguolei merged pull request #11945: [improve](fe): use `Pair.of` to replace `new Pair<>()`

2022-08-21 Thread GitBox
yiguolei merged PR #11945: URL: https://github.com/apache/doris/pull/11945 -- 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 #11801: [improvement](agg) Serialize the fixed-length aggregation results with corresponding columns instead of ColumnString

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11801: URL: https://github.com/apache/doris/pull/11801#issuecomment-1221541815 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 #11927: [feature](spark-load)Spark load supports string type data import

2022-08-21 Thread GitBox
github-actions[bot] commented on PR #11927: URL: https://github.com/apache/doris/pull/11927#issuecomment-1221527876 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] stalary commented on issue #11905: [Bug] Failed to execute CREATE TABLE LIKE or CREATE TABLE AS SELECT When the SQL statement contains DEFAULT CURRENT_TIMESTAMP

2022-08-21 Thread GitBox
stalary commented on issue #11905: URL: https://github.com/apache/doris/issues/11905#issuecomment-1221516327 Let me have a look, this may need support, can you post your sql? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] stalary commented on a diff in pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-08-21 Thread GitBox
stalary commented on code in PR #11942: URL: https://github.com/apache/doris/pull/11942#discussion_r950816440 ## fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java: ## @@ -162,14 +166,17 @@ public RestoreJob() { } public RestoreJob(String label, String

[GitHub] [doris] stalary commented on issue #11932: [Bug] doris的group_concat函数不支持distinct

2022-08-21 Thread GitBox
stalary commented on issue #11932: URL: https://github.com/apache/doris/issues/11932#issuecomment-1221508234 Wait for 1.1.2 publish, you can use it. -- 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 t

[GitHub] [doris] stalary commented on pull request #11945: [improve](fe): use `Pair.of` to replace `new Pair<>()`

2022-08-21 Thread GitBox
stalary commented on PR #11945: URL: https://github.com/apache/doris/pull/11945#issuecomment-1221507173 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,

  1   2   >