[GitHub] [doris] Lchangliang commented on issue #10135: [Feature] Lightweight schema change of add/drop column

2022-07-12 Thread GitBox
Lchangliang commented on issue #10135: URL: https://github.com/apache/doris/issues/10135#issuecomment-1181392847 TODO: 1. FE synchronization unique_id from BE for old table. 2. optimize that too more tablet_schemas are in memory. 3. About flink connector. Support Light Schema Change

[GitHub] [doris] smallhibiscus opened a new pull request, #10782: [docs]Fix the format show-table-status zh-CN docs.

2022-07-12 Thread GitBox
smallhibiscus opened a new pull request, #10782: URL: https://github.com/apache/doris/pull/10782 # Proposed changes Issue Number: close #xxx ## Problem Summary: Fix show table status docs. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/

[GitHub] [doris] github-actions[bot] commented on pull request #10782: [docs]Fix the format show-table-status zh-CN docs.

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10782: URL: https://github.com/apache/doris/pull/10782#issuecomment-1181408369 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 #10782: [docs]Fix the format show-table-status zh-CN docs.

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10782: URL: https://github.com/apache/doris/pull/10782#issuecomment-1181408397 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] hf200012 opened a new pull request, #10783: [doc]Added auto_broadcast_join_threshold variable description

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

[GitHub] [doris] github-actions[bot] commented on pull request #10773: [doc]Add common errors to broker load import documentation

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10773: URL: https://github.com/apache/doris/pull/10773#issuecomment-1181414219 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 #10773: [doc]Add common errors to broker load import documentation

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10773: URL: https://github.com/apache/doris/pull/10773#issuecomment-1181414257 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 #10753: [DOC Enhancement]update proxy_connect_timeout and proxy_timeout from 30s to 300s

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10753: URL: https://github.com/apache/doris/pull/10753#issuecomment-1181415056 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 #10753: [DOC Enhancement]update proxy_connect_timeout and proxy_timeout from 30s to 300s

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10753: URL: https://github.com/apache/doris/pull/10753#issuecomment-1181415014 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] BiteTheDDDDt opened a new issue, #10784: [Bug][Function] DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
BiteThet opened a new issue, #10784: URL: https://github.com/apache/doris/issues/10784 ### 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] BiteTheDDDDt opened a new pull request, #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

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

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-12 Thread GitBox
EmmyMiao87 commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r917716883 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -122,12 +126,40 @@ public List getTables() throws AnalysisException { return tabl

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-12 Thread GitBox
carlvinhust2012 commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r918668436 ## be/src/vec/functions/array/function_array_set.h: ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] cambyzju commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-12 Thread GitBox
cambyzju commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r918682535 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] cambyzju commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-12 Thread GitBox
cambyzju commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r918688592 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] github-actions[bot] commented on pull request #10548: [WIP](unique-key-merge-on-write) Add delete bitmap for DSIP-018

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10548: URL: https://github.com/apache/doris/pull/10548#issuecomment-1181475605 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 merged pull request #10548: [WIP](unique-key-merge-on-write) Add delete bitmap for DSIP-018

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

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) Add delete bitmap for DSIP-018 (#10548)

2022-07-12 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 2084d8bdf3 [feature-wip](unique-key-merge-on-

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-12 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r918707587 ## be/src/vec/functions/array/function_array_set.h: ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] yiguolei merged pull request #10777: [fix] fix to_string use memory after free

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

[doris] branch master updated: fix use released memory bugs (#10777)

2022-07-12 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 5f99a95816 fix use released memory bugs (#10777

[GitHub] [doris] no7dw commented on issue #4839: [Bug] Create view failed

2022-07-12 Thread GitBox
no7dw commented on issue #4839: URL: https://github.com/apache/doris/issues/4839#issuecomment-1181502748 yep , I know. thanks. but the purpose for my scenario is create a view for user to query -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-12 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r918722483 ## be/src/vec/functions/array/function_array_set.h: ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] xy720 merged pull request #10388: [feature-wip] (array-type) add the array_distinct function

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

[doris] branch master updated (5f99a95816 -> eb079950cb)

2022-07-12 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5f99a95816 fix use released memory bugs (#10777) add eb079950cb [feature-wip] (array-type) add the array_distinct

[GitHub] [doris] 924060929 opened a new pull request, #10786: (Refactor)[Nereids] Combine op plan

2022-07-12 Thread GitBox
924060929 opened a new pull request, #10786: URL: https://github.com/apache/doris/pull/10786 # Proposed changes Issue Number: no issue ## Problem Summary: add describe later ## Checklist(Required) 1. Does it affect the original behavior: No 2. Has unit te

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10771: [Refactor](nereids)Refactor Literal to an inheritance hierarchy

2022-07-12 Thread GitBox
Kikyou1997 commented on code in PR #10771: URL: https://github.com/apache/doris/pull/10771#discussion_r918756559 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BooleanLiteral.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) u

[GitHub] [doris] github-actions[bot] commented on pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10136: URL: https://github.com/apache/doris/pull/10136#issuecomment-1181559811 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 #10136: [Feature] Lightweight schema change of add/drop column

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10136: URL: https://github.com/apache/doris/pull/10136#issuecomment-1181559743 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] mrhhsg opened a new pull request, #10787: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry

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

[GitHub] [doris] BePPPower opened a new pull request, #10788: [enhancement](singal) output git commit id when the program coredump

2022-07-12 Thread GitBox
BePPPower opened a new pull request, #10788: URL: https://github.com/apache/doris/pull/10788 # Proposed changes Issue Number: close #xxx ## Problem Summary: output git commit id when the program coredump。 like this: ![image](https://user-images.githubusercontent.co

[GitHub] [doris] yiguolei merged pull request #10743: [enhancement] Refactor to improve the usability of MemTracker

2022-07-12 Thread GitBox
yiguolei merged PR #10743: URL: https://github.com/apache/doris/pull/10743 -- 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 #10741: [Enhancement] Refactor to improve the usability of MemTracker

2022-07-12 Thread GitBox
yiguolei closed issue #10741: [Enhancement] Refactor to improve the usability of MemTracker URL: https://github.com/apache/doris/issues/10741 -- 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

[doris] branch master updated: mem_tracker_factor_v2 (#10743)

2022-07-12 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 41f9ee2f9e mem_tracker_factor_v2 (#10743) 41f9e

[GitHub] [doris] BePPPower opened a new pull request, #10789: [enhancement](singal) output fetal log to stderr

2022-07-12 Thread GitBox
BePPPower opened a new pull request, #10789: URL: https://github.com/apache/doris/pull/10789 # Proposed changes Issue Number: close #xxx ## Problem Summary: output fetal log to stderr so that we can see the log in `be.out` file when be is started as a daemon. ## C

[GitHub] [doris] caiconghui opened a new pull request, #10790: [enhancement](show) Support show avg_row_count for data skew of one table

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

[GitHub] [doris] github-actions[bot] commented on pull request #10787: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10787: URL: https://github.com/apache/doris/pull/10787#issuecomment-1181576928 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 #10787: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry

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

[GitHub] [doris] yiguolei commented on a diff in pull request #10788: [enhancement](singal) output git commit id when the program coredump

2022-07-12 Thread GitBox
yiguolei commented on code in PR #10788: URL: https://github.com/apache/doris/pull/10788#discussion_r918798102 ## be/src/common/signal_handler.h: ## @@ -254,6 +256,9 @@ void DumpTimeInfo() { formatter.AppendString(" try \"date -d @"); formatter.AppendUint64(static_cast

[GitHub] [doris] hello-stephen commented on pull request #10686: [regression] update test framework and fix cases

2022-07-12 Thread GitBox
hello-stephen commented on PR #10686: URL: https://github.com/apache/doris/pull/10686#issuecomment-1181585959 > regression test exclude suite test_create_table_with_bloom_filter temporarily -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [doris] github-actions[bot] commented on pull request #10789: [enhancement](singal) output fetal log to stderr

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10789: URL: https://github.com/apache/doris/pull/10789#issuecomment-1181587577 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 #10789: [enhancement](singal) output fetal log to stderr

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10789: URL: https://github.com/apache/doris/pull/10789#issuecomment-1181587628 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] chenlinzhong commented on pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-12 Thread GitBox
chenlinzhong commented on PR #10685: URL: https://github.com/apache/doris/pull/10685#issuecomment-1181604676 > please add example to docs done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [doris] caoliang-web opened a new pull request, #10791: Add flink cdc to read multiple data sources sink to doris implementat…

2022-07-12 Thread GitBox
caoliang-web opened a new pull request, #10791: URL: https://github.com/apache/doris/pull/10791 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has unit tests been added: (Ye

[GitHub] [doris] jackwener closed issue #4839: [Bug] Create view failed

2022-07-12 Thread GitBox
jackwener closed issue #4839: [Bug] Create view failed URL: https://github.com/apache/doris/issues/4839 -- 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] HappenLee commented on a diff in pull request #10296: [vectorized][udf] improvement java-udaf with group by clause

2022-07-12 Thread GitBox
HappenLee commented on code in PR #10296: URL: https://github.com/apache/doris/pull/10296#discussion_r918855523 ## be/src/vec/aggregate_functions/aggregate_function_java_udaf.h: ## @@ -292,54 +316,87 @@ class AggregateJavaUdaf final } void create(AggregateDataPtr __r

[GitHub] [doris] BiteTheDDDDt commented on pull request #10609: [Enhancement][Materialized-View] support unique key materialized view

2022-07-12 Thread GitBox
BiteThet commented on PR #10609: URL: https://github.com/apache/doris/pull/10609#issuecomment-1181642522 @morningman @EmmyMiao87 Hi, I fix all test, and add some regression-test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] HappenLee commented on a diff in pull request #10296: [vectorized][udf] improvement java-udaf with group by clause

2022-07-12 Thread GitBox
HappenLee commented on code in PR #10296: URL: https://github.com/apache/doris/pull/10296#discussion_r918867005 ## be/src/vec/aggregate_functions/aggregate_function_java_udaf.h: ## @@ -96,6 +98,7 @@ struct AggregateJavaUdafData { ctor_params.__set_input_buffer_ptrs

[GitHub] [doris] dataroaring closed issue #10135: [Feature] Lightweight schema change of add/drop column

2022-07-12 Thread GitBox
dataroaring closed issue #10135: [Feature] Lightweight schema change of add/drop column URL: https://github.com/apache/doris/issues/10135 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] dataroaring merged pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-12 Thread GitBox
dataroaring merged PR #10136: URL: https://github.com/apache/doris/pull/10136 -- 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 #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10785: URL: https://github.com/apache/doris/pull/10785#issuecomment-1181655011 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 #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10785: URL: https://github.com/apache/doris/pull/10785#issuecomment-1181655059 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] zhangstar333 commented on a diff in pull request #10296: [vectorized][udf] improvement java-udaf with group by clause

2022-07-12 Thread GitBox
zhangstar333 commented on code in PR #10296: URL: https://github.com/apache/doris/pull/10296#discussion_r918871188 ## be/src/vec/aggregate_functions/aggregate_function_java_udaf.h: ## @@ -96,6 +98,7 @@ struct AggregateJavaUdafData { ctor_params.__set_input_buffer_p

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #10792: [Feature][Materialized-View] support materialized view on vectorized engine

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

[GitHub] [doris] dataroaring merged pull request #10768: [enhancement](be) be asan add asan_suppr.conf to ignore known leak.

2022-07-12 Thread GitBox
dataroaring merged PR #10768: URL: https://github.com/apache/doris/pull/10768 -- 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.

[doris] branch master updated: [enhancement](be) be asan add asan_suppr.conf to ignore known leak. (#10768)

2022-07-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 89bec9b56a [enhancement](be) be asan add asa

[GitHub] [doris] AshinGau opened a new pull request, #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
AshinGau opened a new pull request, #10793: URL: https://github.com/apache/doris/pull/10793 ## Problem Summary: ExternalIcebergScanProvider creates empty hadoop configuration. ExternalHiveScanProvider gets wrong s3 properties. ``` MySQL [iceberg_test]> select * from test2 limit 1;

[GitHub] [doris] SaintBacchus commented on pull request #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
SaintBacchus commented on PR #10793: URL: https://github.com/apache/doris/pull/10793#issuecomment-1181684595 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 unsubsc

[GitHub] [doris] xinyiZzz commented on pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
xinyiZzz commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181695091 > yes > […](#) you can change it directly~ -- 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] HappenLee commented on pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
HappenLee commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181696283 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 unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181697969 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 #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1181698024 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] weizhengte commented on a diff in pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-12 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r918911492 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -122,12 +126,40 @@ public List getTables() throws AnalysisException { return tabl

[GitHub] [doris] weizhengte commented on a diff in pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-12 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r918914300 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -202,17 +236,22 @@ public void analyze(Analyzer analyzer) throws UserException {

[GitHub] [doris] weizhengte commented on a diff in pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-12 Thread GitBox
weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r918915222 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -202,17 +236,22 @@ public void analyze(Analyzer analyzer) throws UserException {

[GitHub] [doris-flink-connector] hf200012 opened a new issue, #47: [Bug]

2022-07-12 Thread GitBox
hf200012 opened a new issue, #47: URL: https://github.com/apache/doris-flink-connector/issues/47 ### 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

[GitHub] [doris-flink-connector] hf200012 opened a new pull request, #48: [fix]The log does not show the problem

2022-07-12 Thread GitBox
hf200012 opened a new pull request, #48: URL: https://github.com/apache/doris-flink-connector/pull/48 # Proposed changes Issue Number: close #47 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [doris-flink-connector] hf200012 closed issue #47: [Bug] The log does not show the problem

2022-07-12 Thread GitBox
hf200012 closed issue #47: [Bug] The log does not show the problem URL: https://github.com/apache/doris-flink-connector/issues/47 -- 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-flink-connector] hf200012 merged pull request #48: [fix]The log does not show the problem

2022-07-12 Thread GitBox
hf200012 merged PR #48: URL: https://github.com/apache/doris-flink-connector/pull/48 -- 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-flink-connector] branch master updated: [fix]The log does not show the problem (#48)

2022-07-12 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new bd413f2 [fix]The log does

[GitHub] [doris] Gabriel39 opened a new pull request, #10794: [feature-wip] Optimize Decimal type

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

[GitHub] [doris] Gabriel39 closed pull request #10545: [feature-wip] Optimize Decimal type

2022-07-12 Thread GitBox
Gabriel39 closed pull request #10545: [feature-wip] Optimize Decimal type URL: https://github.com/apache/doris/pull/10545 -- 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 uns

[GitHub] [doris] github-actions[bot] commented on pull request #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10793: URL: https://github.com/apache/doris/pull/10793#issuecomment-1181739918 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 #10793: [bug](multi-catalog) empty hadoop configuration when reading iceberg table

2022-07-12 Thread GitBox
github-actions[bot] commented on PR #10793: URL: https://github.com/apache/doris/pull/10793#issuecomment-1181739966 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] starocean999 opened a new pull request, #10795: VMergeIterator should use nullable info from scanner instead of schema

2022-07-12 Thread GitBox
starocean999 opened a new pull request, #10795: URL: https://github.com/apache/doris/pull/10795 # Proposed changes Issue Number: close #xxx ## Problem Summary: tpch UNIQUE key mode, q13.sql CORE for outer join temp solution, the olap scanner will set the columns which

[GitHub] [doris] morrySnow commented on a diff in pull request #10786: (Refactor)[Nereids] Combine operator and plan

2022-07-12 Thread GitBox
morrySnow commented on code in PR #10786: URL: https://github.com/apache/doris/pull/10786#discussion_r918895101 ## fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundRelation.java: ## @@ -72,6 +85,16 @@ public LogicalProperties computeLogicalProperties(Plan... in

[GitHub] [doris] cambyzju commented on pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-12 Thread GitBox
cambyzju commented on PR #10749: URL: https://github.com/apache/doris/pull/10749#issuecomment-1181799885 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] yiguolei merged pull request #10787: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry

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

[doris] branch master updated: [improvement]Increase min_ht_mem of StreamingHtMinReductionEntry (#10787)

2022-07-12 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 89e2678f4e [improvement]Increase min_ht_mem of

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-12 Thread GitBox
carlvinhust2012 commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r919126978 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [doris] yiguolei merged pull request #10788: [enhancement](singal) output git commit id when the program coredump

2022-07-12 Thread GitBox
yiguolei merged PR #10788: URL: https://github.com/apache/doris/pull/10788 -- 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: [enhancement](singal) output git commit id when the program coredump (#10788)

2022-07-12 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 6063c0c9c8 [enhancement](singal) output git com

[GitHub] [doris] yiguolei merged pull request #10790: [enhancement](show data skew) Support show avg_row_count for data skew of one table

2022-07-12 Thread GitBox
yiguolei merged PR #10790: URL: https://github.com/apache/doris/pull/10790 -- 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: [enhancement](show data skew) Support show avg_row_count for data skew of one table (#10790)

2022-07-12 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 d278f400d4 [enhancement](show data skew) Suppor

[GitHub] [doris] yiguolei closed issue #10784: [Bug][Function] DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
yiguolei closed issue #10784: [Bug][Function] DCHECK fail on is_null_pred/is_not_null_pred URL: https://github.com/apache/doris/issues/10784 -- 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 speci

[doris] branch master updated: [bugfix]set IsNullPredicate to ALWAYS_NOT_NULLABLE (#10785)

2022-07-12 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 d6210edcda [bugfix]set IsNullPredicate to ALWAY

[GitHub] [doris] yiguolei merged pull request #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
yiguolei merged PR #10785: URL: https://github.com/apache/doris/pull/10785 -- 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 #10766: [Bug] Core dump with test_create_table_with_bloom_filter

2022-07-12 Thread GitBox
yiguolei closed issue #10766: [Bug] Core dump with test_create_table_with_bloom_filter URL: https://github.com/apache/doris/issues/10766 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] yiguolei merged pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-12 Thread GitBox
yiguolei merged PR #10775: URL: https://github.com/apache/doris/pull/10775 -- 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: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte (#10775)

2022-07-12 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 4190f7354c [Bug][Memtable] fix core dump on int

[GitHub] [doris] yiguolei merged pull request #10773: [doc]Add common errors to broker load import documentation

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

[doris] branch master updated: [doc]Add common errors to broker load import documentation (#10773)

2022-07-12 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 a9a08d3d0b [doc]Add common errors to broker loa

[GitHub] [doris] yiguolei merged pull request #10736: [Bug] fix datetimev2 decimal error.

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

[doris] branch master updated: FIX: fix datetimev2 decimal error. (#10736)

2022-07-12 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 f9f711cd16 FIX: fix datetimev2 decimal error. (

[GitHub] [doris] yiguolei merged pull request #10782: [docs]Fix the format show-table-status zh-CN docs.

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

[doris] branch master updated: Fix show table status docs. (#10782)

2022-07-12 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 7906866826 Fix show table status docs. (#10782)

[GitHub] [doris] morningman commented on pull request #10785: [Bug][Function] fix DCHECK fail on is_null_pred/is_not_null_pred

2022-07-12 Thread GitBox
morningman commented on PR #10785: URL: https://github.com/apache/doris/pull/10785#issuecomment-1182650265 @BiteThet please add case -- 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 speci

[doris] branch dev-1.1.1 created (now a4b6c94450)

2022-07-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git at a4b6c94450 [refactor]broker rpc timeout configuration parameterization (#10692) No new revisions were added by

[doris] branch dev-1.1.1 updated (a4b6c94450 -> 8cfc6231b9)

2022-07-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git from a4b6c94450 [refactor]broker rpc timeout configuration parameterization (#10692) new 0cc242c67c [Fix](distr

[doris] 01/02: [Fix](distrubution) fix random tablet (#10756)

2022-07-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit 0cc242c67c931f288f48c64fd0a69ff4eecacf5e Author: lihangyu <15605149...@163.com> AuthorDate: Mon Jul 11 23:12:56 202

  1   2   >