[GitHub] [doris] htyoung commented on issue #10181: [Enhancement] rolling store fe.out log and delete old log files automatically

2022-06-27 Thread GitBox
htyoung commented on issue #10181: URL: https://github.com/apache/doris/issues/10181#issuecomment-1166956461 This issue has been repaired from version 1.0.1 or later. see [#9195](https://github.com/apache/doris/pull/9195) -- This is an automated message from the Apache Git Service. To res

[GitHub] [doris] htyoung closed issue #10181: [Enhancement] rolling store fe.out log and delete old log files automatically

2022-06-27 Thread GitBox
htyoung closed issue #10181: [Enhancement] rolling store fe.out log and delete old log files automatically URL: https://github.com/apache/doris/issues/10181 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [doris-flink-connector] dependabot[bot] commented on pull request #37: Bump libthrift from 0.13.0 to 0.14.0 in /flink-doris-connector

2022-06-27 Thread GitBox
dependabot[bot] commented on PR #37: URL: https://github.com/apache/doris-flink-connector/pull/37#issuecomment-1166954944 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor v

[GitHub] [doris] k-i-d-d commented on a diff in pull request #10448: [Load][Vectorized] opt the mem use of aggregate function in load to speed up

2022-06-27 Thread GitBox
k-i-d-d commented on code in PR #10448: URL: https://github.com/apache/doris/pull/10448#discussion_r907042793 ## be/src/olap/memtable.cpp: ## @@ -161,11 +179,12 @@ void MemTable::_insert_one_row_from_block(RowInBlock* row_in_block) { if (is_exist) { _aggregate_two

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10448: [Load][Vectorized] opt the mem use of aggregate function in load to speed up

2022-06-27 Thread GitBox
xinyiZzz commented on code in PR #10448: URL: https://github.com/apache/doris/pull/10448#discussion_r907043602 ## be/src/olap/memtable.cpp: ## @@ -161,11 +179,12 @@ void MemTable::_insert_one_row_from_block(RowInBlock* row_in_block) { if (is_exist) { _aggregate_tw

[GitHub] [doris] myfjdthink opened a new issue, #10452: [Feature] Doris support read iceberg table on google cloud storage

2022-06-27 Thread GitBox
myfjdthink opened a new issue, #10452: URL: https://github.com/apache/doris/issues/10452 ### 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 I have

[GitHub] [doris] adonis0147 commented on pull request #10444: upgrade grpc version

2022-06-27 Thread GitBox
adonis0147 commented on PR #10444: URL: https://github.com/apache/doris/pull/10444#issuecomment-1166987402 Hi @dataroaring , #8218 upgraded the version of grpc, but it was reverted by #8250. Could this pr resolve this issue mentioned in #8250? -- This is an automated message from the Apac

[GitHub] [doris] adonis0147 commented on pull request #10445: [Bug][Vectorized] fix clang build fail

2022-06-27 Thread GitBox
adonis0147 commented on PR #10445: URL: https://github.com/apache/doris/pull/10445#issuecomment-1166988972 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 unsubscri

[GitHub] [doris] BiteTheDDDDt opened a new issue, #10453: [Bug] Core dump on test_csv_with_header

2022-06-27 Thread GitBox
BiteThet opened a new issue, #10453: URL: https://github.com/apache/doris/issues/10453 ### 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] github-actions[bot] commented on pull request #10445: [Bug][Vectorized] fix clang build fail

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10445: URL: https://github.com/apache/doris/pull/10445#issuecomment-1167005378 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] yixiutt commented on issue #10300: [Feature] single replica compaction

2022-06-27 Thread GitBox
yixiutt commented on issue #10300: URL: https://github.com/apache/doris/issues/10300#issuecomment-1167007550 > Single replica compaction helps to save cpu cost in load, slow queries may caused by too much versions in a tablet -- This is an automated message from the Apache Git Ser

[GitHub] [doris] dataroaring commented on pull request #10444: upgrade grpc version

2022-06-27 Thread GitBox
dataroaring commented on PR #10444: URL: https://github.com/apache/doris/pull/10444#issuecomment-1167015713 > Centos is not maintained any more? I do not test it on centos. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [doris] simon824 opened a new issue, #10454: [Bug] datax doriswriter write failed

2022-06-27 Thread GitBox
simon824 opened a new issue, #10454: URL: https://github.com/apache/doris/issues/10454 ### 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] 924060929 commented on a diff in pull request #10415: [feature](nereids) Support analyze for test SSB

2022-06-27 Thread GitBox
924060929 commented on code in PR #10415: URL: https://github.com/apache/doris/pull/10415#discussion_r907128438 ## fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundAlias.java: ## @@ -34,18 +38,28 @@ extends NamedExpression implements UnaryExpre

[GitHub] [doris] github-actions[bot] commented on pull request #10438: [Enhancement] remove unused codes for enable_lateral_view

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10438: URL: https://github.com/apache/doris/pull/10438#issuecomment-1167057752 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] 924060929 commented on a diff in pull request #10415: [feature](nereids) Support analyze for test SSB

2022-06-27 Thread GitBox
924060929 commented on code in PR #10415: URL: https://github.com/apache/doris/pull/10415#discussion_r907126581 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -143,265 +130,47 @@ public Object visitChildren(RuleNode node) { @Ove

[GitHub] [doris] yinzhijian commented on a diff in pull request #10335: [enhancement](Nereids): add more implmentation rules.

2022-06-27 Thread GitBox
yinzhijian commented on code in PR #10335: URL: https://github.com/apache/doris/pull/10335#discussion_r907155423 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/LogicalOlapScanToPhysicalOlapScan.java: ## @@ -0,0 +1,37 @@ +// Licensed to the Apache Softw

[GitHub] [doris] dujl commented on a diff in pull request #10402: [feature-wip](multi-catalog) Impl FileScanNode in be

2022-06-27 Thread GitBox
dujl commented on code in PR #10402: URL: https://github.com/apache/doris/pull/10402#discussion_r907164294 ## be/src/vec/exec/file_arrow_scanner.cpp: ## @@ -0,0 +1,227 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[GitHub] [doris] yangzhg opened a new issue, #10455: [Bug] Malformed bitmap type data leads to be compaction or the query falls into an infinite loop of coredump

2022-06-27 Thread GitBox
yangzhg opened a new issue, #10455: URL: https://github.com/apache/doris/issues/10455 ### 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] dataroaring opened a new pull request, #10456: add back SuiteInfo.groovy removed by 4f0172

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

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10335: [enhancement](Nereids): add more implmentation rules.

2022-06-27 Thread GitBox
EmmyMiao87 commented on code in PR #10335: URL: https://github.com/apache/doris/pull/10335#discussion_r907119613 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -180,7 +179,7 @@ public LogicalPlan visitQuery(QueryContext ctx) { }

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10335: [enhancement](Nereids): add more implmentation rules.

2022-06-27 Thread GitBox
EmmyMiao87 commented on code in PR #10335: URL: https://github.com/apache/doris/pull/10335#discussion_r907220207 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/RuleType.java: ## @@ -42,12 +42,12 @@ public enum RuleType { LOGICAL_JOIN_EXCHANGE(RuleTypeClass.EXPLO

[GitHub] [doris] FreeOnePlus opened a new pull request, #10457: [doc] Update the URL download link address in Quick Start

2022-06-27 Thread GitBox
FreeOnePlus opened a new pull request, #10457: URL: https://github.com/apache/doris/pull/10457 Since Doris has graduated, the original Apache-incubator-doris has been changed to Apache-doris, and the URL and other links should also be corrected accordingly # Proposed changes Issue

[GitHub] [doris] yiguolei merged pull request #10432: [fix](fe-ut) fix fe ut and build.sh bug

2022-06-27 Thread GitBox
yiguolei merged PR #10432: URL: https://github.com/apache/doris/pull/10432 -- 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](fe-ut) fix fe ut and build.sh bug (#10432)

2022-06-27 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 498a80547c [fix](fe-ut) fix fe ut and build.sh

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10446: alloc aligned memory for block bloom filter to work with jemalloc

2022-06-27 Thread GitBox
xinyiZzz commented on code in PR #10446: URL: https://github.com/apache/doris/pull/10446#discussion_r907261796 ## be/src/exprs/block_bloom_filter_impl.cc: ## @@ -69,8 +72,12 @@ Status BlockBloomFilter::init_internal(const int log_space_bytes, uint32_t hash_ const size_t

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10446: alloc aligned memory for block bloom filter to work with jemalloc

2022-06-27 Thread GitBox
xinyiZzz commented on code in PR #10446: URL: https://github.com/apache/doris/pull/10446#discussion_r907262234 ## be/src/exprs/block_bloom_filter_impl.cc: ## @@ -69,8 +72,12 @@ Status BlockBloomFilter::init_internal(const int log_space_bytes, uint32_t hash_ const size_t

[GitHub] [doris] github-actions[bot] commented on pull request #10377: [feature](nereids) Add brackets expr and ssbSql and inPredicate Expr

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10377: URL: https://github.com/apache/doris/pull/10377#issuecomment-1167216361 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 a diff in pull request #10335: [enhancement](Nereids): add more implmentation rules.

2022-06-27 Thread GitBox
morrySnow commented on code in PR #10335: URL: https://github.com/apache/doris/pull/10335#discussion_r907274021 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java: ## @@ -31,68 +32,70 @@ /** * Logical Aggregation plan operat

[GitHub] [doris] yangzhg opened a new pull request, #10458: [Fix] avoid core dump cause by malformed bitmap type data

2022-06-27 Thread GitBox
yangzhg opened a new pull request, #10458: URL: https://github.com/apache/doris/pull/10458 # Proposed changes Issue Number: close #10455 ## Problem Summary: Malformed bitmap type data leads to be compaction or the query falls into an infinite loop of coredump ##

[GitHub] [doris] morrySnow commented on a diff in pull request #10335: [enhancement](Nereids): add more implmentation rules.

2022-06-27 Thread GitBox
morrySnow commented on code in PR #10335: URL: https://github.com/apache/doris/pull/10335#discussion_r907277808 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/RuleType.java: ## @@ -42,12 +42,12 @@ public enum RuleType { LOGICAL_JOIN_EXCHANGE(RuleTypeClass.EXPLOR

[GitHub] [doris] dataroaring commented on a diff in pull request #10446: alloc aligned memory for block bloom filter to work with jemalloc

2022-06-27 Thread GitBox
dataroaring commented on code in PR #10446: URL: https://github.com/apache/doris/pull/10446#discussion_r907286437 ## be/src/exprs/block_bloom_filter_impl.cc: ## @@ -69,8 +72,12 @@ Status BlockBloomFilter::init_internal(const int log_space_bytes, uint32_t hash_ const size

[GitHub] [doris] morrySnow commented on a diff in pull request #10335: [enhancement](Nereids): add more implmentation rules.

2022-06-27 Thread GitBox
morrySnow commented on code in PR #10335: URL: https://github.com/apache/doris/pull/10335#discussion_r907290138 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/PhysicalPlanTranslator.java: ## @@ -147,20 +148,20 @@ public PlanFragment visitPhysicalOlapScan(

[GitHub] [doris] compiletheworld commented on pull request #10449: change shard num of page cache to 1024 to reduce lock contention

2022-06-27 Thread GitBox
compiletheworld commented on PR #10449: URL: https://github.com/apache/doris/pull/10449#issuecomment-1167268383 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 unsu

[GitHub] [doris] compiletheworld commented on pull request #10443: using pooled connection and enlarge brpc connection timeout and retry…

2022-06-27 Thread GitBox
compiletheworld commented on PR #10443: URL: https://github.com/apache/doris/pull/10443#issuecomment-1167271395 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 unsu

[GitHub] [doris] cambyzju commented on pull request #10438: [Enhancement] remove unused codes for enable_lateral_view

2022-06-27 Thread GitBox
cambyzju commented on PR #10438: URL: https://github.com/apache/doris/pull/10438#issuecomment-1167277875 rebase to trigger FE UT and regression test again -- 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 t

[GitHub] [doris] cambyzju commented on pull request #10233: [feature-wip](array-type) add function arrays_overlap

2022-06-27 Thread GitBox
cambyzju commented on PR #10233: URL: https://github.com/apache/doris/pull/10233#issuecomment-1167278803 rebase to trigger FE UT and regression test again -- 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 t

[GitHub] [doris] cdmikechen commented on issue #7587: [Roadmap] Doris on K8S

2022-06-27 Thread GitBox
cdmikechen commented on issue #7587: URL: https://github.com/apache/doris/issues/7587#issuecomment-1167353284 I think daemonset with hostnetwork is a good solution, currently. The IP based is an insurmountable gap in k8s for many big data services. Even such as Apache ozone, which was origi

[GitHub] [doris] github-actions[bot] commented on pull request #10430: [BUG] fix agg node produce nullable value bug

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10430: URL: https://github.com/apache/doris/pull/10430#issuecomment-1167357848 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 a diff in pull request #10411: [feature](nereids) support like and regexp predicate

2022-06-27 Thread GitBox
morrySnow commented on code in PR #10411: URL: https://github.com/apache/doris/pull/10411#discussion_r907406194 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -178,6 +178,7 @@ booleanExpression predicate : NOT? kind=BETWEEN lower=valueExpres

[GitHub] [doris] morningman commented on a diff in pull request #10402: [feature-wip](multi-catalog) Impl FileScanNode in be

2022-06-27 Thread GitBox
morningman commented on code in PR #10402: URL: https://github.com/apache/doris/pull/10402#discussion_r906899654 ## gensrc/thrift/PlanNodes.thrift: ## @@ -212,8 +214,54 @@ struct TEsScanRange { 4: required i32 shard_id } -struct TFileScanRange { +struct TFileTextScanRangeP

[GitHub] [doris] github-actions[bot] commented on pull request #10449: change shard num of page cache to 1024 to reduce lock contention

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10449: URL: https://github.com/apache/doris/pull/10449#issuecomment-1167518105 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 #10449: change shard num of page cache to 1024 to reduce lock contention

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10449: URL: https://github.com/apache/doris/pull/10449#issuecomment-1167518174 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 commented on a diff in pull request #10439: use pooled stub to call rpc on be instead of one stub

2022-06-27 Thread GitBox
morningman commented on code in PR #10439: URL: https://github.com/apache/doris/pull/10439#discussion_r907552669 ## fe/fe-core/src/main/java/org/apache/doris/rpc/BackendServiceClient.java: ## @@ -43,6 +43,7 @@ public BackendServiceClient(TNetworkAddress address) { this.

[GitHub] [doris] github-actions[bot] commented on pull request #10458: [Fix] avoid core dump cause by malformed bitmap type data

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10458: URL: https://github.com/apache/doris/pull/10458#issuecomment-1167559691 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 #10458: [Fix] avoid core dump cause by malformed bitmap type data

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10458: URL: https://github.com/apache/doris/pull/10458#issuecomment-1167559772 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] mrhhsg opened a new pull request, #10460: [fix]Core dump in SegmentIterator when there is no predicate

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

[GitHub] [doris] github-actions[bot] commented on pull request #10376: [fix](fe) when bdbje adding follower, master write op may failed.

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10376: URL: https://github.com/apache/doris/pull/10376#issuecomment-1167587338 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 #10376: [fix](fe) when bdbje adding follower, master write op may failed.

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

[GitHub] [doris] yiguolei commented on a diff in pull request #10460: [fix]Core dump in SegmentIterator when there is no predicate

2022-06-27 Thread GitBox
yiguolei commented on code in PR #10460: URL: https://github.com/apache/doris/pull/10460#discussion_r907920966 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1007,21 +1010,23 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { for (size_t i

[GitHub] [doris] Gabriel39 commented on a diff in pull request #10460: [fix]Core dump in SegmentIterator when there is no predicate

2022-06-27 Thread GitBox
Gabriel39 commented on code in PR #10460: URL: https://github.com/apache/doris/pull/10460#discussion_r907941300 ## be/src/olap/rowset/segment_v2/segment_iterator.h: ## @@ -159,6 +159,7 @@ class SegmentIterator : public RowwiseIterator { std::vector _short_cir_p

[GitHub] [doris] compasses commented on pull request #10355: [Optimize] Improve performance like/not like filter through pushdown function to storage engine

2022-06-27 Thread GitBox
compasses commented on PR #10355: URL: https://github.com/apache/doris/pull/10355#issuecomment-1168139206 Ok, before the like predicate goes to the ```_short_cir_eval_predicate``` and now it goes to ```_pre_eval_block_predicate``` , I just make the like predicate support both way. @

[GitHub] [doris] morrySnow commented on a diff in pull request #10412: [Feature] [Draft] Agg rewrite rule of nereids optmizer

2022-06-27 Thread GitBox
morrySnow commented on code in PR #10412: URL: https://github.com/apache/doris/pull/10412#discussion_r907411869 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/RuleSet.java: ## @@ -40,6 +41,7 @@ public class RuleSet { .build(); public static final

[GitHub] [doris] morrySnow commented on a diff in pull request #10412: [Feature] [Draft] Agg rewrite rule of nereids optmizer

2022-06-27 Thread GitBox
morrySnow commented on code in PR #10412: URL: https://github.com/apache/doris/pull/10412#discussion_r907968917 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateBreakUp.java: ## @@ -0,0 +1,153 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] morningman merged pull request #10435: [feature-wip](multi-catalog) get catalog name from TableName

2022-06-27 Thread GitBox
morningman merged PR #10435: URL: https://github.com/apache/doris/pull/10435 -- 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-wip](multi-catalog) get catalog name from TableName (#10435)

2022-06-27 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 1f2bf39140 [feature-wip](multi-catalog) get c

[GitHub] [doris] simon824 opened a new pull request, #10461: [Bug] Fix datax doriswriter `http.ProtocolException`

2022-06-27 Thread GitBox
simon824 opened a new pull request, #10461: URL: https://github.com/apache/doris/pull/10461 # Proposed changes Issue Number: close #10454 ## Problem Summary: fix `org.apache.http.ProtocolException: Content-Length header already present` ## Checklist(Required)

[GitHub] [doris] stalary commented on issue #10300: [Feature] single replica compaction

2022-06-27 Thread GitBox
stalary commented on issue #10300: URL: https://github.com/apache/doris/issues/10300#issuecomment-1168155043 > > > > Single replica compaction helps to save cpu cost in load, slow queries may caused by too much versions in a tablet Thanks, Will it speed up version merging? -

[GitHub] [doris] qzsee opened a new pull request, #10462: [Enhancement](Nereids) push down predicate through join

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

[GitHub] [doris] nextdreamblue opened a new issue, #10463: [Bug] create table like when having sequence column

2022-06-27 Thread GitBox
nextdreamblue opened a new issue, #10463: URL: https://github.com/apache/doris/issues/10463 ### 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] nextdreamblue opened a new pull request, #10464: [Bug] fix create table like when having sequence column

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

[GitHub] [doris] mrhhsg commented on a diff in pull request #10460: [fix]Core dump in SegmentIterator when there is no predicate

2022-06-27 Thread GitBox
mrhhsg commented on code in PR #10460: URL: https://github.com/apache/doris/pull/10460#discussion_r907987843 ## be/src/olap/rowset/segment_v2/segment_iterator.h: ## @@ -159,6 +159,7 @@ class SegmentIterator : public RowwiseIterator { std::vector _short_cir_pred

[GitHub] [doris] compiletheworld commented on a diff in pull request #10434: [Optimize](Compaction) compaction task producer add quiet period

2022-06-27 Thread GitBox
compiletheworld commented on code in PR #10434: URL: https://github.com/apache/doris/pull/10434#discussion_r907993041 ## be/src/olap/data_dir.h: ## @@ -139,6 +139,41 @@ class DataDir { // storage_root/trash/20150619154308.delete_counter/tablet_path/segment_path/tablet_uid

[GitHub] [doris] HappenLee opened a new pull request, #10465: [Bug][Vectorized] Fix core dump of with as in two stage agg

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

[GitHub] [doris] compiletheworld commented on a diff in pull request #10429: [Bugfix](fe) fix add follower failed, conflict socket .

2022-06-27 Thread GitBox
compiletheworld commented on code in PR #10429: URL: https://github.com/apache/doris/pull/10429#discussion_r907995916 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java: ## @@ -2463,10 +2463,12 @@ public void addFrontend(FrontendNodeType role, String host, int ed

[GitHub] [doris] compiletheworld commented on pull request #10429: [Bugfix](fe) fix add follower failed, conflict socket .

2022-06-27 Thread GitBox
compiletheworld commented on PR #10429: URL: https://github.com/apache/doris/pull/10429#issuecomment-1168178403 There are some checks that failed, please rebase or fix them first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] yixiutt commented on a diff in pull request #10434: [Optimize](Compaction) compaction task producer add quiet period

2022-06-27 Thread GitBox
yixiutt commented on code in PR #10434: URL: https://github.com/apache/doris/pull/10434#discussion_r908005218 ## be/src/olap/data_dir.h: ## @@ -139,6 +139,41 @@ class DataDir { // storage_root/trash/20150619154308.delete_counter/tablet_path/segment_path/tablet_uid Sta

[GitHub] [doris] BiteTheDDDDt commented on pull request #10460: [fix]Core dump in SegmentIterator when there is no predicate

2022-06-27 Thread GitBox
BiteThet commented on PR #10460: URL: https://github.com/apache/doris/pull/10460#issuecomment-1168191257 ```sql MySQL [test]> select count(*) from test; +--+ | count(*) | +--+ |60017 | +--+ 1 row in set (0.181 sec) MySQL [test]> sele

[GitHub] [doris] mrhhsg opened a new pull request, #10466: Revert "[improvement]Do not lazily read dict encoded columns (#10420)"

2022-06-27 Thread GitBox
mrhhsg opened a new pull request, #10466: URL: https://github.com/apache/doris/pull/10466 Reason: 1. Some queries performance degradation 2. Coredump bug: #10419 This reverts commit 904e7576797c796b809823647a769bc1d4569115. # Proposed changes Issue Number: close #xx

[GitHub] [doris] morrySnow commented on a diff in pull request #10462: [Enhancement](Nereids) push down predicate through join

2022-06-27 Thread GitBox
morrySnow commented on code in PR #10462: URL: https://github.com/apache/doris/pull/10462#discussion_r907997591 ## fe/fe-core/src/main/java/org/apache/doris/nereids/pattern/GroupExpressionMatching.java: ## @@ -133,6 +133,12 @@ private void assembleAllCombinationPlanTree(Plan roo

[GitHub] [doris] github-actions[bot] commented on pull request #10466: Revert "[improvement]Do not lazily read dict encoded columns (#10420)"

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10466: URL: https://github.com/apache/doris/pull/10466#issuecomment-1168257681 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 #10466: Revert "[improvement]Do not lazily read dict encoded columns (#10420)"

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

[GitHub] [doris] yiguolei merged pull request #10457: [doc] Update the URL download link address in Quick Start

2022-06-27 Thread GitBox
yiguolei merged PR #10457: URL: https://github.com/apache/doris/pull/10457 -- 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: [doc] Update the URL download link address in Quick Start (#10457)

2022-06-27 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 2f30c7cf03 [doc] Update the URL download link a

[doris] branch dev-1.0.1 updated: [improvement]change shard num of page cache to 1024 to reduce lock contention (#10449)

2022-06-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new f0ec2e3639 [improvement]change shard num

[GitHub] [doris] yiguolei merged pull request #10449: [hotfix](dev-1.0.1) change shard num of page cache to 1024 to reduce lock contention

2022-06-27 Thread GitBox
yiguolei merged PR #10449: URL: https://github.com/apache/doris/pull/10449 -- 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] yixiutt commented on issue #10300: [Feature] single replica compaction

2022-06-27 Thread GitBox
yixiutt commented on issue #10300: URL: https://github.com/apache/doris/issues/10300#issuecomment-1168260463 > > > > > > > > > Single replica compaction helps to save cpu cost in load, slow queries may caused by too much versions in a tablet > > Thanks, Will it speed up ve

[GitHub] [doris] github-actions[bot] commented on pull request #10214: support tvf

2022-06-27 Thread GitBox
github-actions[bot] commented on PR #10214: URL: https://github.com/apache/doris/pull/10214#issuecomment-1168263996 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 #10214: support tvf

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

[GitHub] [doris] yiguolei merged pull request #10214: support tvf

2022-06-27 Thread GitBox
yiguolei merged PR #10214: URL: https://github.com/apache/doris/pull/10214 -- 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 #10217: [Feature] support table valued function.

2022-06-27 Thread GitBox
yiguolei closed issue #10217: [Feature] support table valued function. URL: https://github.com/apache/doris/issues/10217 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[doris] branch master updated: [feature] add table valued function framework and numbers table valued function (#10214)

2022-06-27 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 17eb8c00d3 [feature] add table valued function

[GitHub] [doris] SWJTU-ZhangLei commented on pull request #10376: [fix](fe) when bdbje adding follower, master write op may failed.

2022-06-27 Thread GitBox
SWJTU-ZhangLei commented on PR #10376: URL: https://github.com/apache/doris/pull/10376#issuecomment-1168275914 > LGTM, but please fix the checks can you modify the checkstyle file ? [ERROR] /mnt/disk1/zhanglei/work/repo/incubator-doris/fe/fe-core/src/main/java/org/apache/doris/pers

[GitHub] [doris] yiguolei closed pull request #10460: [fix]Core dump in SegmentIterator when there is no predicate

2022-06-27 Thread GitBox
yiguolei closed pull request #10460: [fix]Core dump in SegmentIterator when there is no predicate URL: https://github.com/apache/doris/pull/10460 -- 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] dujl commented on a diff in pull request #10402: [feature-wip](multi-catalog) Impl FileScanNode in be

2022-06-27 Thread GitBox
dujl commented on code in PR #10402: URL: https://github.com/apache/doris/pull/10402#discussion_r908080209 ## be/src/vec/exec/file_arrow_scanner.cpp: ## @@ -0,0 +1,226 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[GitHub] [doris] HappenLee opened a new pull request, #10467: [Bug][Vectorized] Support array function in where pre in volap_scan_node

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

[GitHub] [doris] yiguolei commented on a diff in pull request #9581: [Enhancement] [Memory] [Vectorized] Stress test and optimize memory allocation

2022-06-27 Thread GitBox
yiguolei commented on code in PR #9581: URL: https://github.com/apache/doris/pull/9581#discussion_r908081200 ## be/src/vec/common/allocator.h: ## @@ -101,12 +113,75 @@ template class Allocator { public: /// Allocate memory range. -void* alloc(size_t size, size_t alig

[GitHub] [doris] HappenLee commented on a diff in pull request #10388: [feature-wip] (array-type) add the array_distinct function

2022-06-27 Thread GitBox
HappenLee commented on code in PR #10388: URL: https://github.com/apache/doris/pull/10388#discussion_r908081667 ## gensrc/script/doris_builtins_functions.py: ## @@ -160,6 +160,18 @@ [['array_position'], 'BIGINT', ['ARRAY_STRING', 'STRING'], '', '', '', 'vec', ''], [

[GitHub] [doris] spaces-X commented on a diff in pull request #10448: [Load][Vectorized] opt the mem use of aggregate function in load to speed up

2022-06-27 Thread GitBox
spaces-X commented on code in PR #10448: URL: https://github.com/apache/doris/pull/10448#discussion_r908074976 ## be/src/olap/memtable.cpp: ## @@ -161,11 +179,12 @@ void MemTable::_insert_one_row_from_block(RowInBlock* row_in_block) { if (is_exist) { _aggregate_tw

[GitHub] [doris] spaces-X commented on pull request #10448: [Load][Vectorized] opt the mem use of aggregate function in load to speed up

2022-06-27 Thread GitBox
spaces-X commented on PR #10448: URL: https://github.com/apache/doris/pull/10448#issuecomment-1168290266 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] yangzhg commented on pull request #10458: [Fix] avoid core dump cause by malformed bitmap type data

2022-06-27 Thread GitBox
yangzhg commented on PR #10458: URL: https://github.com/apache/doris/pull/10458#issuecomment-1168297028 > LGTM, but ut failed OK, I will fix 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

[GitHub] [doris] yiguolei commented on a diff in pull request #9581: [Enhancement] [Memory] [Vectorized] Stress test and optimize memory allocation

2022-06-27 Thread GitBox
yiguolei commented on code in PR #9581: URL: https://github.com/apache/doris/pull/9581#discussion_r908099141 ## be/src/runtime/memory/chunk_allocator.h: ## @@ -74,10 +74,19 @@ class ChunkAllocator { // Free chunk allocated from this allocator void free(const Chunk& chu

[GitHub] [doris] dujl commented on a diff in pull request #10402: [feature-wip](multi-catalog) Impl FileScanNode in be

2022-06-27 Thread GitBox
dujl commented on code in PR #10402: URL: https://github.com/apache/doris/pull/10402#discussion_r908099929 ## be/src/vec/exec/file_scan_node.cpp: ## @@ -0,0 +1,334 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See

[GitHub] [doris] dujl commented on a diff in pull request #10402: [feature-wip](multi-catalog) Impl FileScanNode in be

2022-06-27 Thread GitBox
dujl commented on code in PR #10402: URL: https://github.com/apache/doris/pull/10402#discussion_r908106823 ## be/src/vec/exec/file_scan_node.cpp: ## @@ -0,0 +1,334 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See