[GitHub] [doris] yangzhg commented on a diff in pull request #13147: [Enhancement][MultiTableMaterializedView] The schedule framework for the MTMV

2022-10-19 Thread GitBox
yangzhg commented on code in PR #13147: URL: https://github.com/apache/doris/pull/13147#discussion_r999028922 ## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ## @@ -1792,4 +1792,19 @@ public class Config extends ConfigBase { @ConfField(mutable = false)

[GitHub] [doris] yangzhg commented on a diff in pull request #13147: [Enhancement][MultiTableMaterializedView] The schedule framework for the MTMV

2022-10-19 Thread GitBox
yangzhg commented on code in PR #13147: URL: https://github.com/apache/doris/pull/13147#discussion_r999028922 ## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ## @@ -1792,4 +1792,19 @@ public class Config extends ConfigBase { @ConfField(mutable = false)

[GitHub] [doris] Gabriel39 opened a new pull request, #13476: [Regression](java-udf) Move source code used by Java UDF test case

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

[GitHub] [doris] yangzhg commented on a diff in pull request #13147: [Enhancement][MultiTableMaterializedView] The schedule framework for the MTMV

2022-10-19 Thread GitBox
yangzhg commented on code in PR #13147: URL: https://github.com/apache/doris/pull/13147#discussion_r999029287 ## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ## @@ -1792,4 +1792,19 @@ public class Config extends ConfigBase { @ConfField(mutable = false)

[GitHub] [doris] carlvinhust2012 opened a new pull request, #13477: [fix](array-type) fix the wrong result of array_join function

2022-10-19 Thread GitBox
carlvinhust2012 opened a new pull request, #13477: URL: https://github.com/apache/doris/pull/13477 # Proposed changes 1. this pr is used to fix the wrong result of array_join function. 2. Issue Number: #7570 ## Problem summary Describe your changes. ## Checklis

[GitHub] [doris] HappenLee commented on a diff in pull request #13440: [Function](array) support array_difference function

2022-10-19 Thread GitBox
HappenLee commented on code in PR #13440: URL: https://github.com/apache/doris/pull/13440#discussion_r999040853 ## docs/en/docs/sql-manual/sql-functions/array-functions/array_difference.md: ## @@ -0,0 +1,66 @@ +--- +{ +"title": "array_difference", +"language": "en" +} +-

[GitHub] [doris] HappenLee commented on a diff in pull request #13440: [Function](array) support array_difference function

2022-10-19 Thread GitBox
HappenLee commented on code in PR #13440: URL: https://github.com/apache/doris/pull/13440#discussion_r999041861 ## be/src/vec/functions/array/function_array_difference.h: ## @@ -0,0 +1,186 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [doris] cambyzju commented on a diff in pull request #13428: [feature-wip](array) remove array config and check array nested depth

2022-10-19 Thread GitBox
cambyzju commented on code in PR #13428: URL: https://github.com/apache/doris/pull/13428#discussion_r999042887 ## be/src/vec/data_types/data_type_array.cpp: ## @@ -180,10 +181,15 @@ Status DataTypeArray::from_string(ReadBuffer& rb, IColumn* column) const { auto& offsets =

[GitHub] [doris] yangzhg merged pull request #13448: [Bugfix](vec) Fix all create mv using to_bitmap() on negative value columns when enable_vectorized_alter_table is true

2022-10-19 Thread GitBox
yangzhg merged PR #13448: URL: https://github.com/apache/doris/pull/13448 -- 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.apac

[doris] branch master updated: [Bugfix](vec) Fix all create mv using to_bitmap() on negative value columns when enable_vectorized_alter_table is true (#13448)

2022-10-19 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 0b368fbbfa [Bugfix](vec) Fix all create mv using

[GitHub] [doris] jacktengg opened a new issue, #13478: [Bug] be coredump at ProcessHashTableProbe

2022-10-19 Thread GitBox
jacktengg opened a new issue, #13478: URL: https://github.com/apache/doris/issues/13478 ### 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 f0dbb

[doris] branch branch-1.1-lts updated: [Bug](function) fix core dump on case when have 1000 condition #13315 (#13471)

2022-10-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new f6bbe04244 [Bug](function) fix

[GitHub] [doris] yangzhg closed issue #13447: [Bug] Create MV using function bitmap_union(to_bitmap(col)) on column with negative values will not fail

2022-10-19 Thread GitBox
yangzhg closed issue #13447: [Bug] Create MV using function bitmap_union(to_bitmap(col)) on column with negative values will not fail URL: https://github.com/apache/doris/issues/13447 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] yiguolei merged pull request #13471: [Bug](function) fix core dump on case when have 1000 condition #13315

2022-10-19 Thread GitBox
yiguolei merged PR #13471: URL: https://github.com/apache/doris/pull/13471 -- 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 merged pull request #13462: [typo](docs) fix some problem

2022-10-19 Thread GitBox
yiguolei merged PR #13462: URL: https://github.com/apache/doris/pull/13462 -- 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 (0b368fbbfa -> 29b4d8dcad)

2022-10-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0b368fbbfa [Bugfix](vec) Fix all create mv using to_bitmap() on negative value columns when enable_vectorized_alter_

[GitHub] [doris] jacktengg opened a new pull request, #13479: [fix](hashjoin) fix coredump of hash join in ubsan build

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

[doris] branch master updated (29b4d8dcad -> eeb2b0acdb)

2022-10-19 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 29b4d8dcad [typo](docs) fix some problem #13462 add eeb2b0acdb [doc][fix](multi-catalog) Add multi-catalog es

[GitHub] [doris] morningman merged pull request #13429: [Doc](Multicatalog): Add multicatalog es doc

2022-10-19 Thread GitBox
morningman merged PR #13429: URL: https://github.com/apache/doris/pull/13429 -- 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 #13363: [Improvement](multi-catalog)Support refresh external catalog.

2022-10-19 Thread GitBox
morningman merged PR #13363: URL: https://github.com/apache/doris/pull/13363 -- 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](multi-catalog)Support refresh external catalog. (#13363)

2022-10-19 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 e65a4a9f9f [Improvement](multi-catalog)Suppor

[GitHub] [doris] morningman commented on pull request #13363: [Improvement](multi-catalog)Support refresh external catalog.

2022-10-19 Thread GitBox
morningman commented on PR #13363: URL: https://github.com/apache/doris/pull/13363#issuecomment-1283594570 Please add regress test after #13143 is merged -- 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] zhannngchen opened a new pull request, #13480: [Enhancement](load) consider memtable in flush while reducing load me…

2022-10-19 Thread GitBox
zhannngchen opened a new pull request, #13480: URL: https://github.com/apache/doris/pull/13480 …mory # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] HappenLee commented on a diff in pull request #13166: [Enhancement](scanner) support split avg key range

2022-10-19 Thread GitBox
HappenLee commented on code in PR #13166: URL: https://github.com/apache/doris/pull/13166#discussion_r999095618 ## be/src/exec/olap_common.h: ## @@ -508,45 +511,62 @@ size_t ColumnValueRange::get_convertible_fixed_value_size() cons return _high_value - _low_value; } -te

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

2022-10-19 Thread GitBox
924060929 commented on code in PR #13416: URL: https://github.com/apache/doris/pull/13416#discussion_r999072231 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/mv/SelectMaterializedIndexWithAggregate.java: ## @@ -543,7 +398,7 @@ public CheckContext(LogicalOlapScan sca

[GitHub] [doris] hello-stephen commented on pull request #13473: [enhancement](macOS) Refine the build scripts for macOS

2022-10-19 Thread GitBox
hello-stephen commented on PR #13473: URL: https://github.com/apache/doris/pull/13473#issuecomment-1283662410 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 41.63 seconds load time: 585 seconds storage size: 17154768636 Bytes https://doris-co

[GitHub] [doris] stalary opened a new pull request, #13481: [Cherry-pick](information_schema) information_schema.columns support COLUMN KEY

2022-10-19 Thread GitBox
stalary opened a new pull request, #13481: URL: https://github.com/apache/doris/pull/13481 # Proposed changes relation pr: https://github.com/apache/doris/pull/11228/files ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the

[doris-website] branch master updated: fix

2022-10-19 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 5f22c23977b fix 5f22c23977b is desc

[doris-website] branch master updated: fix

2022-10-19 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 c8325895d70 fix c8325895d70 is desc

[GitHub] [doris] github-actions[bot] commented on pull request #13166: [Enhancement](scanner) support split avg key range

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13166: URL: https://github.com/apache/doris/pull/13166#issuecomment-1283764924 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 #13166: [Enhancement](scanner) support split avg key range

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13166: URL: https://github.com/apache/doris/pull/13166#issuecomment-1283765019 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] xy720 commented on a diff in pull request #13428: [feature-wip](array) remove array config and check array nested depth

2022-10-19 Thread GitBox
xy720 commented on code in PR #13428: URL: https://github.com/apache/doris/pull/13428#discussion_r999229603 ## be/src/vec/functions/function_cast.h: ## @@ -332,9 +334,16 @@ struct ConvertImplGenericFromString { continue; } R

[GitHub] [doris] morningman opened a new issue, #13482: [Bug] java.util.ConcurrentModificationException: null of PolicyMgr

2022-10-19 Thread GitBox
morningman opened a new issue, #13482: URL: https://github.com/apache/doris/issues/13482 ### 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] morningman commented on issue #13482: [Bug] java.util.ConcurrentModificationException: null of PolicyMgr

2022-10-19 Thread GitBox
morningman commented on issue #13482: URL: https://github.com/apache/doris/issues/13482#issuecomment-1283803675 @stalary could you please fix 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 above to go to

[GitHub] [doris] Gabriel39 commented on a diff in pull request #13479: [fix](hashjoin) fix coredump of hash join in ubsan build

2022-10-19 Thread GitBox
Gabriel39 commented on code in PR #13479: URL: https://github.com/apache/doris/pull/13479#discussion_r999280166 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -268,8 +271,8 @@ void ProcessHashTableProbe::build_side_output_column( // Dispose right tuple is null flags c

[GitHub] [doris] zhiwen95 opened a new issue, #13484: [Bug] 启动报错

2022-10-19 Thread GitBox
zhiwen95 opened a new issue, #13484: URL: https://github.com/apache/doris/issues/13484 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1.3

[GitHub] [doris] starocean999 opened a new pull request, #13485: [FIX](agg)fix group by constant child expr bug

2022-10-19 Thread GitBox
starocean999 opened a new pull request, #13485: URL: https://github.com/apache/doris/pull/13485 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/13350 ## Problem summary this fix a bug introduced by https://github.com/apache/doris/pull/13376

[GitHub] [doris] hello-stephen commented on pull request #12742: [feature](nereids) support common table expression

2022-10-19 Thread GitBox
hello-stephen commented on PR #12742: URL: https://github.com/apache/doris/pull/12742#issuecomment-1283871017 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.19 seconds load time: 620 seconds storage size: 17108741844 Bytes https://doris-co

[GitHub] [doris] pengxiangyu opened a new issue, #13486: [Feature](remote)Add schema change for remote storage file

2022-10-19 Thread GitBox
pengxiangyu opened a new issue, #13486: URL: https://github.com/apache/doris/issues/13486 ### 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 Suppor

[GitHub] [doris] pengxiangyu opened a new pull request, #13487: [Feature](remote)Add schema change for remote storage file

2022-10-19 Thread GitBox
pengxiangyu opened a new pull request, #13487: URL: https://github.com/apache/doris/pull/13487 # Proposed changes Issue Number: close #13486 ## Problem summary Support schema change for rowset on remote storage. ## Checklist(Required) 1. Does it affect the o

[GitHub] [doris] dataroaring commented on pull request #13487: [Feature](remote)Add schema change for remote storage file

2022-10-19 Thread GitBox
dataroaring commented on PR #13487: URL: https://github.com/apache/doris/pull/13487#issuecomment-1283913174 We should not implement heavy schema change for cooldown, light schema change is done only in fe. We can enable light schema change when creating a table with property light_schema_c

[GitHub] [doris] cambyzju commented on a diff in pull request #13440: [Function](array) support array_difference function

2022-10-19 Thread GitBox
cambyzju commented on code in PR #13440: URL: https://github.com/apache/doris/pull/13440#discussion_r999365535 ## be/src/vec/functions/array/function_array_difference.h: ## @@ -0,0 +1,204 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] hello-stephen commented on pull request #13323: [function](string_function) add new string function 'extract_url_parameter'

2022-10-19 Thread GitBox
hello-stephen commented on PR #13323: URL: https://github.com/apache/doris/pull/13323#issuecomment-1283919078 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.19 seconds load time: 583 seconds storage size: 17154768716 Bytes https://doris-co

[GitHub] [doris] HappenLee opened a new pull request, #13488: [opt](storage) opt the read by column decimal

2022-10-19 Thread GitBox
HappenLee opened a new pull request, #13488: URL: https://github.com/apache/doris/pull/13488 # Proposed changes do the opt: TPCH Q18 36s->33s Q20 18s->17s ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] dataroaring commented on a diff in pull request #13410: [feature](alter) support rename column for table with unique column id

2022-10-19 Thread GitBox
dataroaring commented on code in PR #13410: URL: https://github.com/apache/doris/pull/13410#discussion_r999365287 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -4030,12 +4031,113 @@ public void replayRenamePartition(TableInfo tableInfo) throws MetaNotFoun

[GitHub] [doris] dataroaring commented on a diff in pull request #13410: [feature](alter) support rename column for table with unique column id

2022-10-19 Thread GitBox
dataroaring commented on code in PR #13410: URL: https://github.com/apache/doris/pull/13410#discussion_r999365287 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -4030,12 +4031,113 @@ public void replayRenamePartition(TableInfo tableInfo) throws MetaNotFoun

[GitHub] [doris] cambyzju commented on a diff in pull request #13440: [Function](array) support array_difference function

2022-10-19 Thread GitBox
cambyzju commented on code in PR #13440: URL: https://github.com/apache/doris/pull/13440#discussion_r999373905 ## be/src/vec/functions/array/function_array_difference.h: ## @@ -0,0 +1,204 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] Jibing-Li opened a new pull request, #13489: [Fix](multi-catalog)Fix NPE caused by GsonUtils created objects.

2022-10-19 Thread GitBox
Jibing-Li opened a new pull request, #13489: URL: https://github.com/apache/doris/pull/13489 # Proposed changes Issue Number: close #xxx ## Problem summary The `HMSExternalCatalog` fields `dbNameToId` and `idToDb` could be NULL when the HMSExternalCatalog object is creat

[GitHub] [doris] hello-stephen commented on pull request #13476: [Regression](java-udf) Move source code used by Java UDF test case

2022-10-19 Thread GitBox
hello-stephen commented on PR #13476: URL: https://github.com/apache/doris/pull/13476#issuecomment-1283949341 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.33 seconds load time: 592 seconds storage size: 17154768686 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #11693: [Enhancement] add more metrics #11214

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #11693: URL: https://github.com/apache/doris/pull/11693#issuecomment-1283957432 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 #11693: [Enhancement] add more metrics #11214

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #11693: URL: https://github.com/apache/doris/pull/11693#issuecomment-1283957490 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] liaoxin01 opened a new pull request, #13490: [feature-wip](unique-key-merge-on-write) fix that partition column not key column for MOW table

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

[GitHub] [doris] xinyiZzz opened a new pull request, #13491: [branch-1.1-lts](cherry-pick) Fix bthread local consume mem tracker

2022-10-19 Thread GitBox
xinyiZzz opened a new pull request, #13491: URL: https://github.com/apache/doris/pull/13491 # Proposed changes Issue Number: close #xxx ## Problem summary cherry-pick #13368 and some other modify Previously, bthread_getspecific was called every time bthread local w

[GitHub] [doris] Johnnyssc opened a new pull request, #13492: vocabulary spelling mistake:ResultSendTime

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

[GitHub] [doris] hello-stephen commented on pull request #13147: [Enhancement][MultiTableMaterializedView] The schedule framework for the MTMV

2022-10-19 Thread GitBox
hello-stephen commented on PR #13147: URL: https://github.com/apache/doris/pull/13147#issuecomment-1283975915 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.06 seconds load time: 597 seconds storage size: 17154768637 Bytes https://doris-co

[GitHub] [doris] morningman merged pull request #13476: [Regression](java-udf) Move source code used by Java UDF test case

2022-10-19 Thread GitBox
morningman merged PR #13476: URL: https://github.com/apache/doris/pull/13476 -- 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 (e65a4a9f9f -> c4b5ba2a4f)

2022-10-19 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e65a4a9f9f [Improvement](multi-catalog)Support refresh external catalog. (#13363) add c4b5ba2a4f [Regression]

[GitHub] [doris] dependabot[bot] opened a new pull request, #13493: Bump commons-text from 1.9 to 1.10.0 in /fe/fe-core

2022-10-19 Thread GitBox
dependabot[bot] opened a new pull request, #13493: URL: https://github.com/apache/doris/pull/13493 Bumps commons-text from 1.9 to 1.10.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:common

[doris] branch dependabot/maven/fe/fe-core/org.apache.commons-commons-text-1.10.0 created (now 925eabca96)

2022-10-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/fe/fe-core/org.apache.commons-commons-text-1.10.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 925eabca96 Bump commons-text from 1.9 to 1.10.0 in /fe

[GitHub] [doris] github-actions[bot] commented on pull request #13473: [enhancement](macOS) Refine the build scripts for macOS

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13473: URL: https://github.com/apache/doris/pull/13473#issuecomment-1283993945 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 #13473: [enhancement](macOS) Refine the build scripts for macOS

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13473: URL: https://github.com/apache/doris/pull/13473#issuecomment-1283994013 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 pull request #13489: [Fix](multi-catalog)Fix NPE caused by GsonUtils created objects.

2022-10-19 Thread GitBox
morningman commented on PR #13489: URL: https://github.com/apache/doris/pull/13489#issuecomment-1284006816 Please add persist ut for Catalog -- 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 sp

[GitHub] [doris] zxealous commented on a diff in pull request #13487: [Feature](remote)Add schema change for remote storage file

2022-10-19 Thread GitBox
zxealous commented on code in PR #13487: URL: https://github.com/apache/doris/pull/13487#discussion_r999431563 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -156,7 +167,7 @@ template Status BetaRowsetWriter::_add_row(const ContiguousRow& row); Status BetaRowsetWriter::

[doris] branch master updated: [bugfix](array-type) ColumnDate lost is_date_type after cloned (#13420)

2022-10-19 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 9ac4cfc9bb [bugfix](array-type) ColumnDate lost i

[GitHub] [doris] xy720 merged pull request #13420: [bugfix](array-type) ColumnDate lost is_date_type after cloned

2022-10-19 Thread GitBox
xy720 merged PR #13420: URL: https://github.com/apache/doris/pull/13420 -- 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.apache

[GitHub] [doris] hello-stephen commented on pull request #13231: [feature-wip](CN Node)Support compute node

2022-10-19 Thread GitBox
hello-stephen commented on PR #13231: URL: https://github.com/apache/doris/pull/13231#issuecomment-1284036338 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.76 seconds load time: 585 seconds storage size: 17154768597 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #13096: [DOC](storage policy) add cold and hot separation docs

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13096: URL: https://github.com/apache/doris/pull/13096#issuecomment-1284040380 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 #13096: [DOC](storage policy) add cold and hot separation docs

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13096: URL: https://github.com/apache/doris/pull/13096#issuecomment-1284040442 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] Gabriel39 opened a new pull request, #13494: [Improvement](bloomfilter) WIP

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

[GitHub] [doris] yixiutt opened a new pull request, #13495: [enhancement](compaction) opt compaction task producer and quick compaction

2022-10-19 Thread GitBox
yixiutt opened a new pull request, #13495: URL: https://github.com/apache/doris/pull/13495 1.remove quick_compaction's rowset pick policy, call cu compaction when trigger quick compaction 2. skip tablet's compaction task when compaction score is too small # Proposed changes

[GitHub] [doris] hello-stephen opened a new pull request, #13496: [regression](case)insert into flat total, not divide by year

2022-10-19 Thread GitBox
hello-stephen opened a new pull request, #13496: URL: https://github.com/apache/doris/pull/13496 # 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 #13428: [feature-wip](array) remove array config and check array nested depth

2022-10-19 Thread GitBox
morningman commented on code in PR #13428: URL: https://github.com/apache/doris/pull/13428#discussion_r999526366 ## be/src/vec/exec/vbroker_scanner.cpp: ## @@ -91,9 +91,10 @@ Status VBrokerScanner::_fill_dest_columns(const Slice& line, return Status::OK(); } -

[GitHub] [doris] stalary opened a new pull request, #13497: [Bug](policy) Add readlock for show policy

2022-10-19 Thread GitBox
stalary opened a new pull request, #13497: URL: https://github.com/apache/doris/pull/13497 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/13482 ## Problem summary Add readlock for show policy resolve ConcurrentModificationException ##

[GitHub] [doris] morningman commented on a diff in pull request #13428: [feature-wip](array) remove array config and check array nested depth

2022-10-19 Thread GitBox
morningman commented on code in PR #13428: URL: https://github.com/apache/doris/pull/13428#discussion_r999528721 ## be/src/vec/data_types/data_type_array.cpp: ## @@ -180,10 +181,15 @@ Status DataTypeArray::from_string(ReadBuffer& rb, IColumn* column) const { auto& offsets

[GitHub] [doris] hello-stephen commented on pull request #13472: [Improvement](join) remove unnecessary state for join

2022-10-19 Thread GitBox
hello-stephen commented on PR #13472: URL: https://github.com/apache/doris/pull/13472#issuecomment-1284110512 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.95 seconds load time: 588 seconds storage size: 17154768614 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #13475: [Bugfix](String) fix string type length set to -1 when load stirng data

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13475: URL: https://github.com/apache/doris/pull/13475#issuecomment-1284117292 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 #13475: [Bugfix](String) fix string type length set to -1 when load stirng data

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13475: URL: https://github.com/apache/doris/pull/13475#issuecomment-1284117343 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] hello-stephen commented on pull request #13444: [Improvement][SET-PROPERTY]Support for set query_timeout property

2022-10-19 Thread GitBox
hello-stephen commented on PR #13444: URL: https://github.com/apache/doris/pull/13444#issuecomment-1284141072 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.1 seconds load time: 584 seconds storage size: 17154768628 Bytes https://doris-com

[GitHub] [doris] adonis0147 merged pull request #13473: [enhancement](macOS) Refine the build scripts for macOS

2022-10-19 Thread GitBox
adonis0147 merged PR #13473: URL: https://github.com/apache/doris/pull/13473 -- 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: [enhancement](macOS) Refine the build scripts for macOS (#13473)

2022-10-19 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 410e36ef5b [enhancement](macOS) Refine the bu

[GitHub] [doris] github-actions[bot] commented on pull request #13488: [opt](storage) opt the read by column decimal

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13488: URL: https://github.com/apache/doris/pull/13488#issuecomment-1284188447 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 #13488: [opt](storage) opt the read by column decimal

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13488: URL: https://github.com/apache/doris/pull/13488#issuecomment-1284188501 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] hello-stephen commented on pull request #13479: [fix](hashjoin) fix coredump of hash join in ubsan build

2022-10-19 Thread GitBox
hello-stephen commented on PR #13479: URL: https://github.com/apache/doris/pull/13479#issuecomment-1284260249 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.78 seconds load time: 583 seconds storage size: 17154764646 Bytes https://doris-co

[GitHub] [doris] jackwener opened a new pull request, #13498: [improve](Nereids): verify the join reorder search space;

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

[GitHub] [doris] hello-stephen commented on pull request #13460: [opt](tpch) after change the config to speed up q21

2022-10-19 Thread GitBox
hello-stephen commented on PR #13460: URL: https://github.com/apache/doris/pull/13460#issuecomment-1284285943 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.23 seconds load time: 585 seconds storage size: 17154768674 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #13489: [Fix](multi-catalog)Fix NPE caused by GsonUtils created objects.

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13489: URL: https://github.com/apache/doris/pull/13489#issuecomment-1284306572 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 #13489: [Fix](multi-catalog)Fix NPE caused by GsonUtils created objects.

2022-10-19 Thread GitBox
github-actions[bot] commented on PR #13489: URL: https://github.com/apache/doris/pull/13489#issuecomment-1284306635 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] hello-stephen commented on pull request #12996: [Nereids][Improve] infer predicate when push down predicate

2022-10-19 Thread GitBox
hello-stephen commented on PR #12996: URL: https://github.com/apache/doris/pull/12996#issuecomment-1284385838 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.46 seconds load time: 585 seconds storage size: 17154562414 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13452: [chore](fix) Fix some spell errors in be's comments.

2022-10-19 Thread GitBox
hello-stephen commented on PR #13452: URL: https://github.com/apache/doris/pull/13452#issuecomment-1284408996 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.69 seconds load time: 584 seconds storage size: 17154768684 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13485: [FIX](agg)fix group by constant child expr bug

2022-10-19 Thread GitBox
hello-stephen commented on PR #13485: URL: https://github.com/apache/doris/pull/13485#issuecomment-1284451372 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.28 seconds load time: 590 seconds storage size: 17154768447 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13487: [Feature](remote)Add schema change for remote storage file

2022-10-19 Thread GitBox
hello-stephen commented on PR #13487: URL: https://github.com/apache/doris/pull/13487#issuecomment-1284478910 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.59 seconds load time: 603 seconds storage size: 17108337541 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13361: [fix](array-type) bugfix for array column with delete condition

2022-10-19 Thread GitBox
hello-stephen commented on PR #13361: URL: https://github.com/apache/doris/pull/13361#issuecomment-1284564434 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.02 seconds load time: 579 seconds storage size: 17154768600 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13488: [opt](storage) opt the read by column decimal

2022-10-19 Thread GitBox
hello-stephen commented on PR #13488: URL: https://github.com/apache/doris/pull/13488#issuecomment-1284584082 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.1 seconds load time: 583 seconds storage size: 17154764623 Bytes https://doris-com

[GitHub] [doris] hello-stephen commented on pull request #13477: [fix](array-type) fix the wrong result of array_join function

2022-10-19 Thread GitBox
hello-stephen commented on PR #13477: URL: https://github.com/apache/doris/pull/13477#issuecomment-1284601199 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.75 seconds load time: 585 seconds storage size: 17154768640 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13489: [Fix](multi-catalog)Fix NPE caused by GsonUtils created objects.

2022-10-19 Thread GitBox
hello-stephen commented on PR #13489: URL: https://github.com/apache/doris/pull/13489#issuecomment-1284628309 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.89 seconds load time: 587 seconds storage size: 17154768623 Bytes https://doris-co

[GitHub] [doris] stalary commented on issue #13464: [Bug] be 节点挂掉

2022-10-19 Thread GitBox
stalary commented on issue #13464: URL: https://github.com/apache/doris/issues/13464#issuecomment-1284716777 You can try upgrade to 1.1.3~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [doris] hello-stephen commented on pull request #13383: [regression](framework)set random parallel_fragment_exec_instance_num…

2022-10-19 Thread GitBox
hello-stephen commented on PR #13383: URL: https://github.com/apache/doris/pull/13383#issuecomment-1284718209 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.06 seconds load time: 588 seconds storage size: 17154768621 Bytes https://doris-co

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

2022-10-19 Thread GitBox
stalary commented on issue #13458: URL: https://github.com/apache/doris/issues/13458#issuecomment-1284720062 You can implement it in internal function. -- 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] stalary commented on issue #13432: [Feature] Supports streaming data writing

2022-10-19 Thread GitBox
stalary commented on issue #13432: URL: https://github.com/apache/doris/issues/13432#issuecomment-1284722333 You can try routine load or binlog load. -- 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] github-actions[bot] closed pull request #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity

2022-10-19 Thread GitBox
github-actions[bot] closed pull request #9110: [Improvement] include the footprint of the stale rowset in the DataUsedCapacity URL: https://github.com/apache/doris/pull/9110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

  1   2   3   >