[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-1434263245 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 #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-1434263183 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] JNSimba commented on pull request #16869: [Improvement](jsonb) add suport for JSONB type for arrow

2023-02-16 Thread via GitHub
JNSimba commented on PR #16869: URL: https://github.com/apache/doris/pull/16869#issuecomment-1434259676 #16872 -- 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] JNSimba opened a new issue, #16872: [Enhancement] Spark/Flink Connector Read JSONB type

2023-02-16 Thread via GitHub
JNSimba opened a new issue, #16872: URL: https://github.com/apache/doris/issues/16872 ### 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 Currently, when Spar

[GitHub] [doris] github-actions[bot] commented on pull request #16869: [Improvement](jsonb) add suport for JSONB type for arrow

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16869: URL: https://github.com/apache/doris/pull/16869#issuecomment-1434257795 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 a diff in pull request #16855: [Fix](multi catalog)(nereids)Enable runtime filter for external table.

2023-02-16 Thread via GitHub
morrySnow commented on code in PR #16855: URL: https://github.com/apache/doris/pull/16855#discussion_r1109402276 ## fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterGenerator.java: ## @@ -143,6 +144,14 @@ public PhysicalOlapScan visitPhysicalOlapSca

[GitHub] [doris] YangShaw opened a new pull request, #16871: [fix](Nereids) fix signatures of some window functions

2023-02-16 Thread via GitHub
YangShaw opened a new pull request, #16871: URL: https://github.com/apache/doris/pull/16871 # Proposed changes Issue Number: close #xxx ## Problem summary change signatures of lead(), lag(), first_value(), last_value() to be equal with legacy optimizer; these four fun

[GitHub] [doris] wuyingfeng1998 commented on issue #16849: [Bug] 1.2.2 本地文件导入BE崩溃

2023-02-16 Thread via GitHub
wuyingfeng1998 commented on issue #16849: URL: https://github.com/apache/doris/issues/16849#issuecomment-1434250505 将be节点和fe不再混合部署后,不会崩溃了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [doris] YangShaw closed pull request #16870: [fix][nereids] Fix signatures of some window functions

2023-02-16 Thread via GitHub
YangShaw closed pull request #16870: [fix][nereids] Fix signatures of some window functions URL: https://github.com/apache/doris/pull/16870 -- 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 specif

[GitHub] [doris] YangShaw opened a new pull request, #16870: [fix][nereids] Fix signatures of some window functions

2023-02-16 Thread via GitHub
YangShaw opened a new pull request, #16870: URL: https://github.com/apache/doris/pull/16870 # Proposed changes ## Problem summary change signatures of lead(), lag(), first_value(), last_value() to be equal with legacy optimizer; these four functions only support Type.trivialType

[doris-flink-connector] branch master updated: fix stream load exit unnormally as concurrency issue (#102)

2023-02-16 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new bfe0cae fix stream load exit unnor

[GitHub] [doris-flink-connector] JNSimba merged pull request #102: [Fix](flink-connector)fix stream load exit unnormally as concurrency issue

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

[GitHub] [doris-flink-connector] JNSimba closed issue #100: [Bug] (concurrency) Thread safety problem of loading data to Doris

2023-02-16 Thread via GitHub
JNSimba closed issue #100: [Bug] (concurrency) Thread safety problem of loading data to Doris URL: https://github.com/apache/doris-flink-connector/issues/100 -- 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] 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-1434239287 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] yixiutt 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
yixiutt commented on PR #16607: URL: https://github.com/apache/doris/pull/16607#issuecomment-1434237570 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[doris] branch branch-1.1-lts updated: [Fix](Schema Change) fix schema change fail with memory alloc error when sorting #16867

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

[GitHub] [doris] yiguolei merged pull request #16867: [Fix](Schema Change) fix schema change fail with memory alloc error when sorting

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

[GitHub] [doris] zhannngchen 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
zhannngchen commented on code in PR #16832: URL: https://github.com/apache/doris/pull/16832#discussion_r1109384263 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -389,6 +388,22 @@ std::string SegmentWriter::_full_encode_keys( return encoded_keys; } +void Segm

[GitHub] [doris] zhengshengjun commented on a diff in 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
zhengshengjun commented on code in PR #16607: URL: https://github.com/apache/doris/pull/16607#discussion_r1109382114 ## be/src/common/config.h: ## @@ -270,6 +270,10 @@ CONF_Bool(enable_low_cardinality_optimize, "true"); CONF_mBool(enable_compaction_checksum, "false"); // wheth

[GitHub] [doris] github-actions[bot] commented on pull request #16869: [Improvement](jsonb) add suport for JSONB type for arrow

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #16869: URL: https://github.com/apache/doris/pull/16869#issuecomment-1434204195 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] pengxiangyu closed issue #16811: [Bug] Fix bug for single cooldown compaction, add remote meta

2023-02-16 Thread via GitHub
pengxiangyu closed issue #16811: [Bug] Fix bug for single cooldown compaction, add remote meta URL: https://github.com/apache/doris/issues/16811 -- 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 s

[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

[GitHub] [doris] pengxiangyu merged pull request #16812: [fix](cooldown)Fix bug for single cooldown compaction, add remote meta

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

[GitHub] [doris] github-actions[bot] commented on pull request #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

[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] 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 #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] 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 #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 #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] 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] 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] 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

[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] 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: [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 #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

[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] 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 #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] 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 #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] 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-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] 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] 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] 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-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] 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] 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] 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] 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 #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] 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 #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] 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] 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] 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] 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] 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] 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 #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] 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

[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] 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

[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 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] 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] 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

[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] 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

[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] 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 #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-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 #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] 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 #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] 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] 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 #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] 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] 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-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] 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 #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 #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] 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 #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] 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] 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] 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] 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] 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] 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 ###

[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] 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] 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>

[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] 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

  1   2   3   4   >