[GitHub] [doris] xinyiZzz commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1116627039 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1505,14 +1562,16 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { _current_batch

[GitHub] [doris] morrySnow commented on pull request #17079: [enhancement](Nereids) datetime v2 type precision derive

2023-02-23 Thread via GitHub
morrySnow commented on PR #17079: URL: https://github.com/apache/doris/pull/17079#issuecomment-1443021131 run p0 feut -- 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] liujinhui1994 opened a new pull request, #17108: [Enhancement] [spark load] Support spark time out config

2023-02-23 Thread via GitHub
liujinhui1994 opened a new pull request, #17108: URL: https://github.com/apache/doris/pull/17108 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ]

[GitHub] [doris] jacktengg opened a new pull request, #17107: [fix](regression) fix regression test case of convert function

2023-02-23 Thread via GitHub
jacktengg opened a new pull request, #17107: URL: https://github.com/apache/doris/pull/17107 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] MnameHZJ opened a new issue, #17106: [Bug] doris join查询使用datetime关联查询数据时有时无

2023-02-23 Thread via GitHub
MnameHZJ opened a new issue, #17106: URL: https://github.com/apache/doris/issues/17106 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris 1.2.1 ###

[GitHub] [doris] liaoxin01 commented on pull request #17104: [fix](load) fix add broken tablet core dump

2023-02-23 Thread via GitHub
liaoxin01 commented on PR #17104: URL: https://github.com/apache/doris/pull/17104#issuecomment-1442975934 run buildall -- 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] liaoxin01 opened a new issue, #17105: [Bug] be coredump when add broken tablet

2023-02-23 Thread via GitHub
liaoxin01 opened a new issue, #17105: URL: https://github.com/apache/doris/issues/17105 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### Wha

[GitHub] [doris] github-actions[bot] commented on pull request #17104: [fix](load) fix add broken tablet core dump

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17104: URL: https://github.com/apache/doris/pull/17104#issuecomment-1442972391 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] bowenliang123 commented on pull request #16736: [chore](dependency) show progress bar when downloading third-party dependencies

2023-02-23 Thread via GitHub
bowenliang123 commented on PR #16736: URL: https://github.com/apache/doris/pull/16736#issuecomment-1442972087 run buildall -- 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] xinyiZzz commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1116608487 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1160,58 +1189,86 @@ void SegmentIterator::_vec_init_lazy_materialization() { _is_need_short_eval

[GitHub] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442966303 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] liaoxin01 opened a new pull request, #17104: [fix](load) fix add broken tablet core dump

2023-02-23 Thread via GitHub
liaoxin01 opened a new pull request, #17104: URL: https://github.com/apache/doris/pull/17104 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] bowenliang123 opened a new pull request, #17103: [Docs](docs) Fix typo in property name in pipeline-execution-engine.md to `enable_pipeline_engine`

2023-02-23 Thread via GitHub
bowenliang123 opened a new pull request, #17103: URL: https://github.com/apache/doris/pull/17103 # Proposed changes Issue Number: close #xxx ## Problem summary - Seems the existed example with `set enable_vectorized_engine` command is irrelevant to pipeline execution, F

[GitHub] [doris] xinyiZzz commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1116608487 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1160,58 +1189,86 @@ void SegmentIterator::_vec_init_lazy_materialization() { _is_need_short_eval

[GitHub] [doris] xinyiZzz commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1116608487 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1160,58 +1189,86 @@ void SegmentIterator::_vec_init_lazy_materialization() { _is_need_short_eval

[GitHub] [doris] xinyiZzz commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1116607158 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1160,58 +1189,86 @@ void SegmentIterator::_vec_init_lazy_materialization() { _is_need_short_eval

[GitHub] [doris] morrySnow commented on pull request #16927: [feature](nereids)support bitmap runtime filter on nereids

2023-02-23 Thread via GitHub
morrySnow commented on PR #16927: URL: https://github.com/apache/doris/pull/16927#issuecomment-1442935283 run buildall -- 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

[doris] branch master updated: [fix](planner) conjuncts of the outer query block didn't work when it's on the results expr of inline view (#17036)

2023-02-23 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 cf5bc9594b [fix](planner) conjuncts of the out

[GitHub] [doris] morrySnow merged pull request #17036: [fix](planner) conjuncts of the outer query block didn't work when it's on the results expr of inline view

2023-02-23 Thread via GitHub
morrySnow merged PR #17036: URL: https://github.com/apache/doris/pull/17036 -- 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] BiteTheDDDDt commented on pull request #16825: [Chore](regression-test) add createMV action && add some mv case from fe ut MaterializedViewFunctionTest

2023-02-23 Thread via GitHub
BiteThet commented on PR #16825: URL: https://github.com/apache/doris/pull/16825#issuecomment-1442925985 run p0 -- 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

[doris] branch master updated: [feature](partition)add default list partition (#15509)

2023-02-23 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 c39914c0a0 [feature](partition)add default li

[GitHub] [doris] github-actions[bot] commented on pull request #15509: [feature](partition)add default list partition

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1442923959 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] morningman closed issue #15507: [Feature] support default partition for list partition when creating table

2023-02-23 Thread via GitHub
morningman closed issue #15507: [Feature] support default partition for list partition when creating table URL: https://github.com/apache/doris/issues/15507 -- 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 #15509: [feature](partition)add default list partition

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1442923770 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 #15509: [feature](partition)add default list partition

2023-02-23 Thread via GitHub
morningman merged PR #15509: URL: https://github.com/apache/doris/pull/15509 -- 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] liujinhui1994 opened a new issue, #17102: [Enhancement] Support spark time out config

2023-02-23 Thread via GitHub
liujinhui1994 opened a new issue, #17102: URL: https://github.com/apache/doris/issues/17102 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description When the clust

[GitHub] [doris] github-actions[bot] commented on pull request #17036: [fix](planner) conjuncts of the outer query block didn't work when it's on the results expr of inline view

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17036: URL: https://github.com/apache/doris/pull/17036#issuecomment-1442918453 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 #17036: [fix](planner) conjuncts of the outer query block didn't work when it's on the results expr of inline view

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17036: URL: https://github.com/apache/doris/pull/17036#issuecomment-1442918330 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

[doris] branch master updated: [fix](planner) the project expr should be calculated in join node in some case (#17035)

2023-02-23 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 479d57df88 [fix](planner) the project expr sho

[GitHub] [doris] morrySnow merged pull request #17035: [fix](fe)the project expr should be calculated in join node in some case

2023-02-23 Thread via GitHub
morrySnow merged PR #17035: URL: https://github.com/apache/doris/pull/17035 -- 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] ByteYue commented on pull request #16888: [enhance](cooldown) add new cooldown cases

2023-02-23 Thread via GitHub
ByteYue commented on PR #16888: URL: https://github.com/apache/doris/pull/16888#issuecomment-1442909582 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[doris] branch master updated: [Docs](docs) Organize http documents (#16618)

2023-02-23 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 7470198df6 [Docs](docs) Organize http documents (

[GitHub] [doris] github-actions[bot] commented on pull request #16618: [Docs](docs) Organize http documents

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16618: URL: https://github.com/apache/doris/pull/16618#issuecomment-1442907431 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] xy720 merged pull request #16618: [Docs](docs) Organize http documents

2023-02-23 Thread via GitHub
xy720 merged PR #16618: URL: https://github.com/apache/doris/pull/16618 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache

[GitHub] [doris] zddr commented on a diff in pull request #16315: [enhancement](k8s) Support fqdn mode for fe in k8s enviroment

2023-02-23 Thread via GitHub
zddr commented on code in PR #16315: URL: https://github.com/apache/doris/pull/16315#discussion_r1116574634 ## fe/fe-core/src/main/java/org/apache/doris/service/FrontendOptions.java: ## @@ -98,6 +98,10 @@ public static String getHostname() { return localAddr.getHostName

[GitHub] [doris] github-actions[bot] commented on pull request #17073: [Enhancement](HttpServer) Provide authentication interface for BE

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17073: URL: https://github.com/apache/doris/pull/17073#issuecomment-1442901736 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] xinyiZzz commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1115208124 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -181,7 +190,10 @@ Status SegmentIterator::init(const StorageReadOptions& opts) { _output_columns

[GitHub] [doris] yongjinhou commented on pull request #16618: [Docs](docs) Organize http documents

2023-02-23 Thread via GitHub
yongjinhou commented on PR #16618: URL: https://github.com/apache/doris/pull/16618#issuecomment-1442901225 run p0 -- 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 a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1115208124 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -181,7 +190,10 @@ Status SegmentIterator::init(const StorageReadOptions& opts) { _output_columns

[GitHub] [doris] yongjinhou commented on pull request #17073: [Enhancement](HttpServer) Provide authentication interface for BE

2023-02-23 Thread via GitHub
yongjinhou commented on PR #17073: URL: https://github.com/apache/doris/pull/17073#issuecomment-1442900623 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #17035: [fix](fe)the project expr should be calculated in join node in some case

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17035: URL: https://github.com/apache/doris/pull/17035#issuecomment-1442900815 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 #17035: [fix](fe)the project expr should be calculated in join node in some case

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17035: URL: https://github.com/apache/doris/pull/17035#issuecomment-1442900844 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] xinyiZzz commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-02-23 Thread via GitHub
xinyiZzz commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1116582204 ## be/src/vec/exec/scan/vscanner.cpp: ## @@ -67,12 +67,12 @@ Status VScanner::get_block(RuntimeState* state, Block* block, bool* eof) { }

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
github-actions[bot] commented on code in PR #16123: URL: https://github.com/apache/doris/pull/16123#discussion_r1116579584 ## be/src/http/brpc/action/stream_load_2pc.cpp: ## @@ -0,0 +1,146 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [doris] hello-stephen commented on pull request #17099: [enhance](Nereids): refactor LogicalJoin.

2023-02-23 Thread via GitHub
hello-stephen commented on PR #17099: URL: https://github.com/apache/doris/pull/17099#issuecomment-1442893837 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.74 seconds stream load tsv: 473 seconds loaded 74807831229 Bytes, about 150 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442891217 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] cambyzju commented on pull request #17081: [fix](struct-type) fix struct subtype support

2023-02-23 Thread via GitHub
cambyzju commented on PR #17081: URL: https://github.com/apache/doris/pull/17081#issuecomment-1442889437 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] cambyzju commented on pull request #17081: [fix](struct-type) fix struct subtype support

2023-02-23 Thread via GitHub
cambyzju commented on PR #17081: URL: https://github.com/apache/doris/pull/17081#issuecomment-1442889346 run feut -- 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] Cai-Yao opened a new pull request, #17101: [enhancement](session-variable)add a use_fix_replica session variable to fix query replica

2023-02-23 Thread via GitHub
Cai-Yao opened a new pull request, #17101: URL: https://github.com/apache/doris/pull/17101 # Proposed changes Issue Number: close #xxx ## Problem summary Add `use_fix_replica` session variable, so that we can be better debug replica inconsistencies problem. If `use_fi

[GitHub] [doris] TangSiyang2001 commented on pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
TangSiyang2001 commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1442885211 run buildall -- 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] TangSiyang2001 commented on pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
TangSiyang2001 commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1442885394 run p0 -- 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] hello-stephen commented on pull request #17093: [Enhencement](csv-reader) Optimize csv_reader `_split_value` and fix json_reader case sensitive

2023-02-23 Thread via GitHub
hello-stephen commented on PR #17093: URL: https://github.com/apache/doris/pull/17093#issuecomment-1442883500 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.52 seconds stream load tsv: 463 seconds loaded 74807831229 Bytes, about 154 MB/s

[GitHub] [doris] adonis0147 commented on pull request #16736: [chore](dependency) show progress bar when downloading third-party dependencies

2023-02-23 Thread via GitHub
adonis0147 commented on PR #16736: URL: https://github.com/apache/doris/pull/16736#issuecomment-1442881458 > > run buildall > > What's buildall, a script for development or something? A reply to trigger the checks, please reference to [https://cwiki.apache.org/confluence/dis

[GitHub] [doris] adonis0147 commented on pull request #16736: [chore](dependency) show progress bar when downloading third-party dependencies

2023-02-23 Thread via GitHub
adonis0147 commented on PR #16736: URL: https://github.com/apache/doris/pull/16736#issuecomment-1442879991 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #16825: [Chore](regression-test) add createMV action && add some mv case from fe ut MaterializedViewFunctionTest

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16825: URL: https://github.com/apache/doris/pull/16825#issuecomment-1442879510 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 #16825: [Chore](regression-test) add createMV action && add some mv case from fe ut MaterializedViewFunctionTest

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16825: URL: https://github.com/apache/doris/pull/16825#issuecomment-1442879474 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] adonis0147 commented on pull request #17075: [chore](tools) Fix NoSuchMethodError while loading data by http requests

2023-02-23 Thread via GitHub
adonis0147 commented on PR #17075: URL: https://github.com/apache/doris/pull/17075#issuecomment-1442878734 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442875341 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] jackwener commented on pull request #17099: [enhance](Nereids): refactor LogicalJoin.

2023-02-23 Thread via GitHub
jackwener commented on PR #17099: URL: https://github.com/apache/doris/pull/17099#issuecomment-1442874827 run buildall -- 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] liujinhui1994 commented on pull request #15000: [Enhancement](spark load)Support for RM HA

2023-02-23 Thread via GitHub
liujinhui1994 commented on PR #15000: URL: https://github.com/apache/doris/pull/15000#issuecomment-1442874011 > 这个功能什么时候能合并到新的代码分支里面呢? 这个需要验证一下,我尽快 进行验证,我这边暂时没有空余的环境可以支撑。可能耽误了一些时间~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] hello-stephen commented on pull request #17007: [feature](cooldown)add ut for CooldownConfHandler

2023-02-23 Thread via GitHub
hello-stephen commented on PR #17007: URL: https://github.com/apache/doris/pull/17007#issuecomment-1442873653 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.51 seconds stream load tsv: 473 seconds loaded 74807831229 Bytes, about 150 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #17100: [Fix](DOE)Fix be core dump when parse es epoch_millis date format

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17100: URL: https://github.com/apache/doris/pull/17100#issuecomment-1442871082 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] xiaojunjie commented on pull request #17034: [Enhancement](HttpServer) Support https in be

2023-02-23 Thread via GitHub
xiaojunjie commented on PR #17034: URL: https://github.com/apache/doris/pull/17034#issuecomment-1442870857 run p0 -- 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] SaintBacchus opened a new pull request, #17100: [Fix](DOE)Fix be core dump when parse es epoch_millis date format

2023-02-23 Thread via GitHub
SaintBacchus opened a new pull request, #17100: URL: https://github.com/apache/doris/pull/17100 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] H

[GitHub] [doris] nextdreamblue commented on pull request #17088: [fix](stream_load) can abort 2pc stream load when table dropped

2023-02-23 Thread via GitHub
nextdreamblue commented on PR #17088: URL: https://github.com/apache/doris/pull/17088#issuecomment-1442867146 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442867092 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yongjinhou commented on pull request #16618: [Docs](docs) Organize http documents

2023-02-23 Thread via GitHub
yongjinhou commented on PR #16618: URL: https://github.com/apache/doris/pull/16618#issuecomment-1442866963 run buildall -- 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 u

[GitHub] [doris] nextdreamblue commented on pull request #17088: [fix](stream_load) can abort 2pc stream load when table dropped

2023-02-23 Thread via GitHub
nextdreamblue commented on PR #17088: URL: https://github.com/apache/doris/pull/17088#issuecomment-1442864073 run P0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] BePPPower commented on pull request #17051: [BugFix](oracle-catalog) Modify the doris data type mapping of oracle `NUMBER(p,s)` type

2023-02-23 Thread via GitHub
BePPPower commented on PR #17051: URL: https://github.com/apache/doris/pull/17051#issuecomment-1442857425 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[GitHub] [doris] jackwener opened a new pull request, #17099: [enhance](Nereids): refactor LogicalJoin.

2023-02-23 Thread via GitHub
jackwener opened a new pull request, #17099: URL: https://github.com/apache/doris/pull/17099 # Proposed changes Issue Number: close #xxx ## Problem summary refactor LogicalJoin ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has un

[GitHub] [doris] BiteTheDDDDt commented on pull request #16825: [Chore](regression-test) add createMV action && add some mv case from fe ut MaterializedViewFunctionTest

2023-02-23 Thread via GitHub
BiteThet commented on PR #16825: URL: https://github.com/apache/doris/pull/16825#issuecomment-1442857181 run p0 -- 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] adonis0147 commented on pull request #17007: [feature](cooldown)add ut for CooldownConfHandler

2023-02-23 Thread via GitHub
adonis0147 commented on PR #17007: URL: https://github.com/apache/doris/pull/17007#issuecomment-1442856496 run buildall -- 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 u

[GitHub] [doris] BePPPower commented on pull request #17093: [Enhencement](csv-reader) Optimize csv_reader `_split_value` and fix json_reader case sensitive

2023-02-23 Thread via GitHub
BePPPower commented on PR #17093: URL: https://github.com/apache/doris/pull/17093#issuecomment-1442856660 run buildall -- 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] hello-stephen commented on pull request #17087: [feature](multi-catalog) support map&struct type in parquet&orc reader

2023-02-23 Thread via GitHub
hello-stephen commented on PR #17087: URL: https://github.com/apache/doris/pull/17087#issuecomment-1442855492 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.58 seconds stream load tsv: 463 seconds loaded 74807831229 Bytes, about 154 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442853856 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris] branch branch-1.2-lts updated: [branch-1.2](test) fix iceberg p2 test

2023-02-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 0c9fccf6e0 [branch-1.2](test)

[GitHub] [doris] github-actions[bot] commented on pull request #15509: [feature](partition)add default list partition

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1442851713 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] ByteYue commented on pull request #15509: [feature](partition)add default list partition

2023-02-23 Thread via GitHub
ByteYue commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1442850021 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] hello-stephen commented on pull request #17097: [Enhancement](array) vectorized string equal comparasion in array_contains function

2023-02-23 Thread via GitHub
hello-stephen commented on PR #17097: URL: https://github.com/apache/doris/pull/17097#issuecomment-1442846957 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.45 seconds stream load tsv: 479 seconds loaded 74807831229 Bytes, about 148 MB/s

[GitHub] [doris] Yulei-Yang commented on pull request #16990: [Improvement](meta) support return total statistics of all databases for command show proc '/jobs'

2023-02-23 Thread via GitHub
Yulei-Yang commented on PR #16990: URL: https://github.com/apache/doris/pull/16990#issuecomment-1442837500 run buildall -- 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 u

[GitHub] [doris] Yulei-Yang commented on pull request #16990: [Improvement](meta) support return total statistics of all databases for command show proc '/jobs'

2023-02-23 Thread via GitHub
Yulei-Yang commented on PR #16990: URL: https://github.com/apache/doris/pull/16990#issuecomment-1442825995 run feut -- 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] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442824382 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #17087: [feature](multi-catalog) support map&struct type in parquet&orc reader

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17087: URL: https://github.com/apache/doris/pull/17087#issuecomment-1442816363 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442816168 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] morrySnow commented on pull request #17070: [fix](planner) change back legacy planner type coercion

2023-02-23 Thread via GitHub
morrySnow commented on PR #17070: URL: https://github.com/apache/doris/pull/17070#issuecomment-1442816085 run p0 feut -- 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] morrySnow commented on pull request #17079: [enhancement](Nereids) datetime v2 type precision derive

2023-02-23 Thread via GitHub
morrySnow commented on PR #17079: URL: https://github.com/apache/doris/pull/17079#issuecomment-1442815574 run buildall -- 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] AshinGau commented on pull request #17087: [feature](multi-catalog) support map&struct type in parquet&orc reader

2023-02-23 Thread via GitHub
AshinGau commented on PR #17087: URL: https://github.com/apache/doris/pull/17087#issuecomment-1442814672 run buildall -- 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] BiteTheDDDDt commented on pull request #16825: [Chore](regression-test) add createMV action && add some mv case from fe ut MaterializedViewFunctionTest

2023-02-23 Thread via GitHub
BiteThet commented on PR #16825: URL: https://github.com/apache/doris/pull/16825#issuecomment-1442813076 run buildall -- 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] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1442810764 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1442810682 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #17095: [fix](merge-on-write) fix that the version of delete bitmap is incorrect when calculate delete bitmap between segments

2023-02-23 Thread via GitHub
hello-stephen commented on PR #17095: URL: https://github.com/apache/doris/pull/17095#issuecomment-1442805508 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.6 seconds stream load tsv: 474 seconds loaded 74807831229 Bytes, about 150 MB/s

[GitHub] [doris] TangSiyang2001 commented on pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
TangSiyang2001 commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1442800913 run buildall -- 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] TangSiyang2001 commented on pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
TangSiyang2001 commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1442800967 run p0 -- 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] TangSiyang2001 commented on pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
TangSiyang2001 commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1442798476 run p0 -- 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] TangSiyang2001 commented on a diff in pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
TangSiyang2001 commented on code in PR #16123: URL: https://github.com/apache/doris/pull/16123#discussion_r1116496416 ## be/src/http/brpc/action/tablets_distribution_action.cpp: ## @@ -0,0 +1,117 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

[GitHub] [doris] TangSiyang2001 commented on pull request #16123: [feature-wip](BE http)Support BE http service with brpc

2023-02-23 Thread via GitHub
TangSiyang2001 commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1442797879 run p0 -- 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] xiaokang commented on pull request #17097: [Enhancement](array) vectorized string equal comparasion in array_contains function

2023-02-23 Thread via GitHub
xiaokang commented on PR #17097: URL: https://github.com/apache/doris/pull/17097#issuecomment-1442785371 run buildall -- 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

[doris] branch master updated: [enhancement](memory) reduce memory usage for failed broker loads (#16974)

2023-02-23 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d562428b1d [enhancement](memory) reduce memory us

[GitHub] [doris] xy720 merged pull request #16974: [enhancement](memory) reduce memory usage for failed broker loads

2023-02-23 Thread via GitHub
xy720 merged PR #16974: URL: https://github.com/apache/doris/pull/16974 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache

[GitHub] [doris] github-actions[bot] commented on pull request #17097: [Enhancement](array) vectorized string equal comparasion in array_contains function

2023-02-23 Thread via GitHub
github-actions[bot] commented on PR #17097: URL: https://github.com/apache/doris/pull/17097#issuecomment-1442781845 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

  1   2   3   4   >