[GitHub] [doris] github-actions[bot] commented on pull request #16816: [improve](dynamic table) refine SegmentWriter columns writer generate

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16816: URL: https://github.com/apache/doris/pull/16816#issuecomment-1434006447 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 (2426d8e6e8 -> 5dfd6d2390)

2023-02-16 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 2426d8e6e8 [chore](be-config) set disable_storage_row_cache default true to default disable row cache (#16827)

[GitHub] [doris] github-actions[bot] commented on pull request #16816: [improve](dynamic table) refine SegmentWriter columns writer generate

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16816: URL: https://github.com/apache/doris/pull/16816#issuecomment-1434006471 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] liaoxin01 commented on pull request #16832: [fix](merge-on-write) fix that be may coredump when sequence column is null

2023-02-16 Thread via GitHub
liaoxin01 commented on PR #16832: URL: https://github.com/apache/doris/pull/16832#issuecomment-1434008212 > Please add test case Test case has been added. -- 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 #16822: [improvement](memory) fix possible memory leak of vcollect iterator

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16822: URL: https://github.com/apache/doris/pull/16822#issuecomment-1434009454 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 #16832: [fix](merge-on-write) fix that be may coredump when sequence column is null

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16832: URL: https://github.com/apache/doris/pull/16832#issuecomment-1434009496 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 #16639: [Improvement](brpc) Using a thread pool for RPC service avoiding std::mutex block brpc::bthread

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16639: URL: https://github.com/apache/doris/pull/16639#issuecomment-1434012680 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] BiteTheDDDDt merged pull request #16847: [chore](workflow) Fix the BE UT (Clang) workflow

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

[doris] branch master updated: [chore](workflow) Fix the BE UT (Clang) workflow (#16847)

2023-02-16 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 630865a32f [chore](workflow) Fix the BE UT (C

[GitHub] [doris] englefly opened a new pull request, #16854: [fix](planner) fix bug in agg on constant column (#16442)

2023-02-16 Thread via GitHub
englefly opened a new pull request, #16854: URL: https://github.com/apache/doris/pull/16854 (cherry pick from master) For performance reason, we want to remove constant column from groupingExprs. For example: `select sum(T.A) from T group by T.B, 'xyz'` is equivalent t

[GitHub] [doris] github-actions[bot] commented on pull request #16822: [improvement](memory) fix possible memory leak of vcollect iterator

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16822: URL: https://github.com/apache/doris/pull/16822#issuecomment-1434018933 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 #16812: [fix](cooldown)Fix bug for single cooldown compaction, add remote meta

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16812: URL: https://github.com/apache/doris/pull/16812#issuecomment-1434020443 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 #16564: [feature](merge-on-write) add DCHECK in compaction to detect duplicate key

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16564: URL: https://github.com/apache/doris/pull/16564#issuecomment-1434020497 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 #15339: [enhancement](aggregate-function) enhance aggregate funtion collect and add group_array aliases

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #15339: URL: https://github.com/apache/doris/pull/15339#issuecomment-1434021990 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] wsjz commented on a diff in pull request #16602: [feature-wip](iceberg) add dlf and glue catalog impl for iceberg catalog

2023-02-16 Thread via GitHub
wsjz commented on code in PR #16602: URL: https://github.com/apache/doris/pull/16602#discussion_r1109235092 ## fe/fe-core/pom.xml: ## @@ -574,7 +574,7 @@ under the License. software.amazon.awssdk s3 -2.15.45 +2.17.257

[GitHub] [doris] Jibing-Li opened a new pull request, #16855: [Fix](multi catalog)(nereids)Enable runtime filter for external table.

2023-02-16 Thread via GitHub
Jibing-Li opened a new pull request, #16855: URL: https://github.com/apache/doris/pull/16855 # Proposed changes Enable runtime filter for external table. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has docu

[GitHub] [doris] wsjz commented on a diff in pull request #16602: [feature-wip](iceberg) add dlf and glue catalog impl for iceberg catalog

2023-02-16 Thread via GitHub
wsjz commented on code in PR #16602: URL: https://github.com/apache/doris/pull/16602#discussion_r1109235092 ## fe/fe-core/pom.xml: ## @@ -574,7 +574,7 @@ under the License. software.amazon.awssdk s3 -2.15.45 +2.17.257

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

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16509: URL: https://github.com/apache/doris/pull/16509#issuecomment-1434022973 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] starocean999 opened a new pull request, #16856: [fix](planner) fix bug in agg on constant column (#16442)

2023-02-16 Thread via GitHub
starocean999 opened a new pull request, #16856: URL: https://github.com/apache/doris/pull/16856 For performance reason, we want to remove constant column from groupingExprs. For example: `select sum(T.A) from T group by T.B, 'xyz'` is equivalent to `select sum(T.A) from T

[GitHub] [doris] github-actions[bot] commented on pull request #16776: [Feature](map-type) Support stream load and fix some bugs for map type

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16776: URL: https://github.com/apache/doris/pull/16776#issuecomment-1434024151 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-16 Thread via GitHub
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1434024268 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] 03/03: [Fix](Jdbc Catalog) jdbc catalog support to connect to doris database (#16527)

2023-02-16 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 commit ca4ba80ac926d767ae47ead92052ec61428e3e0a Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> Aut

[doris] branch branch-1.2-lts updated (306e004ece -> ca4ba80ac9)

2023-02-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 306e004ece [bugfix](reader) make segment_overlapping meta correct (#16828) new 82b3f05989 [improvemen

[doris] 01/03: [improvement](jdbc) refator jdbc of copy result set by batch (#16337)

2023-02-16 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 commit 82b3f0598930d4d0dfb8eb448360d7f5c38dfe66 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>

[doris] 02/03: [bug](jdbc) fix jdbc can't get object of PGobject (#16496)

2023-02-16 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 commit 983ef77d3f893163cedbc51d0ffc507c587e188c Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>

[GitHub] [doris] Gabriel39 merged pull request #16848: [Fix](topn opt) double check plan From OriginalPlanner to make sure o…

2023-02-16 Thread via GitHub
Gabriel39 merged PR #16848: URL: https://github.com/apache/doris/pull/16848 -- 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 (630865a32f -> 6acee1ce88)

2023-02-16 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 630865a32f [chore](workflow) Fix the BE UT (Clang) workflow (#16847) add 6acee1ce88 [Fix](topn opt) double che

[GitHub] [doris] FrankZhang996 opened a new issue, #16858: 两表join的时候,doris会broadcast大表,导致查询超时[Bug]

2023-02-16 Thread via GitHub
FrankZhang996 opened a new issue, #16858: URL: https://github.com/apache/doris/issues/16858 ### 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.5 ###

[GitHub] [doris] github-actions[bot] commented on pull request #16850: [improvement](vec) avoid creating a new column while filtering mutable columns

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

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

[GitHub] [doris] yangzhg commented on a diff in pull request #16834: [Enhancement](HttpServer) Support https interface

2023-02-16 Thread via GitHub
yangzhg commented on code in PR #16834: URL: https://github.com/apache/doris/pull/16834#discussion_r1109251438 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -344,6 +344,35 @@ public class Config extends ConfigBase { */ @ConfField public stat

[GitHub] [doris] luozenglin commented on pull request #16816: [improve](dynamic table) refine SegmentWriter columns writer generate

2023-02-16 Thread via GitHub
luozenglin commented on PR #16816: URL: https://github.com/apache/doris/pull/16816#issuecomment-1434038699 fix #16658 -- 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] liaoxin01 opened a new pull request, #16859: [fix](merge-on-write) The delete bitmap of the currently imported rowset is not persistent

2023-02-16 Thread via GitHub
liaoxin01 opened a new pull request, #16859: URL: https://github.com/apache/doris/pull/16859 # Proposed changes Issue Number: close #xxx ## Problem summary The currently imported rowset has not beed add to _rs_metas when save meta. So the delete bitmap of the current

[GitHub] [doris] github-actions[bot] commented on pull request #16859: [fix](merge-on-write) The delete bitmap of the currently imported rowset is not persistent

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16859: URL: https://github.com/apache/doris/pull/16859#issuecomment-1434043712 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] Tanya-W closed pull request #16085: [chore](config) set config enable_write_index_searcher_cache default to false, and set config inverted_index_searcher_cache_limit default to 5%

2023-02-16 Thread via GitHub
Tanya-W closed pull request #16085: [chore](config) set config enable_write_index_searcher_cache default to false, and set config inverted_index_searcher_cache_limit default to 5% URL: https://github.com/apache/doris/pull/16085 -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] github-actions[bot] commented on pull request #16832: [fix](merge-on-write) fix that be may coredump when sequence column is null

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16832: URL: https://github.com/apache/doris/pull/16832#issuecomment-1434047008 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 #16859: [fix](merge-on-write) The delete bitmap of the currently imported rowset is not persistent

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16859: URL: https://github.com/apache/doris/pull/16859#issuecomment-1434047219 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-16 Thread via GitHub
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1434047740 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 #16839: [Fix](inverted index) fix array inverted index error match result when doing schema change add index

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16839: URL: https://github.com/apache/doris/pull/16839#issuecomment-1434048136 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] airborne12 opened a new pull request, #16861: [Fix](inverted index) fix compound directory unlock problem

2023-02-16 Thread via GitHub
airborne12 opened a new pull request, #16861: URL: https://github.com/apache/doris/pull/16861 # Proposed changes Issue Number: close #xxx ## Problem summary In DorisCompoundDirectory::FSIndexInput::close, use lock_guard to automatic unlock, or it may cause lock leak.

[GitHub] [doris] github-actions[bot] commented on pull request #16839: [Fix](inverted index) fix array inverted index error match result when doing schema change add index

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16839: URL: https://github.com/apache/doris/pull/16839#issuecomment-1434048112 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 #16758: [improve](inverted index) Add element count limit for inverted index searcher cache

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16758: URL: https://github.com/apache/doris/pull/16758#issuecomment-1434048585 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] carlvinhust2012 commented on a diff in pull request #16832: [fix](merge-on-write) fix that be may coredump when sequence column is null

2023-02-16 Thread via GitHub
carlvinhust2012 commented on code in PR #16832: URL: https://github.com/apache/doris/pull/16832#discussion_r1109263629 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -389,6 +388,22 @@ std::string SegmentWriter::_full_encode_keys( return encoded_keys; } +void

[GitHub] [doris] github-actions[bot] commented on pull request #16861: [Fix](inverted index) fix compound directory unlock problem

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16861: URL: https://github.com/apache/doris/pull/16861#issuecomment-1434049501 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 #16758: [improve](inverted index) Add element count limit for inverted index searcher cache

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16758: URL: https://github.com/apache/doris/pull/16758#issuecomment-1434052674 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] liaoxin01 commented on a diff in pull request #16832: [fix](merge-on-write) fix that be may coredump when sequence column is null

2023-02-16 Thread via GitHub
liaoxin01 commented on code in PR #16832: URL: https://github.com/apache/doris/pull/16832#discussion_r1109268659 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -389,6 +388,22 @@ std::string SegmentWriter::_full_encode_keys( return encoded_keys; } +void Segmen

[GitHub] [doris] github-actions[bot] commented on pull request #14032: [fix][ut] add check num_segments != segment_key_bounds.size()

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #14032: URL: https://github.com/apache/doris/pull/14032#issuecomment-1434055141 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 #14032: [fix][ut] add check num_segments != segment_key_bounds.size()

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #14032: URL: https://github.com/apache/doris/pull/14032#issuecomment-1434055169 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 #16771: [enhancement](exception safe) make function state exception safe

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16771: URL: https://github.com/apache/doris/pull/16771#issuecomment-1434055949 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 #14032: [fix][ut] add check num_segments != segment_key_bounds.size()

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #14032: URL: https://github.com/apache/doris/pull/14032#issuecomment-1434056144 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 #16861: [Fix](inverted index) fix compound directory unlock problem

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16861: URL: https://github.com/apache/doris/pull/16861#issuecomment-1434057956 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] yiguolei merged pull request #16839: [Fix](inverted index) fix array inverted index error match result when doing schema change add index

2023-02-16 Thread via GitHub
yiguolei merged PR #16839: URL: https://github.com/apache/doris/pull/16839 -- 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 (6acee1ce88 -> 1a9eefebd4)

2023-02-16 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 6acee1ce88 [Fix](topn opt) double check plan From OriginalPlanner to make sure optimized SQL is a general topn query

[GitHub] [doris] github-actions[bot] commented on pull request #16861: [Fix](inverted index) fix compound directory unlock problem

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

[GitHub] [doris] yiguolei closed issue #16838: [Bug](inverted index) searching inverted index of numeric array column returns error result

2023-02-16 Thread via GitHub
yiguolei closed issue #16838: [Bug](inverted index) searching inverted index of numeric array column returns error result URL: https://github.com/apache/doris/issues/16838 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] yiguolei commented on a diff in pull request #16825: [Chore](regression-test) add some mv case from fe ut MaterializedViewFunctionTest

2023-02-16 Thread via GitHub
yiguolei commented on code in PR #16825: URL: https://github.com/apache/doris/pull/16825#discussion_r1109274846 ## regression-test/suites/materialized_view_p0/ut/testProjectionMV1/testProjectionMV1.groovy: ## @@ -0,0 +1,64 @@ +// Licensed to the Apache Software Foundation (ASF)

[GitHub] [doris] Kikyou1997 opened a new pull request, #16862: [fix](planner) `Nullable` of slot descriptor is mistaken and cause BE crash

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

[GitHub] [doris] yiguolei merged pull request #16758: [improve](inverted index) Add element count limit for inverted index searcher cache

2023-02-16 Thread via GitHub
yiguolei merged PR #16758: URL: https://github.com/apache/doris/pull/16758 -- 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 (1a9eefebd4 -> 30dafd6a44)

2023-02-16 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 1a9eefebd4 [Fix](inverted index) fix array inverted index error match result when doing schema change add index (#16

[GitHub] [doris] github-actions[bot] commented on pull request #16841: [vectorized](udf) java udf support array type

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16841: URL: https://github.com/apache/doris/pull/16841#issuecomment-1434059988 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 #16563: [fix](fold_constant) add defer in fold constant to close and open fuzzy

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16563: URL: https://github.com/apache/doris/pull/16563#issuecomment-1434061953 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] Johnnyssc opened a new pull request, #16863: rectify some spelling mistakes

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

[GitHub] [doris] github-actions[bot] commented on pull request #16863: rectify some spelling mistakes

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16863: URL: https://github.com/apache/doris/pull/16863#issuecomment-1434066994 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 #16841: [vectorized](udf) java udf support array type

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16841: URL: https://github.com/apache/doris/pull/16841#issuecomment-1434068895 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] xiaokang commented on a diff in pull request #16861: [Fix](inverted index) fix compound directory unlock problem

2023-02-16 Thread via GitHub
xiaokang commented on code in PR #16861: URL: https://github.com/apache/doris/pull/16861#discussion_r1109287373 ## be/src/olap/rowset/segment_v2/inverted_index_compound_directory.cpp: ## @@ -300,17 +300,9 @@ lucene::store::IndexInput* DorisCompoundDirectory::FSIndexInput::clone

[GitHub] [doris] hello-stephen commented on pull request #16855: [Fix](multi catalog)(nereids)Enable runtime filter for external table.

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

[GitHub] [doris] bestpayAmes opened a new issue, #16864: [Bug]

2023-02-16 Thread via GitHub
bestpayAmes opened a new issue, #16864: URL: https://github.com/apache/doris/issues/16864 ### 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.2.2 ### Wha

[GitHub] [doris] github-actions[bot] commented on pull request #16771: [enhancement](exception safe) make function state exception safe

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16771: URL: https://github.com/apache/doris/pull/16771#issuecomment-1434099643 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 #16859: [fix](merge-on-write) The delete bitmap of the currently imported rowset is not persistent

2023-02-16 Thread via GitHub
hello-stephen commented on PR #16859: URL: https://github.com/apache/doris/pull/16859#issuecomment-1434103276 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.61 seconds stream load tsv: 469 seconds loaded 74807831229 Bytes, about 152 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #16841: [vectorized](udf) java udf support array type

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16841: URL: https://github.com/apache/doris/pull/16841#issuecomment-1434110194 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] Johnnyssc closed pull request #13704: [typo](doc): spelling mistakes

2023-02-16 Thread via GitHub
Johnnyssc closed pull request #13704: [typo](doc): spelling mistakes URL: https://github.com/apache/doris/pull/13704 -- 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] github-actions[bot] commented on pull request #16639: [Improvement](brpc) Using a thread pool for RPC service avoiding std::mutex block brpc::bthread

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16639: URL: https://github.com/apache/doris/pull/16639#issuecomment-1434112667 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 #16776: [Feature](map-type) Support stream load and fix some bugs for map type

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16776: URL: https://github.com/apache/doris/pull/16776#issuecomment-1434119859 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 #16841: [vectorized](udf) java udf support array type

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

[GitHub] [doris-flink-connector] Tan-JiaLiang commented on issue #56: [Bug] Error: Unsupported OS type: msys when i buid in windows os

2023-02-16 Thread via GitHub
Tan-JiaLiang commented on issue #56: URL: https://github.com/apache/doris-flink-connector/issues/56#issuecomment-1434145136 @shichao-timeout any progress on this? -- 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] enterwhat commented on pull request #15250: (improvement)[bucket] Add auto bucket implement

2023-02-16 Thread via GitHub
enterwhat commented on PR #15250: URL: https://github.com/apache/doris/pull/15250#issuecomment-1434152430 how can it support Colocation Join ? -- 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

[GitHub] [doris] zy-kkk commented on pull request #16854: [fix](planner) fix bug in agg on constant column (#16442)

2023-02-16 Thread via GitHub
zy-kkk commented on PR #16854: URL: https://github.com/apache/doris/pull/16854#issuecomment-1434152509 cherry pick from #16442 -- 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] hello-stephen commented on pull request #16863: rectify some spelling mistakes

2023-02-16 Thread via GitHub
hello-stephen commented on PR #16863: URL: https://github.com/apache/doris/pull/16863#issuecomment-1434157290 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.24 seconds stream load tsv: 476 seconds loaded 74807831229 Bytes, about 149 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #16771: [enhancement](exception safe) make function state exception safe

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16771: URL: https://github.com/apache/doris/pull/16771#issuecomment-1434162777 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] platoneko commented on pull request #16812: [fix](cooldown)Fix bug for single cooldown compaction, add remote meta

2023-02-16 Thread via GitHub
platoneko commented on PR #16812: URL: https://github.com/apache/doris/pull/16812#issuecomment-1434162872 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #16771: [enhancement](exception safe) make function state exception safe

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16771: URL: https://github.com/apache/doris/pull/16771#issuecomment-1434164093 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] lufybrooklin opened a new issue, #16865: [Feature] 权限管理支持一个用户可以分配多个角色

2023-02-16 Thread via GitHub
lufybrooklin opened a new issue, #16865: URL: https://github.com/apache/doris/issues/16865 ### 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 目前一个用户只能分配一个角色,

[GitHub] [doris] github-actions[bot] commented on pull request #16822: [improvement](memory) fix possible memory leak of vcollect iterator

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16822: URL: https://github.com/apache/doris/pull/16822#issuecomment-1434166489 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 #16822: [improvement](memory) fix possible memory leak of vcollect iterator

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16822: URL: https://github.com/apache/doris/pull/16822#issuecomment-1434166518 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 #16812: [fix](cooldown)Fix bug for single cooldown compaction, add remote meta

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

[GitHub] [doris] yiguolei merged pull request #16822: [improvement](memory) fix possible memory leak of vcollect iterator

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

[doris] branch master updated: [improvement](memory) fix possible memory leak of vcollect iterator (#16822)

2023-02-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ef2130de57 [improvement](memory) fix possible m

[GitHub] [doris] yiguolei merged pull request #16831: [Chore](build) remove memory_copy and remove some wno build check

2023-02-16 Thread via GitHub
yiguolei merged PR #16831: URL: https://github.com/apache/doris/pull/16831 -- 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: [Chore](build) remove memory_copy and remove some wno build check (#16831)

2023-02-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new da147f1d1c [Chore](build) remove memory_copy an

[GitHub] [doris] zy-kkk opened a new pull request, #16866: [typo](docs)Modify some document label errors

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

[GitHub] [doris] GoGoWen opened a new pull request, #16867: fix schema change fail with memory alloc error when sorting

2023-02-16 Thread via GitHub
GoGoWen opened a new pull request, #16867: URL: https://github.com/apache/doris/pull/16867 # Proposed changes version 1.1.5. lease memory check in sorting step to make schema change succeed. currently, the schema change may fail in sorting step as memory tracking is not accu

[GitHub] [doris] caoliang-web opened a new pull request, #16868: [typo](doc)collect_set function documentation added 1.2 label

2023-02-16 Thread via GitHub
caoliang-web opened a new pull request, #16868: URL: https://github.com/apache/doris/pull/16868 ## Problem summary 1. collect_set function documentation added 1.2 label ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added

[GitHub] [doris] github-actions[bot] commented on pull request #16607: [fix](engine_clone_task) disable compact when tablet version discontinuous to avoid engine clone task failure

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16607: URL: https://github.com/apache/doris/pull/16607#issuecomment-1434172832 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 #16471: [fix](message)return result error

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16471: URL: https://github.com/apache/doris/pull/16471#issuecomment-1434175500 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 #16803: [fix](cooldown) Use `pending_remote_rowsets` to avoid deleting rowset files being uploaded

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16803: URL: https://github.com/apache/doris/pull/16803#issuecomment-1434188359 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 #16812: [fix](cooldown)Fix bug for single cooldown compaction, add remote meta

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16812: URL: https://github.com/apache/doris/pull/16812#issuecomment-1434196441 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] xiaokang opened a new pull request, #16869: [Improvement](jsonb) add suport for JSONB type for arrow

2023-02-16 Thread via GitHub
xiaokang opened a new pull request, #16869: URL: https://github.com/apache/doris/pull/16869 # Proposed changes Issue Number: close TOADD ## Problem summary add suport for JSONB type for arrow, which is used by doris spark/flink connector. ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #16867: [Fix](Schema Change) fix schema change fail with memory alloc error when sorting

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16867: URL: https://github.com/apache/doris/pull/16867#issuecomment-1434201870 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 #16867: [Fix](Schema Change) fix schema change fail with memory alloc error when sorting

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

[doris] branch master updated: [fix](cooldown)Fix bug for single cooldown compaction, add remote meta (#16812)

2023-02-16 Thread pengxiangyu
This is an automated email from the ASF dual-hosted git repository. pengxiangyu 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 6a1e3d3435 [fix](cooldown)Fix bug for single

<    1   2   3   4   >