[GitHub] [doris-flink-connector] dependabot[bot] commented on pull request #38: Bump junit from 4.11 to 4.13.1 in /flink-doris-connector

2022-06-26 Thread GitBox
dependabot[bot] commented on PR #38: URL: https://github.com/apache/doris-flink-connector/pull/38#issuecomment-1166955116 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-flink-connector] hf200012 closed pull request #38: Bump junit from 4.11 to 4.13.1 in /flink-doris-connector

2022-06-26 Thread GitBox
hf200012 closed pull request #38: Bump junit from 4.11 to 4.13.1 in /flink-doris-connector URL: https://github.com/apache/doris-flink-connector/pull/38 -- 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-flink-connector] hf200012 closed pull request #37: Bump libthrift from 0.13.0 to 0.14.0 in /flink-doris-connector

2022-06-26 Thread GitBox
hf200012 closed pull request #37: Bump libthrift from 0.13.0 to 0.14.0 in /flink-doris-connector URL: https://github.com/apache/doris-flink-connector/pull/37 -- 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] TurboWay commented on pull request #10236: [feature] add python-doris

2022-06-26 Thread GitBox
TurboWay commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1166951444 > > HI @adonis0147 , the PR guide to [DorisClient](https://github.com/TurboWay/DorisClient) is commited. > > Pip is a common and simple usage. But sometimes, we may not want to rely t

[GitHub] [doris] HappenLee commented on a diff in pull request #10447: [Load][Vectorized] load opt code by change `replace` and `replace_if_not_null` do not copy value

2022-06-26 Thread GitBox
HappenLee commented on code in PR #10447: URL: https://github.com/apache/doris/pull/10447#discussion_r907020817 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -210,26 +210,30 @@ class WindowFunctionNTile final struct Value { public: bool is_null() co

[GitHub] [doris] HappenLee commented on a diff in pull request #10447: [Load][Vectorized] load opt code by change `replace` and `replace_if_not_null` do not copy value

2022-06-26 Thread GitBox
HappenLee commented on code in PR #10447: URL: https://github.com/apache/doris/pull/10447#discussion_r907022691 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -262,58 +266,31 @@ struct LeadAndLagData { col.insert_default(); Review Comment:

[GitHub] [doris] dataroaring commented on pull request #10405: Add MigrationHandler

2022-06-26 Thread GitBox
dataroaring commented on PR #10405: URL: https://github.com/apache/doris/pull/10405#issuecomment-1166939289 It seems that the patch move cold data to s3 by creating new tablet on s3, then users can not insert new data to the cold tablet? We implement the feature by just moving cold ro

[GitHub] [doris] simon824 opened a new pull request, #10451: [BUG] fix datax doriswriter compile failed

2022-06-26 Thread GitBox
simon824 opened a new pull request, #10451: URL: https://github.com/apache/doris/pull/10451 # Proposed changes Issue Number: close #10450 ## Problem Summary: Due to the soft link, the `parent.relativePath` (../pom.xml) of doriswriter points to the path `extension/DataX`, but

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10447: [Load][Vectorized] load opt code by change `replace` and `replace_if_not_null` do not copy value

2022-06-26 Thread GitBox
BiteThet commented on code in PR #10447: URL: https://github.com/apache/doris/pull/10447#discussion_r907017079 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -210,26 +210,30 @@ class WindowFunctionNTile final struct Value { public: bool is_null()

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

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

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10447: [Load][Vectorized] load opt code by change `replace` and `replace_if_not_null` do not copy value

2022-06-26 Thread GitBox
BiteThet commented on code in PR #10447: URL: https://github.com/apache/doris/pull/10447#discussion_r907014191 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -262,58 +266,31 @@ struct LeadAndLagData { col.insert_default(); Review Comme

[GitHub] [doris] xiaokang commented on a diff in pull request #10442: optimize substr performance and fix ASAN global buffer overflow

2022-06-26 Thread GitBox
xiaokang commented on code in PR #10442: URL: https://github.com/apache/doris/pull/10442#discussion_r907014135 ## be/src/vec/common/string_searcher.h: ## @@ -0,0 +1,860 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[GitHub] [doris] dataroaring opened a new pull request, #10449: change shard num of page cache to 1024 to reduce lock contention

2022-06-26 Thread GitBox
dataroaring opened a new pull request, #10449: URL: https://github.com/apache/doris/pull/10449 Because shard num of master is changed to be as a config, so here we add a isolation commit to 1.0.1. # Proposed changes Issue Number: close #xxx ## Problem Summary: D

[GitHub] [doris] HappenLee opened a new pull request, #10448: [Load][Vectorized] opt the mem use of aggregate function in load to speed up

2022-06-26 Thread GitBox
HappenLee opened a new pull request, #10448: URL: https://github.com/apache/doris/pull/10448 # Proposed changes Issue Number: close #xxx ## Problem Summary: After do the opt of this unique_table 1000W data load time before:35s -> after:25s ## Checklis

[GitHub] [doris] HappenLee opened a new pull request, #10447: [Load][Vectorized] load opt code by change `replace` and `replace_if_not_null` do not copy value

2022-06-26 Thread GitBox
HappenLee opened a new pull request, #10447: URL: https://github.com/apache/doris/pull/10447 # Proposed changes Issue Number: close #xxx ## Problem Summary: After do the opt of this unique_table 1000W data load time before:45s -> after:35s ## Checklis

[GitHub] [doris] HappenLee commented on a diff in pull request #10442: optimize substr performance and fix ASAN global buffer overflow

2022-06-26 Thread GitBox
HappenLee commented on code in PR #10442: URL: https://github.com/apache/doris/pull/10442#discussion_r907002621 ## be/src/vec/common/string_searcher.h: ## @@ -0,0 +1,860 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[GitHub] [doris] github-actions[bot] commented on pull request #10283: [Enhancement][Vectorized] add constexpr_loop_match

2022-06-26 Thread GitBox
github-actions[bot] commented on PR #10283: URL: https://github.com/apache/doris/pull/10283#issuecomment-1166902030 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 #10283: [Enhancement][Vectorized] add constexpr_loop_match

2022-06-26 Thread GitBox
github-actions[bot] commented on PR #10283: URL: https://github.com/apache/doris/pull/10283#issuecomment-1166902001 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] cambyzju commented on a diff in pull request #10388: [feature-wip] (array-type) add the array_distinct function

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

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10283: [Enhancement][Vectorized] add constexpr_loop_match

2022-06-26 Thread GitBox
BiteThet commented on code in PR #10283: URL: https://github.com/apache/doris/pull/10283#discussion_r906977398 ## be/src/vec/functions/function_json.cpp: ## @@ -407,18 +407,36 @@ struct JsonParser<'3'> { } }; +template <> +struct JsonParser<'4'> { +// time +s

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10283: [Enhancement][Vectorized] add constexpr_loop_match

2022-06-26 Thread GitBox
BiteThet commented on code in PR #10283: URL: https://github.com/apache/doris/pull/10283#discussion_r906973309 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -509,11 +517,6 @@ struct ProcessHashTableProbe { } output_block->get_by_positio

[GitHub] [doris] dataroaring opened a new pull request, #10446: alloc aligned memory for block bloom filter to work with jemalloc

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

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

2022-06-26 Thread GitBox
morrySnow commented on code in PR #10335: URL: https://github.com/apache/doris/pull/10335#discussion_r906970105 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/physical/PhysicalHeapSort.java: ## @@ -32,37 +32,29 @@ /** * Physical sort plan operator. */

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #10445: [Bug][Vectorized] fix clang build fail

2022-06-26 Thread GitBox
BiteThet opened a new pull request, #10445: URL: https://github.com/apache/doris/pull/10445 # Proposed changes Issue Number: close #xxx ## Problem Summary: ```cpp be/src/vec/functions/date_time_transforms.h:230:20: error: no matching constructor for initialization of

[GitHub] [doris] dataroaring opened a new pull request, #10444: upgrade grpc version

2022-06-26 Thread GitBox
dataroaring opened a new pull request, #10444: URL: https://github.com/apache/doris/pull/10444 It fixes some issue like stuck. # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1.

[GitHub] [doris] morrySnow commented on a diff in pull request #10415: [feature](nereids) Support analyze for test SSB

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

[GitHub] [doris] dataroaring opened a new pull request, #10443: using pooled connection and enlarge brpc connection timeout and retry…

2022-06-26 Thread GitBox
dataroaring opened a new pull request, #10443: URL: https://github.com/apache/doris/pull/10443 … times When a connection failure happen, doris fails queries using the connection. We should lower the impact of a connection failure by using pooled connection and enlaring connection

[GitHub] [doris] xiaokang opened a new pull request, #10442: optimize substr performance and fix ASAN global buffer overflow

2022-06-26 Thread GitBox
xiaokang opened a new pull request, #10442: URL: https://github.com/apache/doris/pull/10442 # Proposed changes fix https://github.com/apache/doris/pull/10169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] HappenLee commented on a diff in pull request #10283: [Enhancement][Vectorized] add constexpr_loop_match

2022-06-26 Thread GitBox
HappenLee commented on code in PR #10283: URL: https://github.com/apache/doris/pull/10283#discussion_r906965269 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -509,11 +517,6 @@ struct ProcessHashTableProbe { } output_block->get_by_position(r

[GitHub] [doris] dataroaring opened a new pull request, #10441: set 512 as default of page cache shard num

2022-06-26 Thread GitBox
dataroaring opened a new pull request, #10441: URL: https://github.com/apache/doris/pull/10441 When there are high concurrency query running on the same data, there is lock contention on cache lock. # Proposed changes Issue Number: close #xxx ## Problem Summary:

[GitHub] [doris] dataroaring opened a new pull request, #10440: upgrade brpc to 1.1.0 and applying a patch

2022-06-26 Thread GitBox
dataroaring opened a new pull request, #10440: URL: https://github.com/apache/doris/pull/10440 The patch fixes a problem in which brpc does not try to build a connection and it is not in any release now. # Proposed changes Issue Number: close #xxx ## Problem Summary:

[GitHub] [doris] dataroaring opened a new pull request, #10439: use pooled stub to call rpc on be instead of one stub

2022-06-26 Thread GitBox
dataroaring opened a new pull request, #10439: URL: https://github.com/apache/doris/pull/10439 # Proposed changes Issue Number: close #xxx ## Problem Summary: Please goto commit message. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No

[GitHub] [doris] morningman commented on a diff in pull request #10435: [feature-wip](multi-catalog) get catalog name from TableName

2022-06-26 Thread GitBox
morningman commented on code in PR #10435: URL: https://github.com/apache/doris/pull/10435#discussion_r906954741 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableName.java: ## @@ -76,6 +77,10 @@ public void analyze(Analyzer analyzer) throws AnalysisException {

[GitHub] [doris] EmmyMiao87 commented on pull request #9954: [Fix](Join) Fix the bug of outer join function under vectorization

2022-06-26 Thread GitBox
EmmyMiao87 commented on PR #9954: URL: https://github.com/apache/doris/pull/9954#issuecomment-1166811691 The contents of this pr are merged into the new pr#10437 and submitted together -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [doris] EmmyMiao87 closed pull request #9954: [Fix](Join) Fix the bug of outer join function under vectorization

2022-06-26 Thread GitBox
EmmyMiao87 closed pull request #9954: [Fix](Join) Fix the bug of outer join function under vectorization URL: https://github.com/apache/doris/pull/9954 -- 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] cambyzju opened a new pull request, #10438: [Enhancement] remove unused codes for enable_lateral_view

2022-06-26 Thread GitBox
cambyzju opened a new pull request, #10438: URL: https://github.com/apache/doris/pull/10438 # Proposed changes Issue Number: close #xxx ## Problem Summary: Remove unused codes for enable_lateral_view ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [doris] EmmyMiao87 opened a new pull request, #10437: [fix](vectorized) Support outer join for vectorized exec engine

2022-06-26 Thread GitBox
EmmyMiao87 opened a new pull request, #10437: URL: https://github.com/apache/doris/pull/10437 # Proposed changes Issue Number: close #xxx ## Problem Summary: This code mainly merges the contents of two PRs: 1. [fix](vectorized) Support outer join for vectorized exec e

[GitHub] [doris] HappenLee commented on a diff in pull request #10187: [Feature] [Vectorized] support vectorized schema-change

2022-06-26 Thread GitBox
HappenLee commented on code in PR #10187: URL: https://github.com/apache/doris/pull/10187#discussion_r906946575 ## be/src/olap/schema_change.cpp: ## @@ -665,6 +812,112 @@ Status RowBlockChanger::change_row_block(const RowBlock* ref_block, int32_t data #undef TYPE_REINTERPRET_C

[GitHub] [doris] SWJTU-ZhangLei opened a new issue, #10436: [Bug] [FE] bdb recoveryTracker should overlap or follow on disk last VLSN of 488,692 recoveryFirst= 488,694

2022-06-26 Thread GitBox
SWJTU-ZhangLei opened a new issue, #10436: URL: https://github.com/apache/doris/issues/10436 ### 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 root@re

[GitHub] [doris] AshinGau opened a new pull request, #10435: [feature-wip](multi-catalog) get catalog name from TableName

2022-06-26 Thread GitBox
AshinGau opened a new pull request, #10435: URL: https://github.com/apache/doris/pull/10435 # Proposed changes Issue Number: close #xxx ## Problem Summary: Get catalog name from TableName. ## Checklist(Required) 1. Does it affect the original behavior: (No)

[GitHub] [doris] adonis0147 commented on pull request #10236: [feature] add python-doris

2022-06-26 Thread GitBox
adonis0147 commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1166794554 > HI @adonis0147 , the PR guide to [DorisClient](https://github.com/TurboWay/DorisClient) is commited. > > Pip is a common and simple usage. But sometimes, we may not want to rel

[GitHub] [doris] TurboWay commented on pull request #10236: [feature] add python-doris

2022-06-26 Thread GitBox
TurboWay commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1166789709 HI @adonis0147 , the PR guide to [DorisClient](https://github.com/TurboWay/DorisClient) is commited. Pip is a common and simple usage. But sometimes, we may not want to rely too

[GitHub] [doris] englefly closed pull request #10397: [hotfix](dev-1.0.1) limit segment block size no more than 64M

2022-06-26 Thread GitBox
englefly closed pull request #10397: [hotfix](dev-1.0.1) limit segment block size no more than 64M URL: https://github.com/apache/doris/pull/10397 -- 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] yixiutt opened a new pull request, #10434: [Optimize](Compaction) compaction task producer add quiet period

2022-06-26 Thread GitBox
yixiutt opened a new pull request, #10434: URL: https://github.com/apache/doris/pull/10434 In some case, if a dir has no more compaction tasks, it still scan tablet meta to find best tablet to try compaction, which makes compaction task producer thread always run full。 Add a quie

[GitHub] [doris] morningman commented on issue #10433: [Bug] be crashes when sql contains row_number function in SetOperationNode

2022-06-26 Thread GitBox
morningman commented on issue #10433: URL: https://github.com/apache/doris/issues/10433#issuecomment-1166776649 Fixed in v1.1 with vectorized engine. But still has problem in non-vec engine in v1.1 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [doris] yangzhg commented on a diff in pull request #10409: [fix] (mem tracker) Fix inaccurate mem tracker leads to load OOM

2022-06-26 Thread GitBox
yangzhg commented on code in PR #10409: URL: https://github.com/apache/doris/pull/10409#discussion_r906928019 ## be/src/runtime/load_channel.h: ## @@ -39,9 +39,8 @@ class Cache; // corresponding to a certain load job class LoadChannel { public: -LoadChannel(const UniqueId

[GitHub] [doris] ChPi opened a new issue, #10433: [Bug] be crashes when sql contains row_number function in SetOperationNode

2022-06-26 Thread GitBox
ChPi opened a new issue, #10433: URL: https://github.com/apache/doris/issues/10433 ### 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.0 ### Wh

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

2022-06-26 Thread GitBox
yinzhijian commented on PR #10432: URL: https://github.com/apache/doris/pull/10432#issuecomment-1166737865 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] yiguolei closed pull request #10428: [BUG] Fix wrong results for agg

2022-06-26 Thread GitBox
yiguolei closed pull request #10428: [BUG] Fix wrong results for agg URL: https://github.com/apache/doris/pull/10428 -- 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] compiletheworld commented on pull request #10432: [fix](fe-ut) fix fe ut and build.sh bug

2022-06-26 Thread GitBox
compiletheworld commented on PR #10432: URL: https://github.com/apache/doris/pull/10432#issuecomment-1166735192 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] morningman opened a new pull request, #10432: [fix](fe-ut) fix fe ut

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

[doris] branch dev-1.0.1 updated: [hotfix] add rm -f to avoid build failed

2022-06-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 cda74f67fb [hotfix] add rm -f to avoid

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

2022-06-26 Thread GitBox
stalary commented on issue #10300: URL: https://github.com/apache/doris/issues/10300#issuecomment-1166723544 Does this solve the problem of slow queries in the case of frequent load? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[doris] 03/03: [fix](backup) fix mkdir failed (#10422) (#10423)

2022-06-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit 07d5672116893505bcf747d897b82f5c6f17d559 Author: HB <137497...@qq.com> AuthorDate: Sun Jun 26 09:55:48 2022 +0800

[doris] 01/03: [fix](doe) fix doe on es v8 (#10391)

2022-06-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit 1df9ae0aaa901739b823c670f1ea968518a3a364 Author: Stalary AuthorDate: Sun Jun 26 09:51:29 2022 +0800 [fix](doe

[doris] branch dev-1.0.1 updated (cedf2f240a -> 07d5672116)

2022-06-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git from cedf2f240a [bug] fix window function nullable type bug new 1df9ae0aaa [fix](doe) fix doe on es v8 (#10391)

[doris] 02/03: [fix](random-distribution) Make aggregate keys table with replace type columns and unique keys table can only have hash distribution to make data computing correctly (#10414)

2022-06-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit f0927d9755bc01ea23033ed2d1ba596dadb2d4d2 Author: caiconghui <55968745+caicong...@users.noreply.github.com> AuthorDa

[GitHub] [doris] stalary commented on issue #10383: [Bug] Failed to obtain fragment data

2022-06-26 Thread GitBox
stalary commented on issue #10383: URL: https://github.com/apache/doris/issues/10383#issuecomment-1166719573 https://github.com/apache/doris/pull/10391 I've fixed it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] stalary commented on issue #10418: [Bug][Build] Can't build thirdparty dependency on Mac m1

2022-06-26 Thread GitBox
stalary commented on issue #10418: URL: https://github.com/apache/doris/issues/10418#issuecomment-1166710563 > Is it that I must build on linux? Yes, the M1 chip has some compatibility issues. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [doris] yiguolei opened a new issue, #10431: [Enhancement] Remove alpha rowset (segment v1)

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

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

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

[GitHub] [doris] starocean999 opened a new pull request, #10430: fix agg node produce nullable value bug

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

[GitHub] [doris] SWJTU-ZhangLei opened a new pull request, #10429: [Bugfix](fe) fix add follower failed, conflict socket .

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

[GitHub] [doris] Gabriel39 opened a new pull request, #10428: [BUG] Fix wrong results for agg

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

[doris] branch master updated: [improvement]Do not lazily read dict encoded columns (#10420)

2022-06-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 904e757679 [improvement]Do not lazily read dict

[GitHub] [doris] yiguolei merged pull request #10420: [improvement]Do not lazily read dict encoded columns

2022-06-26 Thread GitBox
yiguolei merged PR #10420: URL: https://github.com/apache/doris/pull/10420 -- 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 #10419: [Enhancement] No need to lazy read dict encoding column

2022-06-26 Thread GitBox
yiguolei closed issue #10419: [Enhancement] No need to lazy read dict encoding column URL: https://github.com/apache/doris/issues/10419 -- 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] compiletheworld opened a new pull request, #10427: [build] Fix nested resource path error when as maven project from eclipse

2022-06-26 Thread GitBox
compiletheworld opened a new pull request, #10427: URL: https://github.com/apache/doris/pull/10427 1. Fix nested resource path error when as maven project from eclipse 2. Add instructions for "Eclipse import FE as maven project" in the developer guide ## Checklist(Required)

[GitHub] [doris] SaintBacchus closed pull request #10426: [HotFix]Fix ut compile error in SchemaChangeJobV2Test.java

2022-06-26 Thread GitBox
SaintBacchus closed pull request #10426: [HotFix]Fix ut compile error in SchemaChangeJobV2Test.java URL: https://github.com/apache/doris/pull/10426 -- 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 th

[GitHub] [doris] yiguolei commented on a diff in pull request #10420: [improvement]Do not lazily read dict encoded columns

2022-06-26 Thread GitBox
yiguolei commented on code in PR #10420: URL: https://github.com/apache/doris/pull/10420#discussion_r906778091 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1042,7 +1045,7 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { } if (!_is_n

[GitHub] [doris] SaintBacchus closed pull request #10426: [HotFix]Fix ut compile error in SchemaChangeJobV2Test.java

2022-06-26 Thread GitBox
SaintBacchus closed pull request #10426: [HotFix]Fix ut compile error in SchemaChangeJobV2Test.java URL: https://github.com/apache/doris/pull/10426 -- 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 th

[GitHub] [doris] yiguolei merged pull request #9916: [Feature-wip] support datev2

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

[GitHub] [doris] yiguolei closed issue #9575: [Feature] Refactor date/datetime type

2022-06-26 Thread GitBox
yiguolei closed issue #9575: [Feature] Refactor date/datetime type URL: https://github.com/apache/doris/issues/9575 -- 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] github-actions[bot] commented on pull request #9916: [Feature-wip] support datev2

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

[GitHub] [doris] github-actions[bot] commented on pull request #9916: [Feature-wip] support datev2

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

[GitHub] [doris] yiguolei commented on pull request #9916: [Feature-wip] support datev2

2022-06-26 Thread GitBox
yiguolei commented on PR #9916: URL: https://github.com/apache/doris/pull/9916#issuecomment-1166448241 I will merge it and we can do decimal v3 based on this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [doris] SaintBacchus opened a new pull request, #10426: [HotFix]Fix ut compile error in SchemaChangeJobV2Test.java

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