[incubator-doris] branch master updated: [Improvement] add regression test for outfile (#10058)

2022-06-13 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new acd62a2137 [Improvement] add regressi

[GitHub] [incubator-doris] yiguolei merged pull request #10058: [Improvement] add regression test for outfile

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

[GitHub] [incubator-doris] yiguolei closed issue #10057: [Enhancement] add regression test for outfile

2022-06-13 Thread GitBox
yiguolei closed issue #10057: [Enhancement] add regression test for outfile URL: https://github.com/apache/incubator-doris/issues/10057 -- 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 co

[GitHub] [incubator-doris] cambyzju commented on pull request #10065: [feature-wip](array-type) Support loading data in vectorized format

2022-06-13 Thread GitBox
cambyzju commented on PR #10065: URL: https://github.com/apache/incubator-doris/pull/10065#issuecomment-1153559754 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

[GitHub] [incubator-doris] qimumu9406 commented on issue #9992: How to delete data.

2022-06-13 Thread GitBox
qimumu9406 commented on issue #9992: URL: https://github.com/apache/incubator-doris/issues/9992#issuecomment-1153561250 Check whether the delete table has a rollup. If there is a rollup, the key column specified by the delete statement must exist in the rollup. https://user-images.github

[GitHub] [incubator-doris] qimumu9406 commented on issue #9839: [Bug]Report No Doris FE is avaliable,actually the fe and be is running

2022-06-13 Thread GitBox
qimumu9406 commented on issue #9839: URL: https://github.com/apache/incubator-doris/issues/9839#issuecomment-1153563936 Is this problem solved? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [incubator-doris] mengyejiang commented on issue #9839: [Bug]Report No Doris FE is avaliable,actually the fe and be is running

2022-06-13 Thread GitBox
mengyejiang commented on issue #9839: URL: https://github.com/apache/incubator-doris/issues/9839#issuecomment-1153571934 > Reference no, unable to solve -- 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] [incubator-doris] BiteTheDDDDt opened a new issue, #10090: [Bug][Compaction] core dump on compaction with largeint

2022-06-13 Thread GitBox
BiteThet opened a new issue, #10090: URL: https://github.com/apache/incubator-doris/issues/10090 ### 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

[GitHub] [incubator-doris-flink-connector] JNSimba commented on pull request #34: add 2pc config

2022-06-13 Thread GitBox
JNSimba commented on PR #34: URL: https://github.com/apache/incubator-doris-flink-connector/pull/34#issuecomment-1153589257 Is it possible to automatically adapt to non-2pc scenes? There is no need to add configuration parameters. For example, after doris enables 2pc, it will be submitted

[GitHub] [incubator-doris] wangyf0555 opened a new pull request, #10091: [doc][website]update home page content and add slack button

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

[GitHub] [incubator-doris] SWJTU-ZhangLei commented on issue #10063: [Bug] asan be core doris::NotInListPredicate::evaluate

2022-06-13 Thread GitBox
SWJTU-ZhangLei commented on issue #10063: URL: https://github.com/apache/incubator-doris/issues/10063#issuecomment-1153597220 > Is it same problem like #10047 ? i am not sure, i will try to run regression tests again with this patch to confirm. -- This is an automated message from

[GitHub] [incubator-doris] jacktengg commented on pull request #10080: [improvement] send merged runtime filter asynchrously

2022-06-13 Thread GitBox
jacktengg commented on PR #10080: URL: https://github.com/apache/incubator-doris/pull/10080#issuecomment-1153606495 > > Please add ssb 100g performance test. I am afraid there is performance loss. ssb 100G perf test:   | master-f26b81e-1replica | Send merge

[GitHub] [incubator-doris] xinyiZzz commented on pull request #10080: [improvement] send merged runtime filter asynchrously

2022-06-13 Thread GitBox
xinyiZzz commented on PR #10080: URL: https://github.com/apache/incubator-doris/pull/10080#issuecomment-1153640671 @jacktengg hi, why removed the logic that multiple filters only wait 1s at most. Is there a performance loss in the test? This is a TODO for the first implementation

[GitHub] [incubator-doris] chenlinzhong commented on pull request #9804: [Feature] compaction quickly for small data import #9791

2022-06-13 Thread GitBox
chenlinzhong commented on PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#issuecomment-1153642845 > will there be any side effect for normal compaction performance, if there are many stream load and with not small data? I think it will not , the quick compaciton wil

[GitHub] [incubator-doris] yangzhg opened a new pull request, #10092: [deps] update libhdfs3 to fix a uuid set problem

2022-06-13 Thread GitBox
yangzhg opened a new pull request, #10092: URL: https://github.com/apache/incubator-doris/pull/10092 # Proposed changes in libhdfs3 2.3.0 when write uuid to rpc head use string not int128 this will cause rpc failed, updated to 2.3.1 ## Problem Summary: Describe the over

[GitHub] [incubator-doris] jacktengg commented on pull request #10080: [improvement] send merged runtime filter asynchrously

2022-06-13 Thread GitBox
jacktengg commented on PR #10080: URL: https://github.com/apache/incubator-doris/pull/10080#issuecomment-1153655751 > @jacktengg hi, why removed the logic that multiple filters only wait 1s at most. Is there a performance loss in the test? > > This is a TODO for the first implementat

[GitHub] [incubator-doris] mrhhsg opened a new pull request, #10093: [improvement](profile) Add table name and predicates

2022-06-13 Thread GitBox
mrhhsg opened a new pull request, #10093: URL: https://github.com/apache/incubator-doris/pull/10093 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add information of table name and column predicates in profile: ```bash VOLAP_SCAN_NODE (id=0)

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request, #10094: [Bug][Compaction] core dump on compaction with largeint

2022-06-13 Thread GitBox
BiteThet opened a new pull request, #10094: URL: https://github.com/apache/incubator-doris/pull/10094 # Proposed changes Issue Number: close #10090 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the origina

[GitHub] [incubator-doris] BiteTheDDDDt commented on pull request #10093: [improvement](profile) Add table name and predicates

2022-06-13 Thread GitBox
BiteThet commented on PR #10093: URL: https://github.com/apache/incubator-doris/pull/10093#issuecomment-1153680651 Maybe we can remove the `VconjunctExprTree` in the profile by the way. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10087: [Bug][Build] Build fail with clang

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10087: [Bug][Build] Build fail with clang

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

[GitHub] [incubator-doris] Gabriel39 opened a new issue, #10095: [Bug] Error occurs when showing query profile

2022-06-13 Thread GitBox
Gabriel39 opened a new issue, #10095: URL: https://github.com/apache/incubator-doris/issues/10095 ### 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 tr

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10072: [fix] (mem tracker) Fix some memory leaks, inaccurate statistics, core dump, deadlock bugs

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10072: [fix] (mem tracker) Fix some memory leaks, inaccurate statistics, core dump, deadlock bugs

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

[GitHub] [incubator-doris] Gabriel39 opened a new issue, #10096: [Feature] Runtime filter on vectorized engine

2022-06-13 Thread GitBox
Gabriel39 opened a new issue, #10096: URL: https://github.com/apache/incubator-doris/issues/10096 ### 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10043: [optimize](compaction) optimize cu compaction policy in pick rowset

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10043: [optimize](compaction) optimize cu compaction policy in pick rowset

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

[GitHub] [incubator-doris] xinyiZzz commented on pull request #10080: [improvement] send merged runtime filter asynchrously

2022-06-13 Thread GitBox
xinyiZzz commented on PR #10080: URL: https://github.com/apache/incubator-doris/pull/10080#issuecomment-1153711447 > > @jacktengg hi, why removed the logic that multiple filters only wait 1s at most. Is there a performance loss in the test? > > This is a TODO for the first implementation

[GitHub] [incubator-doris] bbnneemm opened a new issue, #10097: flink-connector-doris. connect timed out

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

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #10093: [improvement](profile) Add table name and predicates

2022-06-13 Thread GitBox
yiguolei commented on code in PR #10093: URL: https://github.com/apache/incubator-doris/pull/10093#discussion_r895539468 ## be/src/exec/olap_scan_node.cpp: ## @@ -663,6 +690,8 @@ Status OlapScanNode::build_olap_filters() { } } +_runtime_profile->add_info_stri

[GitHub] [incubator-doris] yixiutt opened a new pull request, #10098: [improvement](compaction) remove pick rowset skip window strategy to reduce compaction score

2022-06-13 Thread GitBox
yixiutt opened a new pull request, #10098: URL: https://github.com/apache/incubator-doris/pull/10098 romove the stategy that will not pick rowset generated in 530 seconds. intruduced in pr #3270, but we now reserve compacted rowset for 30 minutes, so this logic is useless but will l

[GitHub] [incubator-doris] englefly opened a new pull request, #10099: [Refactor] change the macro style of the InListPredicate

2022-06-13 Thread GitBox
englefly opened a new pull request, #10099: URL: https://github.com/apache/incubator-doris/pull/10099 # Proposed changes refactor in_list_predicate.cpp 1. use normal cpp code instead of macro definition. 2. remvoe NotInListPredicate class. It is almost duplicated to InListPredicate

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #10099: [Refactor] change the macro style of the InListPredicate

2022-06-13 Thread GitBox
Gabriel39 commented on code in PR #10099: URL: https://github.com/apache/incubator-doris/pull/10099#discussion_r895570045 ## be/src/olap/in_list_predicate.h: ## @@ -76,33 +76,55 @@ namespace doris { class VectorizedRowBatch; // todo(wb) support evaluate_and,evaluate_or +temp

[GitHub] [incubator-doris] yiguolei commented on pull request #10099: [Refactor] change the macro style of the InListPredicate

2022-06-13 Thread GitBox
yiguolei commented on PR #10099: URL: https://github.com/apache/incubator-doris/pull/10099#issuecomment-1153761209 very expected work -- 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] [incubator-doris] BiteTheDDDDt commented on pull request #10099: [Refactor] change the macro style of the InListPredicate

2022-06-13 Thread GitBox
BiteThet commented on PR #10099: URL: https://github.com/apache/incubator-doris/pull/10099#issuecomment-1153762906 Hi, I have done some similar work, maybe you can refer to some designs. https://github.com/BiteThet/incubator-doris/commit/93bdd0582fd6c2890e6f36c1805755712e40553d#d

[GitHub] [incubator-doris] englefly commented on a diff in pull request #10099: [Refactor] change the macro style of the InListPredicate

2022-06-13 Thread GitBox
englefly commented on code in PR #10099: URL: https://github.com/apache/incubator-doris/pull/10099#discussion_r895580596 ## be/src/olap/in_list_predicate.h: ## @@ -76,33 +76,55 @@ namespace doris { class VectorizedRowBatch; // todo(wb) support evaluate_and,evaluate_or +templ

[GitHub] [incubator-doris] dataroaring commented on pull request #10098: [improvement](compaction) remove pick rowset skip window strategy to reduce compaction score

2022-06-13 Thread GitBox
dataroaring commented on PR #10098: URL: https://github.com/apache/incubator-doris/pull/10098#issuecomment-1153794675 This commit should be merged after https://github.com/apache/incubator-doris/pull/10043. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10092: [deps] update libhdfs3 to fix a uuid set problem

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10092: [deps] update libhdfs3 to fix a uuid set problem

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

[GitHub] [incubator-doris] gitbbrid opened a new issue, #10100: [Bug] When the 1.0.5-no-avx2 version queries data, the program crashes on the BE node

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10068: [enhancement] support simd instructions on arm cpus through sse2neon

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10068: [enhancement] support simd instructions on arm cpus through sse2neon

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

[GitHub] [incubator-doris] englefly commented on a diff in pull request #10099: [Refactor] change the macro style of the InListPredicate

2022-06-13 Thread GitBox
englefly commented on code in PR #10099: URL: https://github.com/apache/incubator-doris/pull/10099#discussion_r895631456 ## be/src/olap/in_list_predicate.h: ## @@ -76,33 +76,55 @@ namespace doris { class VectorizedRowBatch; // todo(wb) support evaluate_and,evaluate_or +templ

[GitHub] [incubator-doris] caomingjie-code commented on issue #9992: How to delete data.

2022-06-13 Thread GitBox
caomingjie-code commented on issue #9992: URL: https://github.com/apache/incubator-doris/issues/9992#issuecomment-1153824760 请问 怎么知道这个列是否存在 某个 rollup index 。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-doris] morningman opened a new pull request, #10101: [improvement] Add new session variable `session_context`

2022-06-13 Thread GitBox
morningman opened a new pull request, #10101: URL: https://github.com/apache/incubator-doris/pull/10101 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add a new session variable: `session_context` and it can be set like: `set session_context="k1:v1;k2:

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10080: [improvement] send merged runtime filter asynchrously

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10080: [improvement] send merged runtime filter asynchrously

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

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #10102: [Improvement] set table name in olap scanner

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10102: [Improvement] set table name in olap scanner

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10102: [Improvement] set table name in olap scanner

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

[GitHub] [incubator-doris] morningman merged pull request #9803: [fix](brpc) Embed serialized request into the attachment and transmit it through http brpc

2022-06-13 Thread GitBox
morningman merged PR #9803: URL: https://github.com/apache/incubator-doris/pull/9803 -- 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...

[incubator-doris] branch master updated: [fix](brpc) Embed serialized request into the attachment and transmit it through http brpc (#9803)

2022-06-13 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new d58e00c49c [fix](brpc) Embed serial

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #10103: [feature] support runtime filter on vectorized engine

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

[GitHub] [incubator-doris] Gabriel39 commented on pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-13 Thread GitBox
Gabriel39 commented on PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#issuecomment-1153872445 DO NOT MERGE now. I will continue to test this PR. Feel free to review this PR as I think this is almost done. -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] morningman commented on pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-13 Thread GitBox
morningman commented on PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#issuecomment-1153891268 > DO NOT MERGE now. I will continue to test this PR. Feel free to review this PR as I think this is almost done. You can convert this PR to draft if it is not ready fo

[GitHub] [incubator-doris] HappenLee opened a new pull request, #10104: [Feature] Support outer join in vec exec engine

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

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-06-13 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r895707236 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,300 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-06-13 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r895713249 ## be/src/vec/functions/array/function_array_mapped.h: ## @@ -0,0 +1,76 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribu

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-06-13 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r895713917 ## be/src/vec/aggregate_functions/aggregate_function_product.h: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

[GitHub] [incubator-doris] morningman commented on pull request #10069: [test] add cast array regression test

2022-06-13 Thread GitBox
morningman commented on PR #10069: URL: https://github.com/apache/incubator-doris/pull/10069#issuecomment-1153919071 please rebase to pass the BE ut -- 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] [incubator-doris] cambyzju commented on issue #10100: [Bug] When the 1.0.5-no-avx2 version queries data, the program crashes on the BE node

2022-06-13 Thread GitBox
cambyzju commented on issue #10100: URL: https://github.com/apache/incubator-doris/issues/10100#issuecomment-1153919359 Please give schema of table apply_info_v3, and some test data to reproduce the problem is better. -- This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] cambyzju opened a new pull request, #10105: [doc] Add docs for SHOW TABLETS

2022-06-13 Thread GitBox
cambyzju opened a new pull request, #10105: URL: https://github.com/apache/incubator-doris/pull/10105 # Proposed changes `SHOW TABLETS` command is similar to `SHOW TABLET` command. It is easy to mess up, so add docs for `SHOW TABLETS` command. ## Problem Summary: Describe

[GitHub] [incubator-doris] zxealous opened a new pull request, #10106: [typo] Fix typos in comments

2022-06-13 Thread GitBox
zxealous opened a new pull request, #10106: URL: https://github.com/apache/incubator-doris/pull/10106 # Proposed changes Fix typos in comments ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [incubator-doris] stalary commented on issue #10024: [Bug] "Show databases" appears "ERROR 2006 (HY000): MySQL server has gone away" when login with a non-exist database

2022-06-13 Thread GitBox
stalary commented on issue #10024: URL: https://github.com/apache/incubator-doris/issues/10024#issuecomment-1154020924 I used the master and did not reproduce it locally. Is there something wrong with the client you used? -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] cambyzju opened a new pull request, #10107: [improvement] remove unused codes and docs for `SHOW USER`

2022-06-13 Thread GitBox
cambyzju opened a new pull request, #10107: URL: https://github.com/apache/incubator-doris/pull/10107 # Proposed changes remove unused codes and docs for command `SHOW USER` ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it

[GitHub] [incubator-doris] stalary commented on issue #10024: [Bug] "Show databases" appears "ERROR 2006 (HY000): MySQL server has gone away" when login with a non-exist database

2022-06-13 Thread GitBox
stalary commented on issue #10024: URL: https://github.com/apache/incubator-doris/issues/10024#issuecomment-1154024336 I used the master and did not reproduce it locally. Is there something wrong with the client you used? -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] adonis0147 commented on pull request #10106: [typo] Fix typos in comments

2022-06-13 Thread GitBox
adonis0147 commented on PR #10106: URL: https://github.com/apache/incubator-doris/pull/10106#issuecomment-1154033450 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. T

[GitHub] [incubator-doris] adonis0147 closed pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-06-13 Thread GitBox
adonis0147 closed pull request #9056: [feature-wip](array-type) Add array aggregation functions URL: https://github.com/apache/incubator-doris/pull/9056 -- 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] [incubator-doris] adonis0147 opened a new pull request, #10108: [feature-wip](array-type) Add array aggregation functions

2022-06-13 Thread GitBox
adonis0147 opened a new pull request, #10108: URL: https://github.com/apache/incubator-doris/pull/10108 # Proposed changes Issue Number: close #9055 ## Problem Summary: Please refer to #9055 ## Checklist(Required) 1. Does it affect the original behavior: N

[GitHub] [incubator-doris] yiguolei merged pull request #10080: [improvement] send merged runtime filter asynchrously

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

[incubator-doris] branch master updated: [improvement] send merged runtime filter asynchrously (#10080)

2022-06-13 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new ce730293c0 [improvement] send merged

[GitHub] [incubator-doris] yiguolei merged pull request #10106: [typo] Fix typos in comments

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

[incubator-doris] branch master updated: [typo] Fix typos in comments (#10106)

2022-06-13 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new d4d2e82bdf [typo] Fix typos in commen

[GitHub] [incubator-doris] yiguolei merged pull request #10102: [Improvement] set table name in olap scanner

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

[incubator-doris] branch master updated: [Improvement] set table name in olap scanner (#10102)

2022-06-13 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new bdcf2e7ed2 [Improvement] set table na

[GitHub] [incubator-doris] yangzhg merged pull request #10092: [deps] update libhdfs3 to fix a uuid set problem

2022-06-13 Thread GitBox
yangzhg merged PR #10092: URL: https://github.com/apache/incubator-doris/pull/10092 -- 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...@

[incubator-doris] branch master updated (bdcf2e7ed2 -> 7cf0cc7dd6)

2022-06-13 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from bdcf2e7ed2 [Improvement] set table name in olap scanner (#10102) add 7cf0cc7dd6 [deps] update libhdfs3

[GitHub] [incubator-doris] yangzhg merged pull request #10068: [enhancement] support simd instructions on arm cpus through sse2neon

2022-06-13 Thread GitBox
yangzhg merged PR #10068: URL: https://github.com/apache/incubator-doris/pull/10068 -- 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...@

[GitHub] [incubator-doris] yangzhg closed issue #10086: [Bug] [Build] Build fail with clang

2022-06-13 Thread GitBox
yangzhg closed issue #10086: [Bug] [Build] Build fail with clang URL: https://github.com/apache/incubator-doris/issues/10086 -- 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

[GitHub] [incubator-doris] yangzhg merged pull request #10087: [Bug][Build] Build fail with clang

2022-06-13 Thread GitBox
yangzhg merged PR #10087: URL: https://github.com/apache/incubator-doris/pull/10087 -- 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...@

[incubator-doris] branch master updated: [build] use inline to replace static (#10087)

2022-06-13 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new e58cac1f00 [build] use inline to repla

[GitHub] [incubator-doris] yangzhg merged pull request #10048: [doc]Add common error messages to doris backup

2022-06-13 Thread GitBox
yangzhg merged PR #10048: URL: https://github.com/apache/incubator-doris/pull/10048 -- 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...@

[incubator-doris] branch master updated: [docs] Add common error messages to doris backup (#10048)

2022-06-13 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new dc4761593b [docs] Add common error mes

[GitHub] [incubator-doris] qimumu9406 commented on issue #9992: How to delete data.

2022-06-13 Thread GitBox
qimumu9406 commented on issue #9992: URL: https://github.com/apache/incubator-doris/issues/9992#issuecomment-1154611854 https://user-images.githubusercontent.com/104196507/173474046-3295cad7-68ab-418c-8a03-cb8f2b3c5d1a.png";> https://doris.apache.org/zh-CN/sql-manual/sql-reference/Utilit

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10055: [Enhancement] tpch q3 rewrite, change join order, make lineitem on left side

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

[GitHub] [incubator-doris] qimumu9406 commented on issue #10097: flink-connector-doris. connect timed out

2022-06-13 Thread GitBox
qimumu9406 commented on issue #10097: URL: https://github.com/apache/incubator-doris/issues/10097#issuecomment-1154627739 1. Confirm the firewall status and normal network access 2. Confirm that the Doris cluster is normal -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] yinzhijian commented on pull request #10069: [test] add cast array regression test

2022-06-13 Thread GitBox
yinzhijian commented on PR #10069: URL: https://github.com/apache/incubator-doris/pull/10069#issuecomment-1154628557 > please rebase to pass the BE ut done -- 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] [incubator-doris] github-actions[bot] commented on pull request #10055: [Enhancement] tpch q3 rewrite, change join order, make lineitem on left side

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

[GitHub] [incubator-doris] qimumu9406 commented on issue #10095: [Bug] Error occurs when showing query profile

2022-06-13 Thread GitBox
qimumu9406 commented on issue #10095: URL: https://github.com/apache/incubator-doris/issues/10095#issuecomment-1154629198 Check that the instance exists, if so, can you describe the operation process? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] cambyzju commented on pull request #10069: [test] add cast array regression test

2022-06-13 Thread GitBox
cambyzju commented on PR #10069: URL: https://github.com/apache/incubator-doris/pull/10069#issuecomment-1154632143 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10073: [fix] fix bug that show proc "/cluster_balance/history_tablets" return malformat error

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10073: [fix] fix bug that show proc "/cluster_balance/history_tablets" return malformat error

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

[GitHub] [incubator-doris] yinzhijian opened a new pull request, #10109: [spell] Fix spell error in row_batch.h

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9579: [Feature] Support read hive external table and outfile into HDFS that authenticated by kerberos

2022-06-13 Thread GitBox
github-actions[bot] commented on PR #9579: URL: https://github.com/apache/incubator-doris/pull/9579#issuecomment-1154638016 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9579: [Feature] Support read hive external table and outfile into HDFS that authenticated by kerberos

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

[GitHub] [incubator-doris] JNSimba opened a new pull request, #10110: [improvement][config] change be 2pc config enbale defalut

2022-06-13 Thread GitBox
JNSimba opened a new pull request, #10110: URL: https://github.com/apache/incubator-doris/pull/10110 # Proposed changes Issue Number: close #xxx ## Problem Summary: default disable_stream_load_2pc=false ## Checklist(Required) 1. Does it affect the original b

[GitHub] [incubator-doris] yinzhijian opened a new pull request, #10111: [typo] Fix typos in comments

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

[GitHub] [incubator-doris] yinzhijian opened a new pull request, #10112: [typo] Fix typos in runtime_state.cpp

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

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #10070: [enhancement] Change array offset type from UInt32 to Int64

2022-06-13 Thread GitBox
adonis0147 commented on code in PR #10070: URL: https://github.com/apache/incubator-doris/pull/10070#discussion_r896319479 ## be/src/runtime/collection_value.h: ## @@ -123,21 +123,21 @@ class CollectionValue { const bool* null_signs() const { return _null_signs; } void

[GitHub] [incubator-doris] caomingjie-code commented on issue #9992: How to delete data.

2022-06-13 Thread GitBox
caomingjie-code commented on issue #9992: URL: https://github.com/apache/incubator-doris/issues/9992#issuecomment-1154650997 麻烦问一下:这个rollup index 是指:PARTITION BY RANGE( 字段) 这个语句中的字段吗? 还是说 DISTRIBUTED BY HASH(字段)。 -- This is an automated message from the Apache Git Service. To res

  1   2   >