[doris] branch master updated: [Bug](point query) Reusable in PointQueryExecutor should call init before add to LookupCache (#16489)

2023-02-08 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 d956cb13af [Bug](point query) Reusable in Po

[GitHub] [doris] dataroaring merged pull request #16489: [Bug](point query) Reusable in PointQueryExecutor should call init b…

2023-02-08 Thread via GitHub
dataroaring merged PR #16489: URL: https://github.com/apache/doris/pull/16489 -- 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 struct-map-type updated (7049decb7a -> 83a81944ac)

2023-02-08 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch struct-map-type in repository https://gitbox.apache.org/repos/asf/doris.git from 7049decb7a [fix] fix code for comment add 83a81944ac [fix] fix fe ut No new revisions were added by this

[GitHub] [doris] zhangstar333 commented on pull request #16497: [bug](udf) fix udf return type of decimal check scale must is 9

2023-02-08 Thread via GitHub
zhangstar333 commented on PR #16497: URL: https://github.com/apache/doris/pull/16497#issuecomment-1422203242 > What is the effect of this change? Not report error? remove the check, and set scale to 9 always -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [doris] zhangstar333 commented on a diff in pull request #16496: [bug](jdbc) fix jdbc can't get object of PGobject

2023-02-08 Thread via GitHub
zhangstar333 commented on code in PR #16496: URL: https://github.com/apache/doris/pull/16496#discussion_r1099795312 ## regression-test/suites/jdbc_p0/test_jdbc_query_mysql.groovy: ## @@ -934,14 +935,14 @@ suite("test_jdbc_query_mysql", "p0") { order_qt_sql111 """ SELECT

[GitHub] [doris] yiguolei opened a new pull request, #16512: [regression-test](storage) add fuzzy variables for storage

2023-02-08 Thread via GitHub
yiguolei opened a new pull request, #16512: URL: https://github.com/apache/doris/pull/16512 # Proposed changes 1. fuzzy table properties like enable_light_weight_schema_change, auto_compaction, auto_bucket, merge_on_read or merge on write. 2. change segment_compaction default to tr

[GitHub] [doris] github-actions[bot] commented on pull request #16512: [regression-test](storage) add fuzzy variables for storage

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16512: URL: https://github.com/apache/doris/pull/16512#issuecomment-1422214700 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] freemandealer commented on a diff in pull request #16343: [Enhancement](Stmt) Set insert_into timeout session variable separately

2023-02-08 Thread via GitHub
freemandealer commented on code in PR #16343: URL: https://github.com/apache/doris/pull/16343#discussion_r1099809607 ## be/src/runtime/runtime_state.h: ## @@ -86,6 +86,8 @@ class RuntimeState { } int max_errors() const { return _query_options.max_errors; } int que

[GitHub] [doris] yiguolei merged pull request #16493: [improvement](fuzzy) print fuzzy session variable in FE audit log

2023-02-08 Thread via GitHub
yiguolei merged PR #16493: URL: https://github.com/apache/doris/pull/16493 -- 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 (d956cb13af -> b06e6b25c9)

2023-02-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d956cb13af [Bug](point query) Reusable in PointQueryExecutor should call init before add to LookupCache (#16489)

[GitHub] [doris] cambyzju commented on a diff in pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-08 Thread via GitHub
cambyzju commented on code in PR #16485: URL: https://github.com/apache/doris/pull/16485#discussion_r1099818062 ## be/src/io/cache/block/cached_remote_file_reader.cpp: ## @@ -44,12 +44,13 @@ Status CachedRemoteFileReader::close() { std::pair CachedRemoteFileReader::_align_siz

[GitHub] [doris] github-actions[bot] commented on pull request #16466: [Pipeline][WIP] Introduce pipeline tracing

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16466: URL: https://github.com/apache/doris/pull/16466#issuecomment-1422237333 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4122321335";) output. shellcheck err

[GitHub] [doris] morningman merged pull request #16486: [Fix](multi catalog)(planner) Fix external table statistic collection bug.

2023-02-08 Thread via GitHub
morningman merged PR #16486: URL: https://github.com/apache/doris/pull/16486 -- 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: [Fix](multi catalog)(planner) Fix external table statistic collection bug (#16486)

2023-02-08 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 666f7096f2 [Fix](multi catalog)(planner) Fix

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16466: [Pipeline][WIP] Introduce pipeline tracing

2023-02-08 Thread via GitHub
github-actions[bot] commented on code in PR #16466: URL: https://github.com/apache/doris/pull/16466#discussion_r1099833918 ## be/src/util/debug/tracing.cpp: ## @@ -0,0 +1,209 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreem

[GitHub] [doris] hello-stephen commented on pull request #16509: [Enhancement](storage) add a new hidden column __DORIS_VERSION_COL__ for unique key table

2023-02-08 Thread via GitHub
hello-stephen commented on PR #16509: URL: https://github.com/apache/doris/pull/16509#issuecomment-1422252282 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.75 seconds load time: 470 seconds storage size: 17170855258 Bytes https://doris-co

[GitHub] [doris] SaintBacchus opened a new pull request, #16513: [UT-Fix](MTMV) Fix MTMV FE UT bugs

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

[GitHub] [doris] YangShaw commented on a diff in pull request #14397: [feature](nereids)support window function

2023-02-08 Thread via GitHub
YangShaw commented on code in PR #14397: URL: https://github.com/apache/doris/pull/14397#discussion_r1099843860 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/LogicalWindowToPhysicalWindow.java: ## @@ -0,0 +1,539 @@ +// Licensed to the Apache Software

[GitHub] [doris] YangShaw commented on a diff in pull request #14397: [feature](nereids)support window function

2023-02-08 Thread via GitHub
YangShaw commented on code in PR #14397: URL: https://github.com/apache/doris/pull/14397#discussion_r1099844627 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/LogicalWindowToPhysicalWindow.java: ## @@ -0,0 +1,539 @@ +// Licensed to the Apache Software

[GitHub] [doris] github-actions[bot] commented on pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16485: URL: https://github.com/apache/doris/pull/16485#issuecomment-1422264027 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 #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16485: URL: https://github.com/apache/doris/pull/16485#issuecomment-1422269236 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] AshinGau commented on a diff in pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-08 Thread via GitHub
AshinGau commented on code in PR #16485: URL: https://github.com/apache/doris/pull/16485#discussion_r1099861957 ## be/src/io/cache/block/cached_remote_file_reader.cpp: ## @@ -44,12 +44,13 @@ Status CachedRemoteFileReader::close() { std::pair CachedRemoteFileReader::_align_siz

[GitHub] [doris] github-actions[bot] commented on pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16485: URL: https://github.com/apache/doris/pull/16485#issuecomment-1422288464 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 master updated (666f7096f2 -> f71fc3291f)

2023-02-08 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 666f7096f2 [Fix](multi catalog)(planner) Fix external table statistic collection bug (#16486) add f71fc3291f

[GitHub] [doris] Gabriel39 merged pull request #16510: [Bug](fix) right anti join error result when batch size is low

2023-02-08 Thread via GitHub
Gabriel39 merged PR #16510: URL: https://github.com/apache/doris/pull/16510 -- 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] xiaokang opened a new pull request, #16514: [Improvement](topn) add limit threashold session variable for topn optimizations

2023-02-08 Thread via GitHub
xiaokang opened a new pull request, #16514: URL: https://github.com/apache/doris/pull/16514 # Proposed changes Issue Number: close #xxx ## Problem summary 1. add limit threshold for topn runtime pushdown and key topn optimization 2. use unified session variable topn_op

[GitHub] [doris] github-actions[bot] commented on pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16485: URL: https://github.com/apache/doris/pull/16485#issuecomment-1422301573 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] eldenmoon commented on pull request #16514: [Improvement](topn) add limit threashold session variable for topn optimizations

2023-02-08 Thread via GitHub
eldenmoon commented on PR #16514: URL: https://github.com/apache/doris/pull/16514#issuecomment-1422303292 we could add this limit to fuzzy sesion variable -- 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 t

[GitHub] [doris] JackDrogon opened a new issue, #16515: [Bug] AutoBucket dynamic partitions have partitions but no data && unstable AutoBucketUtilsTest

2023-02-08 Thread via GitHub
JackDrogon opened a new issue, #16515: URL: https://github.com/apache/doris/issues/16515 ### 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-0.0.0-trunk-b06

[GitHub] [doris] github-actions[bot] commented on pull request #16512: [regression-test](storage) add fuzzy variables for storage

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16512: URL: https://github.com/apache/doris/pull/16512#issuecomment-1422314530 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 #16512: [regression-test](storage) add fuzzy variables for storage

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16512: URL: https://github.com/apache/doris/pull/16512#issuecomment-1422314599 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] pengxiangyu commented on a diff in pull request #16488: [fix](cooldown) Rewrite update cooldown conf

2023-02-08 Thread via GitHub
pengxiangyu commented on code in PR #16488: URL: https://github.com/apache/doris/pull/16488#discussion_r1099860083 ## fe/fe-core/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java: ## @@ -335,48 +337,81 @@ private boolean needSync(Replica replicaInFe, TTabletInfo b

[GitHub] [doris] hello-stephen commented on pull request #16513: [UT-Fix](MTMV) Fix MTMV FE UT bugs

2023-02-08 Thread via GitHub
hello-stephen commented on PR #16513: URL: https://github.com/apache/doris/pull/16513#issuecomment-1422317153 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.06 seconds load time: 470 seconds storage size: 17170603768 Bytes https://doris-co

[GitHub] [doris] JackDrogon opened a new pull request, #16516: [Fix] (bucket) fix partition with no history data && AutoBucketUtilsTest (#16515)

2023-02-08 Thread via GitHub
JackDrogon opened a new pull request, #16516: URL: https://github.com/apache/doris/pull/16516 fix partition with no history data && AutoBucketUtilsTest (#16515) # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklis

[GitHub] [doris] github-actions[bot] commented on pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16485: URL: https://github.com/apache/doris/pull/16485#issuecomment-1422325139 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 #16516: [Fix] (bucket) fix partition with no history data && AutoBucketUtilsTest (#16515)

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16516: URL: https://github.com/apache/doris/pull/16516#issuecomment-1422325599 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 #16516: [Fix] (bucket) fix partition with no history data && AutoBucketUtilsTest (#16515)

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

[GitHub] [doris] Gabriel39 opened a new issue, #16517: [Bug] BE crash caused by TPCH

2023-02-08 Thread via GitHub
Gabriel39 opened a new issue, #16517: URL: https://github.com/apache/doris/issues/16517 ### 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 ### What

[GitHub] [doris] caiconghui merged pull request #15830: [enhancement](load) Change transaction limit from global level to db level

2023-02-08 Thread via GitHub
caiconghui merged PR #15830: URL: https://github.com/apache/doris/pull/15830 -- 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] caiconghui closed issue #15869: [Enhancement] make max running txn per db more flexible

2023-02-08 Thread via GitHub
caiconghui closed issue #15869: [Enhancement] make max running txn per db more flexible URL: https://github.com/apache/doris/issues/15869 -- 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

[doris] branch master updated: [enhancement](load) Change transaction limit from global level to db level (#15830)

2023-02-08 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 bb334de00f [enhancement](load) Change transac

[GitHub] [doris] Gabriel39 opened a new pull request, #16518: [Bug](log) add some log to find out bug

2023-02-08 Thread via GitHub
Gabriel39 opened a new pull request, #16518: URL: https://github.com/apache/doris/pull/16518 # Proposed changes This PR is used for finding out the bug described in #16517 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] github-actions[bot] commented on pull request #16518: [Bug](log) add some log to find out bug

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16518: URL: https://github.com/apache/doris/pull/16518#issuecomment-1422360843 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 #16518: [Bug](log) add some log to find out bug

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16518: URL: https://github.com/apache/doris/pull/16518#issuecomment-1422380255 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 #16506: [fix](planner) cannot process more than one subquery in disjunct

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16506: URL: https://github.com/apache/doris/pull/16506#issuecomment-1422383482 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 #16506: [fix](planner) cannot process more than one subquery in disjunct

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16506: URL: https://github.com/apache/doris/pull/16506#issuecomment-1422383412 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] morrySnow merged pull request #16506: [fix](planner) cannot process more than one subquery in disjunct

2023-02-08 Thread via GitHub
morrySnow merged PR #16506: URL: https://github.com/apache/doris/pull/16506 -- 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

[doris] branch master updated: [fix](planner) cannot process more than one subquery in disjunct (#16506)

2023-02-08 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 a512469537 [fix](planner) cannot process more

[GitHub] [doris] jackwener opened a new pull request, #16519: [cleanup](Nereids): cleanup FE code.

2023-02-08 Thread via GitHub
jackwener opened a new pull request, #16519: URL: https://github.com/apache/doris/pull/16519 # Proposed changes Issue Number: close #xxx ## Problem summary cleanup FE code ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #16488: [fix](cooldown) Rewrite update cooldown conf

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16488: URL: https://github.com/apache/doris/pull/16488#issuecomment-1422418261 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 #16488: [fix](cooldown) Rewrite update cooldown conf

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16488: URL: https://github.com/apache/doris/pull/16488#issuecomment-1422418338 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 #16378: [Feature](Materialized-View) support multiple slot on one column in materialized view

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16378: URL: https://github.com/apache/doris/pull/16378#issuecomment-1422427747 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] FreeOnePlus opened a new pull request, #16520: [docs](docs)Add Run Docker cluster docs

2023-02-08 Thread via GitHub
FreeOnePlus opened a new pull request, #16520: URL: https://github.com/apache/doris/pull/16520 # Proposed changes Add Run Docker cluster docs, new doc~ ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] github-actions[bot] commented on pull request #16520: [docs](docs)Add Run Docker cluster docs

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16520: URL: https://github.com/apache/doris/pull/16520#issuecomment-1422444695 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 #16520: [docs](docs)Add Run Docker cluster docs

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16520: URL: https://github.com/apache/doris/pull/16520#issuecomment-1422444746 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 #16501: [fix](docs) add the batch interval time of sink in spark connector doc

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16501: URL: https://github.com/apache/doris/pull/16501#issuecomment-1422450321 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 #16501: [fix](docs) add the batch interval time of sink in spark connector doc

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

[GitHub] [doris] Gabriel39 opened a new pull request, #16521: [pick](branch-1.2) Pick 3 commits related to mark join

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

[GitHub] [doris] FreeOnePlus opened a new pull request, #16522: [feature](docker)Add Doris Docker Build Script

2023-02-08 Thread via GitHub
FreeOnePlus opened a new pull request, #16522: URL: https://github.com/apache/doris/pull/16522 # Proposed changes Add 3FE & 3BE Build Script ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] github-actions[bot] commented on pull request #16522: [feature](docker)Add Doris Docker Build Script

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16522: URL: https://github.com/apache/doris/pull/16522#issuecomment-1422473417 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4123800248";) output. shellcheck err

[GitHub] [doris] dataroaring opened a new pull request, #16523: [fix](doc) fix some errors in docs

2023-02-08 Thread via GitHub
dataroaring opened a new pull request, #16523: URL: https://github.com/apache/doris/pull/16523 1. dead link 2. references to zh-CN in en docs 3. wrong content # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Chec

[GitHub] [doris] github-actions[bot] commented on pull request #16521: [pick](branch-1.2) Pick 3 commits related to mark join

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16521: URL: https://github.com/apache/doris/pull/16521#issuecomment-1422476842 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 #16521: [pick](branch-1.2) Pick 3 commits related to mark join

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16521: URL: https://github.com/apache/doris/pull/16521#issuecomment-1422476896 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] platoneko commented on a diff in pull request #16488: [fix](cooldown) Rewrite update cooldown conf

2023-02-08 Thread via GitHub
platoneko commented on code in PR #16488: URL: https://github.com/apache/doris/pull/16488#discussion_r1100033234 ## fe/fe-core/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java: ## @@ -335,48 +337,81 @@ private boolean needSync(Replica replicaInFe, TTabletInfo bac

[GitHub] [doris] platoneko commented on a diff in pull request #16488: [fix](cooldown) Rewrite update cooldown conf

2023-02-08 Thread via GitHub
platoneko commented on code in PR #16488: URL: https://github.com/apache/doris/pull/16488#discussion_r1100033493 ## fe/fe-core/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java: ## @@ -335,48 +337,81 @@ private boolean needSync(Replica replicaInFe, TTabletInfo bac

[GitHub] [doris] morningman commented on issue #16446: [WIP] Release Note 1.2.2

2023-02-08 Thread via GitHub
morningman commented on issue #16446: URL: https://github.com/apache/doris/issues/16446#issuecomment-1422483520 > [c61be0c](https://github.com/apache/doris/commit/c61be0cb8a85cda1b61b1bc0535020488207b46c) 这个不发吗 #16074 fixed this issue, and pr with `dev/1.2.2-merged` is included in th

[GitHub] [doris] github-actions[bot] commented on pull request #16522: [feature](docker)Add Doris Docker Build Script

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16522: URL: https://github.com/apache/doris/pull/16522#issuecomment-1422507962 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 #16522: [feature](docker)Add Doris Docker Build Script

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

[GitHub] [doris] Gabriel39 opened a new pull request, #16525: [Bug](pipeline) Support projection in UnionSourceOperator

2023-02-08 Thread via GitHub
Gabriel39 opened a new pull request, #16525: URL: https://github.com/apache/doris/pull/16525 # Proposed changes Support projection in UnionSourceOperator ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior

[GitHub] [doris] github-actions[bot] commented on pull request #15249: [pipeline](test) test regression

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #15249: URL: https://github.com/apache/doris/pull/15249#issuecomment-1422521145 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 #16525: [Bug](pipeline) Support projection in UnionSourceOperator

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16525: URL: https://github.com/apache/doris/pull/16525#issuecomment-1422523732 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] Kikyou1997 opened a new pull request, #16526: [ehancement](nereids) Ignore hidden columns when calculate the selectivity for predicate

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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16472: [improvement](meta) Enhance Doris's fault tolerance to disk error

2023-02-08 Thread via GitHub
github-actions[bot] commented on code in PR #16472: URL: https://github.com/apache/doris/pull/16472#discussion_r1100069691 ## be/src/vec/olap/vertical_block_reader.h: ## @@ -42,7 +42,11 @@ class VerticalBlockReader final : public TabletReader { Status init(const ReaderParam

[GitHub] [doris] github-actions[bot] commented on pull request #16479: [fix](planner)group_concat lost order by info in second phase merge agg

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16479: URL: https://github.com/apache/doris/pull/16479#issuecomment-1422537837 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 #16479: [fix](planner)group_concat lost order by info in second phase merge agg

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16479: URL: https://github.com/apache/doris/pull/16479#issuecomment-1422537910 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] morrySnow merged pull request #16479: [fix](planner)group_concat lost order by info in second phase merge agg

2023-02-08 Thread via GitHub
morrySnow merged PR #16479: URL: https://github.com/apache/doris/pull/16479 -- 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

[doris] branch master updated: [fix](planner)group_concat lost order by info in second phase merge agg (#16479)

2023-02-08 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 f0b0eedbc5 [fix](planner)group_concat lost ord

[GitHub] [doris] BePPPower opened a new pull request, #16527: [Fix](Jdbc Catalog) jdbc catalog support to connect to doris database

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

[GitHub] [doris] FreeOnePlus opened a new pull request, #16528: [feature](docker)Refactor Image build script

2023-02-08 Thread via GitHub
FreeOnePlus opened a new pull request, #16528: URL: https://github.com/apache/doris/pull/16528 # Proposed changes Refactor Image build script ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] github-actions[bot] commented on pull request #16528: [feature](docker)Refactor Image build script

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16528: URL: https://github.com/apache/doris/pull/16528#issuecomment-1422549886 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4124297309";) output. shellcheck err

[GitHub] [doris] hello-stephen commented on pull request #16525: [Bug](pipeline) Support projection in UnionSourceOperator

2023-02-08 Thread via GitHub
hello-stephen commented on PR #16525: URL: https://github.com/apache/doris/pull/16525#issuecomment-1422560109 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.26 seconds load time: 481 seconds storage size: 17170861818 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16518: [Bug](log) add some log to find out bug

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16518: URL: https://github.com/apache/doris/pull/16518#issuecomment-1422572544 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 #16518: [Bug](log) add some log to find out bug

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

[GitHub] [doris] hello-stephen commented on pull request #16519: [cleanup](Nereids): cleanup FE code.

2023-02-08 Thread via GitHub
hello-stephen commented on PR #16519: URL: https://github.com/apache/doris/pull/16519#issuecomment-1422581343 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.09 seconds load time: 468 seconds storage size: 17170785460 Bytes https://doris-co

[GitHub] [doris] freemandealer opened a new issue, #16529: [Enhancement] need documents for newly added compaction method

2023-02-08 Thread via GitHub
freemandealer opened a new issue, #16529: URL: https://github.com/apache/doris/issues/16529 ### 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 _No response_

[GitHub] [doris] Gabriel39 merged pull request #16518: [Bug](log) add some log to find out bug

2023-02-08 Thread via GitHub
Gabriel39 merged PR #16518: URL: https://github.com/apache/doris/pull/16518 -- 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

[doris] branch master updated: [Bug](log) add some log to find out bug (#16518)

2023-02-08 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 d1c6b81140 [Bug](log) add some log to find ou

[GitHub] [doris] freemandealer opened a new pull request, #16530: [enhancement][docs] add docs for newly added two compaction method (#16529)

2023-02-08 Thread via GitHub
freemandealer opened a new pull request, #16530: URL: https://github.com/apache/doris/pull/16530 Add description for vertical compaction and segment compaction. Co-authored-by: yixiutt <102007456+yixi...@users.noreply.github.com> Co-authored-by: zhengyu Signed-off-by: freema

[GitHub] [doris] hello-stephen commented on pull request #16527: [Fix](Jdbc Catalog) jdbc catalog support to connect to doris database

2023-02-08 Thread via GitHub
hello-stephen commented on PR #16527: URL: https://github.com/apache/doris/pull/16527#issuecomment-1422598133 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.32 seconds load time: 482 seconds storage size: 17170879358 Bytes https://doris-co

[GitHub] [doris] eldenmoon opened a new pull request, #16531: [Bug](point query) when prepared statement used lazyEvaluateRangeLoca…

2023-02-08 Thread via GitHub
eldenmoon opened a new pull request, #16531: URL: https://github.com/apache/doris/pull/16531 …tions should clear bucketSeq2locations to avoid memleak When JDBC client enable server side prepared statement, it will cache OlapScanNode and reuse it for performance, but each time call `a

[GitHub] [doris] github-actions[bot] commented on pull request #16530: [enhancement][docs] add docs for newly added two compaction method (#16529)

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16530: URL: https://github.com/apache/doris/pull/16530#issuecomment-1422624330 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 #16530: [enhancement][docs] add docs for newly added two compaction method (#16529)

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16530: URL: https://github.com/apache/doris/pull/16530#issuecomment-1422624394 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] HappenLee opened a new pull request, #16532: [Opt](vec) opt the fast execute logic to remove useless function call

2023-02-08 Thread via GitHub
HappenLee opened a new pull request, #16532: URL: https://github.com/apache/doris/pull/16532 # Proposed changes Remove unless function call in `fast_execute` function to improve function call performance ## Problem summary Describe your changes. ## Checklist(Requi

[GitHub] [doris] github-actions[bot] commented on pull request #16532: [Opt](vec) opt the fast execute logic to remove useless function call

2023-02-08 Thread via GitHub
github-actions[bot] commented on PR #16532: URL: https://github.com/apache/doris/pull/16532#issuecomment-1422628992 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 #16531: [Bug](point query) when prepared statement used lazyEvaluateRangeLoca…

2023-02-08 Thread via GitHub
hello-stephen commented on PR #16531: URL: https://github.com/apache/doris/pull/16531#issuecomment-1422631464 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.83 seconds load time: 469 seconds storage size: 17170821485 Bytes https://doris-co

[GitHub] [doris] SaintBacchus opened a new pull request, #16533: [Enhance](ComputeNode) ES Scan node support to be scheduled to compute node.

2023-02-08 Thread via GitHub
SaintBacchus opened a new pull request, #16533: URL: https://github.com/apache/doris/pull/16533 # Proposed changes Issue Number: close #xxx ## Problem summary ES Scan node support to be scheduled to compute node. ## Checklist(Required) 1. Does it affect the

[doris] branch branch-1.2-lts updated: [fix](runtime-filter)(branch-1.2) add the _acquire_runtime_filter method that was accidentally deleted (#16507)

2023-02-08 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 02c6b62a22 [fix](runtime-filt

[GitHub] [doris] morningman merged pull request #16507: [fix](runtime-filter)(branch-1.2) add the `_acquire_runtime_filter` method that was accidentally deleted

2023-02-08 Thread via GitHub
morningman merged PR #16507: URL: https://github.com/apache/doris/pull/16507 -- 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] mmx1960 opened a new issue, #16534: [Bug] "count" sql has an error result

2023-02-08 Thread via GitHub
mmx1960 opened a new issue, #16534: URL: https://github.com/apache/doris/issues/16534 ### 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 1.1.3 and 2.1 ###

[GitHub] [doris] jacktengg opened a new pull request, #16535: [fix](hashjoin) join produce blocks with rows larger than batch size

2023-02-08 Thread via GitHub
jacktengg opened a new pull request, #16535: URL: https://github.com/apache/doris/pull/16535 # Proposed changes Pick #16402 and #16166 from master ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

  1   2   3   >