[GitHub] [doris] BePPPower opened a new pull request, #13027: [feature-wip](new-scan) Add new ES scanner and new ES scan node

2022-09-28 Thread GitBox
BePPPower opened a new pull request, #13027: URL: https://github.com/apache/doris/pull/13027 # Proposed changes Related pr: #11582 This pr is the new ES scan node and new ES scanner. ## Problem summary Describe your changes. ## Checklist(Required) 1.

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #13014: [Bug](load) fix core dump on big block load

2022-09-28 Thread GitBox
BiteThet commented on code in PR #13014: URL: https://github.com/apache/doris/pull/13014#discussion_r982047866 ## be/src/util/block_compression.cpp: ## @@ -73,6 +73,13 @@ class Lz4BlockCompression : public BlockCompressionCodec { } Status compress(const Slice& in

[GitHub] [doris] xy720 opened a new pull request, #13028: [enhancement](array-type) Handle cast empty string value to array

2022-09-28 Thread GitBox
xy720 opened a new pull request, #13028: URL: https://github.com/apache/doris/pull/13028 # Proposed changes Issue Number: close #7570 ## Problem summary We should handle empty value between two comma when cast string to array type. ``` before: mysql> select

[GitHub] [doris] xinyiZzz merged pull request #12981: [improvement](memory) set TCMALLOC_HEAP_LIMIT_MB to control memory co…

2022-09-28 Thread GitBox
xinyiZzz merged PR #12981: URL: https://github.com/apache/doris/pull/12981 -- 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] adonis0147 opened a new pull request, #13029: [Bug](aarch64) Fix the mmap errors which make BE down during starting up

2022-09-28 Thread GitBox
adonis0147 opened a new pull request, #13029: URL: https://github.com/apache/doris/pull/13029 # Proposed changes Issue Number: close #13026 ## Problem summary I failed to start BE (with ASAN build type) up on Ubuntu 22.04.1 (aarch64) and got the following errors. ```

[GitHub] [doris] BiteTheDDDDt closed issue #13006: [Bug](function) core dump on substr

2022-09-28 Thread GitBox
BiteThet closed issue #13006: [Bug](function) core dump on substr URL: https://github.com/apache/doris/issues/13006 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] dinggege1024 opened a new pull request, #13030: [Enhancement] make UT-SelectRollupTest more stable

2022-09-28 Thread GitBox
dinggege1024 opened a new pull request, #13030: URL: https://github.com/apache/doris/pull/13030 # Proposed changes Issue Number: #12964 Root cause: there is still a short gap between "job finish" and "table become normal", so if user send

[GitHub] [doris] adonis0147 closed pull request #13029: [Bug](aarch64) Fix the mmap errors which make BE down during starting up

2022-09-28 Thread GitBox
adonis0147 closed pull request #13029: [Bug](aarch64) Fix the mmap errors which make BE down during starting up URL: https://github.com/apache/doris/pull/13029 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [doris] adonis0147 opened a new pull request, #13031: [Bug](aarch64) Fix the mmap errors which make BE down during starting up

2022-09-28 Thread GitBox
adonis0147 opened a new pull request, #13031: URL: https://github.com/apache/doris/pull/13031 # Proposed changes Issue Number: close #13026 ## Problem summary I failed to start BE (with ASAN build type) up on Ubuntu 22.04.1 (aarch64) and got the following errors. ```

[GitHub] [doris] dinggege1024 commented on issue #12964: [Enhancement] SelectRollupTest UT is unstable

2022-09-28 Thread GitBox
dinggege1024 commented on issue #12964: URL: https://github.com/apache/doris/issues/12964#issuecomment-1260559311 #13030 Hi @jackwener , plz review this pr~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [doris] starocean999 opened a new pull request, #13032: [fix](like)the dictionary column should call get_shrink_value to get correct string value

2022-09-28 Thread GitBox
starocean999 opened a new pull request, #13032: URL: https://github.com/apache/doris/pull/13032 # Proposed changes Issue Number: close #xxx ## Problem summary call get_shrink_value to get correct string value for CHAR type ## Checklist(Required) 1. Does

[GitHub] [doris] jacktengg opened a new pull request, #13033: 1.1 lts revert debug var

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

[GitHub] [doris] dataroaring merged pull request #13033: 1.1 lts revert debug var

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

[GitHub] [doris] englefly closed pull request #12986: New star schema

2022-09-28 Thread GitBox
englefly closed pull request #12986: New star schema URL: https://github.com/apache/doris/pull/12986 -- 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: com

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #12995: [feature-wip](vertical-compaction) support dup-key vertical compaction

2022-09-28 Thread GitBox
BiteThet commented on code in PR #12995: URL: https://github.com/apache/doris/pull/12995#discussion_r982137902 ## be/src/common/config.h: ## @@ -250,12 +250,18 @@ CONF_Bool(enable_storage_vectorization, "true"); CONF_Bool(enable_low_cardinality_optimize, "true"); // be p

[GitHub] [doris] BiteTheDDDDt merged pull request #12983: [fix](planner) fix push down no grouping agg

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

[GitHub] [doris] BiteTheDDDDt closed issue #12958: [Bug] [daily] be core when union query

2022-09-28 Thread GitBox
BiteThet closed issue #12958: [Bug] [daily] be core when union query URL: https://github.com/apache/doris/issues/12958 -- 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 un

[GitHub] [doris] dataroaring merged pull request #13021: [improvement](scan) remove concurrency limit if scan has predicate

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

[GitHub] [doris] dataroaring commented on pull request #13021: [improvement](scan) remove concurrency limit if scan has predicate

2022-09-28 Thread GitBox
dataroaring commented on PR #13021: URL: https://github.com/apache/doris/pull/13021#issuecomment-1260611017 If a scan node has predicate, we can not limit the concurrency of scanner. Because we don't know how much data need to be scan. If we limit the concurrency, this will cause query

[GitHub] [doris] dataroaring closed issue #12729: Doris使用limit导致查询时间延长

2022-09-28 Thread GitBox
dataroaring closed issue #12729: Doris使用limit导致查询时间延长 URL: https://github.com/apache/doris/issues/12729 -- 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:

[GitHub] [doris] BiteTheDDDDt commented on pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-28 Thread GitBox
BiteThet commented on PR #12877: URL: https://github.com/apache/doris/pull/12877#issuecomment-1260611970 Can you add a test case to our regression-test? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] morrySnow commented on pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
morrySnow commented on PR #10170: URL: https://github.com/apache/doris/pull/10170#issuecomment-1260613471 @Kikyou1997 PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] morrySnow commented on pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
morrySnow commented on PR #10170: URL: https://github.com/apache/doris/pull/10170#issuecomment-1260614015 @weizhengte PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] BiteTheDDDDt commented on pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-28 Thread GitBox
BiteThet commented on PR #12877: URL: https://github.com/apache/doris/pull/12877#issuecomment-1260616603 The p1 test failed, maybe you should rebase code to pass p1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
Kikyou1997 commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982166364 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java: ## @@ -79,55 +79,48 @@ public class TableRef implements ParseNode, Writable { private stati

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
Kikyou1997 commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982172398 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java: ## @@ -645,27 +684,6 @@ public String tableRefToDigest() { return tableRefToSql();

[GitHub] [doris] dataroaring commented on pull request #13032: [fix](like)the dictionary column should call get_shrink_value to get correct string value

2022-09-28 Thread GitBox
dataroaring commented on PR #13032: URL: https://github.com/apache/doris/pull/13032#issuecomment-1260647738 case is added by https://github.com/apache/doris/pull/12285/. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] sohardforaname opened a new pull request, #13034: [Improve](Nereids)Optimize costAndEnforcerJob

2022-09-28 Thread GitBox
sohardforaname opened a new pull request, #13034: URL: https://github.com/apache/doris/pull/13034 # Proposed changes Issue Number: close #xxx ## Problem summary Optimize CostAndEnforcerJob ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] Tanya-W opened a new pull request, #13035: [improvement](index) Support bitmap index can be applied with OR predicate when enable vectorized engine query

2022-09-28 Thread GitBox
Tanya-W opened a new pull request, #13035: URL: https://github.com/apache/doris/pull/13035 # Proposed changes Issue Number: close #xxx ## Problem summary Current bitmap index only can apply pushed down predicates which in AND conditions. When predicates in OR conditions and

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #13036: [Chore](format) update clang-format version to 15

2022-09-28 Thread GitBox
BiteThet opened a new pull request, #13036: URL: https://github.com/apache/doris/pull/13036 # Proposed changes update clang-format version to 15 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] xy720 commented on a diff in pull request #13020: [Opt](Vec) Support const column check nullable and remove nullable

2022-09-28 Thread GitBox
xy720 commented on code in PR #13020: URL: https://github.com/apache/doris/pull/13020#discussion_r982215785 ## be/src/vec/columns/column_nullable.cpp: ## @@ -570,6 +570,16 @@ ColumnPtr remove_nullable(const ColumnPtr& column) { if (is_column_nullable(*column)) { re

[GitHub] [doris] github-actions[bot] commented on pull request #13032: [fix](like)the dictionary column should call get_shrink_value to get correct string value

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13032: URL: https://github.com/apache/doris/pull/13032#issuecomment-1260714236 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 #13032: [fix](like)the dictionary column should call get_shrink_value to get correct string value

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13032: URL: https://github.com/apache/doris/pull/13032#issuecomment-1260714185 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] morningman opened a new pull request, #13037: [cherry-pick][improvement](scan) remove concurrency limit if scan has predicate (#13021)

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

[GitHub] [doris] morningman merged pull request #13037: [cherry-pick][improvement](scan) remove concurrency limit if scan has predicate (#13021)

2022-09-28 Thread GitBox
morningman merged PR #13037: URL: https://github.com/apache/doris/pull/13037 -- 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] Kikyou1997 commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
Kikyou1997 commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982254090 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; }

[GitHub] [doris] github-actions[bot] commented on pull request #13031: [Bug](aarch64) Fix the mmap errors which make BE down during starting up

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13031: URL: https://github.com/apache/doris/pull/13031#issuecomment-1260737339 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 #13031: [Bug](aarch64) Fix the mmap errors which make BE down during starting up

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13031: URL: https://github.com/apache/doris/pull/13031#issuecomment-1260737370 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] Kikyou1997 commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
Kikyou1997 commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982279920 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; }

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
Kikyou1997 commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982279920 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; }

[GitHub] [doris] morrySnow opened a new pull request, #13038: [feature](Nereids) implicit cast StringLiteral to another side type of BinaryOperator if available

2022-09-28 Thread GitBox
morrySnow opened a new pull request, #13038: URL: https://github.com/apache/doris/pull/13038 # Proposed changes for expression `5 > '1'`. currently, we normalize it to `'5' > '1'`. After this PR, we normalize it to `5 > 1` ## Problem summary Describe your changes.

[GitHub] [doris] morrySnow merged pull request #13015: [enhancement](Nereids) let BinaryArithmetic's dataType and nullable match with BE

2022-09-28 Thread GitBox
morrySnow merged PR #13015: URL: https://github.com/apache/doris/pull/13015 -- 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.ap

[GitHub] [doris] morrySnow commented on a diff in pull request #12858: [enhancement](Nereids) planner performance speed up

2022-09-28 Thread GitBox
morrySnow commented on code in PR #12858: URL: https://github.com/apache/doris/pull/12858#discussion_r982320377 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostEstimate.java: ## @@ -88,13 +86,17 @@ public static CostEstimate ofMemory(double memoryCost) { }

[GitHub] [doris] morrySnow commented on pull request #13034: [enhancement](Nereids) CostAndEnforcerJob performance speed up

2022-09-28 Thread GitBox
morrySnow commented on PR #13034: URL: https://github.com/apache/doris/pull/13034#issuecomment-1260819677 duplicate with https://github.com/apache/doris/pull/12858 -- 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 closed pull request #13034: [enhancement](Nereids) CostAndEnforcerJob performance speed up

2022-09-28 Thread GitBox
morrySnow closed pull request #13034: [enhancement](Nereids) CostAndEnforcerJob performance speed up URL: https://github.com/apache/doris/pull/13034 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [doris] morrySnow commented on pull request #12817: [enhancement](Nereids) optimization for star-schema join reorder

2022-09-28 Thread GitBox
morrySnow commented on PR #12817: URL: https://github.com/apache/doris/pull/12817#issuecomment-1260820548 add commit msg plz -- 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.

[GitHub] [doris] zhangstar333 opened a new pull request, #13039: [Vectorized][Function] support date_trunc and countequal function

2022-09-28 Thread GitBox
zhangstar333 opened a new pull request, #13039: URL: https://github.com/apache/doris/pull/13039 # Proposed changes [Vectorized][Function] support date_trunc and countequal function ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it a

[GitHub] [doris] github-actions[bot] commented on pull request #12285: [enhancement](test) add more p0 cases

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

[GitHub] [doris] morrySnow merged pull request #12817: [enhancement](Nereids) optimization for star-schema join reorder

2022-09-28 Thread GitBox
morrySnow merged PR #12817: URL: https://github.com/apache/doris/pull/12817 -- 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.ap

[GitHub] [doris] morningman merged pull request #12896: [feature-wip](parquet-reader) refactor parquet_predicate

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

[GitHub] [doris] morrySnow merged pull request #13038: [feature](Nereids) implicit cast StringLiteral to another side type of BinaryOperator if available

2022-09-28 Thread GitBox
morrySnow merged PR #13038: URL: https://github.com/apache/doris/pull/13038 -- 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.ap

[GitHub] [doris] HappenLee commented on a diff in pull request #13020: [Opt](Vec) Support const column check nullable and remove nullable

2022-09-28 Thread GitBox
HappenLee commented on code in PR #13020: URL: https://github.com/apache/doris/pull/13020#discussion_r982445263 ## be/src/vec/columns/column_nullable.cpp: ## @@ -570,6 +570,16 @@ ColumnPtr remove_nullable(const ColumnPtr& column) { if (is_column_nullable(*column)) {

[GitHub] [doris] Gabriel39 opened a new pull request, #13040: [regression](datev2) Add regression tests for datev2

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

[GitHub] [doris] HappenLee commented on a diff in pull request #12819: [Improvement](crchash) Use wider built-in CRC hash function

2022-09-28 Thread GitBox
HappenLee commented on code in PR #12819: URL: https://github.com/apache/doris/pull/12819#discussion_r982457454 ## be/src/util/hash_util.hpp: ## @@ -65,31 +96,29 @@ class HashUtil { // NOTE: Any changes made to this function need to be reflected in Codegen::GetHashFn.

[GitHub] [doris] HappenLee commented on a diff in pull request #13024: [Bug](datev2) Fix compatible error between datev2 and date

2022-09-28 Thread GitBox
HappenLee commented on code in PR #13024: URL: https://github.com/apache/doris/pull/13024#discussion_r982487067 ## be/src/exprs/bloomfilter_predicate.h: ## @@ -244,9 +244,13 @@ struct DateV2FindOp bool find_olap_engine(const BloomFilterAdaptor& bloom_filter, const void* da

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982539965 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java: ## @@ -79,55 +79,48 @@ public class TableRef implements ParseNode, Writable { private static

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982540299 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java: ## @@ -79,55 +79,48 @@ public class TableRef implements ParseNode, Writable { private static

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982542006 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java: ## @@ -645,27 +684,6 @@ public String tableRefToDigest() { return tableRefToSql(); }

[GitHub] [doris] zhannngchen opened a new pull request, #13041: [docs](broker load) add doc for property load_parallelism

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

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982555655 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; } +

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r982558867 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; } +

[GitHub] [doris] Wilson-BT opened a new pull request, #13042: Fix bug that the dataxwriter will drop column when convert map to json

2022-09-28 Thread GitBox
Wilson-BT opened a new pull request, #13042: URL: https://github.com/apache/doris/pull/13042 # Proposed changes Issue Number: close #xxx ## Problem summary Fix bug that the dataxwriter will drop column when convert map to json。Add ```format``` note in ```dataxwriter``` D

[GitHub] [doris] xinyiZzz commented on pull request #12773: [Bug](mem-tracker) fix core dump when use_mmap_allocate_chunk=true

2022-09-28 Thread GitBox
xinyiZzz commented on PR #12773: URL: https://github.com/apache/doris/pull/12773#issuecomment-1261134823 The root cause of the `TCMallocImplementation::GetAllocatedSize(void const*) at src/tcmalloc.cc:1700` error is not mem hook, but a memory problem The modification in this pr did no

[GitHub] [doris] BiteTheDDDDt closed pull request #12773: [Bug](mem-tracker) fix core dump when use_mmap_allocate_chunk=true

2022-09-28 Thread GitBox
BiteThet closed pull request #12773: [Bug](mem-tracker) fix core dump when use_mmap_allocate_chunk=true URL: https://github.com/apache/doris/pull/12773 -- 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] github-actions[bot] commented on pull request #13020: [Opt](Vec) Support const column check nullable and remove nullable

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13020: URL: https://github.com/apache/doris/pull/13020#issuecomment-1261250883 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 #13020: [Opt](Vec) Support const column check nullable and remove nullable

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13020: URL: https://github.com/apache/doris/pull/13020#issuecomment-1261250807 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 #8801: [fix] remove _own_pool from rumtime_profile to fix compile errors

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

[GitHub] [doris] github-actions[bot] commented on pull request #7892: [refactor](vectorized) Create and insert columns by tuple slots

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

[GitHub] [doris] yiguolei merged pull request #13031: [Bug](aarch64) Fix the mmap errors which make BE down during starting up

2022-09-28 Thread GitBox
yiguolei merged PR #13031: URL: https://github.com/apache/doris/pull/13031 -- 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 #13026: [Bug](aarch64) Failed to start BE due to errors caused by AddressSanitizer

2022-09-28 Thread GitBox
yiguolei closed issue #13026: [Bug](aarch64) Failed to start BE due to errors caused by AddressSanitizer URL: https://github.com/apache/doris/issues/13026 -- 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 g

[GitHub] [doris] yiguolei merged pull request #13020: [Opt](Vec) Support const column check nullable and remove nullable

2022-09-28 Thread GitBox
yiguolei merged PR #13020: URL: https://github.com/apache/doris/pull/13020 -- 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 #13032: [fix](like)the dictionary column should call get_shrink_value to get correct string value

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

[GitHub] [doris] github-actions[bot] commented on pull request #13042: [Bug]Fix bug that the dataxwriter will drop column when convert map to json

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13042: URL: https://github.com/apache/doris/pull/13042#issuecomment-1261635856 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 #13042: [Bug]Fix bug that the dataxwriter will drop column when convert map to json

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13042: URL: https://github.com/apache/doris/pull/13042#issuecomment-1261635870 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] zzzzzzzs commented on issue #10495: flink Connect to Doris BE{host='172.16.50.4', port=9060}failed

2022-09-28 Thread GitBox
zzzs commented on issue #10495: URL: https://github.com/apache/doris/issues/10495#issuecomment-1261643015 I also encountered this problem. I read the data in the Doris table of the remote server from the local access. I set the remote IP in the local program, but the log prints the intr

[GitHub] [doris] github-actions[bot] commented on pull request #13041: [docs](broker load) add doc for property load_parallelism

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13041: URL: https://github.com/apache/doris/pull/13041#issuecomment-1261644144 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 #13041: [docs](broker load) add doc for property load_parallelism

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13041: URL: https://github.com/apache/doris/pull/13041#issuecomment-1261644167 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] zxealous commented on a diff in pull request #12897: [feature](remote) support local cache GC by disk usage

2022-09-28 Thread GitBox
zxealous commented on code in PR #12897: URL: https://github.com/apache/doris/pull/12897#discussion_r982998726 ## be/src/io/cache/file_cache_manager.cpp: ## @@ -18,15 +18,39 @@ #include "io/cache/file_cache_manager.h" #include "gutil/strings/util.h" +#include "io/cache/dummy

[GitHub] [doris] github-actions[bot] commented on pull request #10170: [Enhancement](optimizer) Support select table sample

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #10170: URL: https://github.com/apache/doris/pull/10170#issuecomment-1261659755 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] Kikyou1997 opened a new pull request, #13044: [fix](planner) Add default execution interval time for stats framework

2022-09-28 Thread GitBox
Kikyou1997 opened a new pull request, #13044: URL: https://github.com/apache/doris/pull/13044 # Proposed changes Issue Number: noissue ## Problem summary Set a default execution interval for stats collection related threads. ## Checklist(Required) 1. Does it

[GitHub] [doris] Kikyou1997 commented on pull request #13044: [fix](planner) Add default execution interval time for stats framework

2022-09-28 Thread GitBox
Kikyou1997 commented on PR #13044: URL: https://github.com/apache/doris/pull/13044#issuecomment-1261664415 @morrySnow -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #13030: [Enhancement](fe-core) make UT-SelectRollupTest more stable

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13030: URL: https://github.com/apache/doris/pull/13030#issuecomment-1261664654 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 #13030: [Enhancement](fe-core) make UT-SelectRollupTest more stable

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13030: URL: https://github.com/apache/doris/pull/13030#issuecomment-1261664675 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] qf8505 opened a new issue, #13045: [Bug] 测试部署机器有一台一直报错 No memory available to store statement

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

[GitHub] [doris] dataroaring merged pull request #12285: [enhancement](test) add more p0 cases

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

[GitHub] [doris] github-actions[bot] commented on pull request #12897: [feature](remote) support local cache GC by disk usage

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #12897: URL: https://github.com/apache/doris/pull/12897#issuecomment-1261673722 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] cambyzju commented on a diff in pull request #12897: [feature](remote) support local cache GC by disk usage

2022-09-28 Thread GitBox
cambyzju commented on code in PR #12897: URL: https://github.com/apache/doris/pull/12897#discussion_r983017616 ## be/src/io/cache/file_cache_manager.cpp: ## @@ -56,88 +80,82 @@ void FileCacheManager::remove_file_cache(const std::string& cache_path) { } } -void FileCache

[GitHub] [doris] cambyzju commented on a diff in pull request #12897: [feature](remote) support local cache GC by disk usage

2022-09-28 Thread GitBox
cambyzju commented on code in PR #12897: URL: https://github.com/apache/doris/pull/12897#discussion_r983017616 ## be/src/io/cache/file_cache_manager.cpp: ## @@ -56,88 +80,82 @@ void FileCacheManager::remove_file_cache(const std::string& cache_path) { } } -void FileCache

[GitHub] [doris] cambyzju commented on a diff in pull request #12897: [feature](remote) support local cache GC by disk usage

2022-09-28 Thread GitBox
cambyzju commented on code in PR #12897: URL: https://github.com/apache/doris/pull/12897#discussion_r983017951 ## be/src/io/cache/file_cache_manager.cpp: ## @@ -18,15 +18,39 @@ #include "io/cache/file_cache_manager.h" #include "gutil/strings/util.h" +#include "io/cache/dummy

[GitHub] [doris] github-actions[bot] commented on pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #12970: URL: https://github.com/apache/doris/pull/12970#issuecomment-1261681799 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 #12858: [enhancement](Nereids) planner performance speed up

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #12858: URL: https://github.com/apache/doris/pull/12858#issuecomment-1261688111 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 #12858: [enhancement](Nereids) planner performance speed up

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #12858: URL: https://github.com/apache/doris/pull/12858#issuecomment-1261688089 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] sohardforaname opened a new pull request, #13046: [enhancement](Nereids)Optimize CostAndEnforcerJob

2022-09-28 Thread GitBox
sohardforaname opened a new pull request, #13046: URL: https://github.com/apache/doris/pull/13046 # Proposed changes Issue Number: close #xxx ## Problem summary Optimize CostAndEnforcerJob. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] hf200012 merged pull request #13042: [Bug](Datax)Fix bug that the dataxwriter will drop column when convert map to json

2022-09-28 Thread GitBox
hf200012 merged PR #13042: URL: https://github.com/apache/doris/pull/13042 -- 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] morrySnow commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-28 Thread GitBox
morrySnow commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r983029637 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Expression.java: ## @@ -48,6 +48,8 @@ public abstract class Expression extends AbstractTreeNode

[GitHub] [doris] dataalive opened a new pull request, #13047: [typo][doc]replace unuse parameter max_base_compaction_concurrency

2022-09-28 Thread GitBox
dataalive opened a new pull request, #13047: URL: https://github.com/apache/doris/pull/13047 # Proposed changes Issue Number: close #xxx ## Problem summary replace unuse parameter max_base_compaction_concurrency with max_base_compaction_threads ## Checklist(Requir

[GitHub] [doris] github-actions[bot] commented on pull request #13047: [typo][doc]replace unuse parameter max_base_compaction_concurrency

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13047: URL: https://github.com/apache/doris/pull/13047#issuecomment-1261737033 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 #13047: [typo][doc]replace unuse parameter max_base_compaction_concurrency

2022-09-28 Thread GitBox
github-actions[bot] commented on PR #13047: URL: https://github.com/apache/doris/pull/13047#issuecomment-1261740189 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] wangshuo128 opened a new pull request, #13048: [Fix](Nereids) Fix exception message when can't bind slot.

2022-09-28 Thread GitBox
wangshuo128 opened a new pull request, #13048: URL: https://github.com/apache/doris/pull/13048 # Proposed changes This PR proposes to fix the exception message when failed to bind slot by query refers to the column does not exist in underlying tables. For example: `select col from t`

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #13049: [Enhancement](optimize) optimize for function multiply on decimalv2

2022-09-28 Thread GitBox
BiteThet opened a new pull request, #13049: URL: https://github.com/apache/doris/pull/13049 # Proposed changes TPCH Q6 0.8s->0.4s ```sql select /*+SET_VAR(exec_mem_limit=8589934592, parallel_fragment_exec_instance_num=1, enable_vectorized_engine=true, batch_size=4096, disable_j

<    3   4   5   6   7   8   9   10   11   12   >