[doris] branch master updated: [regression](test) script for teamcity to check if pr need run build (#16937)

2023-02-28 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 b8d8cf1ac9 [regression](test) script for teamci

[GitHub] [doris] yiguolei merged pull request #16937: [regression](test) script for teamcity to check if pr need run build

2023-02-28 Thread via GitHub
yiguolei merged PR #16937: URL: https://github.com/apache/doris/pull/16937 -- 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] mrfengtiger opened a new issue, #17285: [Bug] Binglog同步Canal任务未处理关键字

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

[GitHub] [doris] Yukang-Lian commented on issue #17176: [Good first issue] Doris' Future

2023-02-28 Thread via GitHub
Yukang-Lian commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1449508979 > Task 22, "Add Sqlancer to Doris", please assign to me. This task may take a little time, but please don't worry about it. Done, look forward to your contribution. Have fu

[GitHub] [doris] ChaseHuangxu commented on issue #17176: [Good first issue] Doris' Future

2023-02-28 Thread via GitHub
ChaseHuangxu commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1449502114 Task 22, "Add Sqlancer to Doris", please assign to me. This task may take a little time, but please don't worry about it. -- This is an automated message from the Apache Git S

[doris] branch master updated: [refactor](struct-type) refactor and clean unused code for struct type (#17257)

2023-02-28 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 48ef61780d [refactor](struct-type) refactor and c

[GitHub] [doris] xy720 merged pull request #17257: [refactor](struct-type) refactor and clean unused code for struct type

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

[doris] branch master updated: [feature](struct-type) support csv format stream load for struct type (#17143)

2023-02-28 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 0732eb54bc [feature](struct-type) support csv for

[GitHub] [doris] xy720 merged pull request #17143: [feature](struct-type) support csv format stream load for struct type

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

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

2023-02-28 Thread via GitHub
yangzhg commented on code in PR #17034: URL: https://github.com/apache/doris/pull/17034#discussion_r1121285160 ## conf/be.conf: ## @@ -29,6 +29,13 @@ webserver_port = 8040 heartbeat_service_port = 9050 brpc_port = 8060 +# HTTPS configures +enable_https = true +# path of cert

[GitHub] [doris] zhengshiJ commented on pull request #16616: [Feature](nereids) Support Mark join

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

[GitHub] [doris] englefly opened a new pull request, #17284: [fix](nereids) fix bugs in nereids window function

2023-02-28 Thread via GitHub
englefly opened a new pull request, #17284: URL: https://github.com/apache/doris/pull/17284 # Proposed changes support tpcds related window function in nereids Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ]

[GitHub] [doris] yuxuan-luo opened a new pull request, #17283: [fix](routine load) fix ROUTINE LOAD bug,kafka commit a lack of one(#17282)

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

[GitHub] [doris] platoneko commented on a diff in pull request #17252: [fix](cooldown) Fix deadlock in tablet clone

2023-02-28 Thread via GitHub
platoneko commented on code in PR #17252: URL: https://github.com/apache/doris/pull/17252#discussion_r1121271787 ## be/src/olap/tablet.cpp: ## @@ -1642,7 +1642,7 @@ void Tablet::_init_context_common_fields(RowsetWriterContext& context) { } Status Tablet::create_rowset(const

[GitHub] [doris] JoverZhang commented on pull request #17234: [doc](typo) external-table-load.md

2023-02-28 Thread via GitHub
JoverZhang commented on PR #17234: URL: https://github.com/apache/doris/pull/17234#issuecomment-1449485147 > docs/zh-CN/docs/data-operate/import/import-scenes/external-table-load.md > > have the same problem. Please modify it by the way. OK, I changed it by the way. -- This i

[GitHub] [doris] yuxuan-luo opened a new issue, #17282: [Bug] 在使用 ROUTINE LOAD 导入时,commit kafka 时会少一位 offset

2023-02-28 Thread via GitHub
yuxuan-luo opened a new issue, #17282: URL: https://github.com/apache/doris/issues/17282 ### 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 ### What's

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

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

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

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

[GitHub] [doris] zddr opened a new pull request, #17281: [enhancement](k8s)K8s yml demo

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

[GitHub] [doris] gojumprope opened a new issue, #17280: [Bug] External table Error: Function date_trunc is not implemented when filter time

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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17246: [feature](cooldown)add ut for cooldown on be

2023-02-28 Thread via GitHub
github-actions[bot] commented on code in PR #17246: URL: https://github.com/apache/doris/pull/17246#discussion_r1121247527 ## be/test/olap/tablet_cooldown_test.cpp: ## @@ -41,20 +42,17 @@ static const std::string kTestDir = "./ut_dir/tablet_cooldown_test"; static constexpr int

[GitHub] [doris] cambyzju commented on a diff in pull request #17252: [fix](cooldown) Fix deadlock in tablet clone

2023-02-28 Thread via GitHub
cambyzju commented on code in PR #17252: URL: https://github.com/apache/doris/pull/17252#discussion_r1121232780 ## be/src/olap/tablet.cpp: ## @@ -1642,7 +1642,7 @@ void Tablet::_init_context_common_fields(RowsetWriterContext& context) { } Status Tablet::create_rowset(const

[GitHub] [doris] github-actions[bot] commented on pull request #17261: [Enhencement](File Reader) delete old file_reader

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17261: URL: https://github.com/apache/doris/pull/17261#issuecomment-1449442950 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] weizhengte commented on pull request #17264: [enhancement](histogram) optimize the histogram bucketing strategy, etc

2023-02-28 Thread via GitHub
weizhengte commented on PR #17264: URL: https://github.com/apache/doris/pull/17264#issuecomment-1449438566 @morrySnow @Kikyou1997 review plz. -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1449437145 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 #17257: [refactor](struct-type) refactor and clean unused code for struct type

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17257: URL: https://github.com/apache/doris/pull/17257#issuecomment-1449436630 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 #17257: [refactor](struct-type) refactor and clean unused code for struct type

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17257: URL: https://github.com/apache/doris/pull/17257#issuecomment-1449436585 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] qidaye commented on a diff in pull request #17276: [fix](inverted index) fix BE coredump because of not ignore case ensitivity for column name when create index

2023-02-28 Thread via GitHub
qidaye commented on code in PR #17276: URL: https://github.com/apache/doris/pull/17276#discussion_r1121213356 ## fe/fe-core/src/main/java/org/apache/doris/analysis/IndexDef.java: ## @@ -34,6 +35,7 @@ public class IndexDef { private String indexName; private boolean ifN

[GitHub] [doris] ucasfl commented on pull request #17218: [enhancement]optimize some bitmap function logic

2023-02-28 Thread via GitHub
ucasfl commented on PR #17218: URL: https://github.com/apache/doris/pull/17218#issuecomment-1449431117 > Please describe your change done. -- 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 t

[GitHub] [doris] hello-stephen commented on pull request #17275: [fix](Nereids): fix master problem

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

[GitHub] [doris] SaintBacchus commented on a diff in pull request #17233: [Feature-wip](MySQL Load)Support cancel query for mysql load

2023-02-28 Thread via GitHub
SaintBacchus commented on code in PR #17233: URL: https://github.com/apache/doris/pull/17233#discussion_r1121210550 ## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ## @@ -1007,6 +1008,11 @@ public void cancel() { if (coordRef != null) { c

[GitHub] [doris] SaintBacchus commented on a diff in pull request #17244: [fix](hdfs)(catalog) fix BE crash when hdfs-site.xml not exist in be/conf and fix compute node logic

2023-02-28 Thread via GitHub
SaintBacchus commented on code in PR #17244: URL: https://github.com/apache/doris/pull/17244#discussion_r1121208642 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -1828,12 +1828,20 @@ public class Config extends ConfigBase { public static boolean k

[GitHub] [doris] SaintBacchus commented on pull request #17249: [Fix](Stmt)Move reset insert timeout in handleInsert

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

[GitHub] [doris] SaintBacchus commented on pull request #17249: [Fix](Stmt)Move reset insert timeout in handleInsert

2023-02-28 Thread via GitHub
SaintBacchus commented on PR #17249: URL: https://github.com/apache/doris/pull/17249#issuecomment-1449416868 @TangSiyang2001 thanks for suggestions. I had modified it. And I place the `Math.max` in the function `setExecTimeout`, how do you think about these? ``` public void

[GitHub] [doris] zhangstar333 commented on pull request #17240: [vectorized](bug) fix some open enable_fold_constant_by_be failed cases

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

[GitHub] [doris] yinzhijian commented on pull request #17278: Revert "[enhancement](k8s) Support fqdn mode for fe

2023-02-28 Thread via GitHub
yinzhijian commented on PR #17278: URL: https://github.com/apache/doris/pull/17278#issuecomment-1449410994 run feut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

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

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

[GitHub] [doris] yinzhijian commented on pull request #17278: Revert "[enhancement](k8s) Support fqdn mode for fe

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

[GitHub] [doris] morningman commented on pull request #17278: Revert "[enhancement](k8s) Support fqdn mode for fe

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

[GitHub] [doris] yinzhijian opened a new pull request, #17278: Revert "[enhancement](k8s) Support fqdn mode for fe

2023-02-28 Thread via GitHub
yinzhijian opened a new pull request, #17278: URL: https://github.com/apache/doris/pull/17278 This reverts #16315 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect th

[GitHub] [doris] jackwener commented on pull request #17275: [fix](Nereids): fix master problem

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

[GitHub] [doris] Yukang-Lian commented on issue #17176: [Good first issue] Doris' Future

2023-02-28 Thread via GitHub
Yukang-Lian commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1449390540 > > > > > I am new to the open community and have some knowledge of Java and C++. Can I select a task? > > > > > > > > > > > > Of course you can! Welcome to doris commu

[GitHub] [doris] Gabriel39 commented on pull request #17270: [minor](jvm) add more error logs for JNI

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

[doris] branch master updated: [Bug](Materialized-View) forbiden mv rewrite on create view and remove duplicate method getIsM… (#17194)

2023-02-28 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 62440f3140 [Bug](Materialized-View) forbiden

[GitHub] [doris] BiteTheDDDDt merged pull request #17194: [Bug](Materialized-View) forbiden mv rewrite on create view and remove duplicate method getIsM…

2023-02-28 Thread via GitHub
BiteThet merged PR #17194: URL: https://github.com/apache/doris/pull/17194 -- 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-website] branch master updated: (docs)Add Duyansoft blog (ZH) (#204)

2023-02-28 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new b40a14a3b3f (docs)Add Duyansoft blog (

[GitHub] [doris-website] luzhijing merged pull request #204: (docs)Add Duyansoft blog (ZH)

2023-02-28 Thread via GitHub
luzhijing merged PR #204: URL: https://github.com/apache/doris-website/pull/204 -- 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...@dori

[GitHub] [doris] github-actions[bot] commented on pull request #17224: [Enhancement](tvf) support trim_double_quotes and skip_lines for S3 and HDFS table valued function

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17224: URL: https://github.com/apache/doris/pull/17224#issuecomment-1449380665 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 #17224: [Enhancement](tvf) support trim_double_quotes and skip_lines for S3 and HDFS table valued function

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

[GitHub] [doris] morningman commented on pull request #17224: [Enhancement](tvf) support trim_double_quotes and skip_lines for S3 and HDFS table valued function

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

[GitHub] [doris] github-actions[bot] commented on pull request #17276: [fix](inverted index) fix BE coredump because of not ignore case ensitivity for column name when create index

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17276: URL: https://github.com/apache/doris/pull/17276#issuecomment-1449379138 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 #17276: [fix](inverted index) fix BE coredump because of not ignore case ensitivity for column name when create index

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17276: URL: https://github.com/apache/doris/pull/17276#issuecomment-1449378137 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] luzhijing commented on pull request #17113: [improvement](doc) Supplementary Bulk Deletion Notes

2023-02-28 Thread via GitHub
luzhijing commented on PR #17113: URL: https://github.com/apache/doris/pull/17113#issuecomment-1449378116 > > run buildall > > Means just wait for end of the check list run, it will close automatically? I checked other closed PR, it seems that no more command can exec

[doris] branch master updated: [improvement](doc) Supplementary Bulk Deletion Notes (#17113)

2023-02-28 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 ff8902370c [improvement](doc) Supplementary Bu

[GitHub] [doris] luzhijing merged pull request #17113: [improvement](doc) Supplementary Bulk Deletion Notes

2023-02-28 Thread via GitHub
luzhijing merged PR #17113: URL: https://github.com/apache/doris/pull/17113 -- 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] luzhijing commented on pull request #17113: [improvement](doc) Supplementary Bulk Deletion Notes

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

[GitHub] [doris] sangetang opened a new issue, #17277: [Bug] Broker load wrong decimal value

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

[GitHub] [doris] Tanya-W opened a new pull request, #17276: [fix](inverted index) fix BE coredump because of not ignore case ensitivity for column name when create index

2023-02-28 Thread via GitHub
Tanya-W opened a new pull request, #17276: URL: https://github.com/apache/doris/pull/17276 # Proposed changes Issue Number: close #xxx ## Problem summary fix BE coredump because of not ignore case ensitivity for column name when create index. ## Checklist(

[GitHub] [doris] jackwener commented on pull request #17275: [fix](Nereids): fix master problem

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

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

2023-02-28 Thread via GitHub
Gabriel39 commented on PR #16315: URL: https://github.com/apache/doris/pull/16315#issuecomment-1449366948 This PR incurs a compatible problem. I got the message after this PR: ![555a1abc-cd39-43f0-9366-cc2efe866230](https://user-images.githubusercontent.com/37700562/222051872-6ecbe771-570

[GitHub] [doris] jackwener opened a new pull request, #17275: [fix](Nereids): fix master problem

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

[GitHub] [doris] zhengshiJ commented on pull request #16616: [Feature](nereids) Support Mark join

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

[GitHub] [doris] zddr commented on pull request #17236: [Enhance](auth)Users support multiple roles

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

[GitHub] [doris] github-actions[bot] commented on pull request #17190: [fix](delete) fix 'is null' or 'is not null' delete predicate will get wrong result

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17190: URL: https://github.com/apache/doris/pull/17190#issuecomment-1449338158 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 #17190: [fix](delete) fix 'is null' or 'is not null' delete predicate will get wrong result

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17190: URL: https://github.com/apache/doris/pull/17190#issuecomment-1449338231 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] TangSiyang2001 commented on pull request #17249: [Fix](Stmt)Move reset insert timeout in handleInsert

2023-02-28 Thread via GitHub
TangSiyang2001 commented on PR #17249: URL: https://github.com/apache/doris/pull/17249#issuecomment-1449333553 Hi @SaintBacchus , just for disscussion, how about replace the ConnectContext#resetExecTimeout by ``` java public void setExecTimeout(int timeout) { executionTimeoutS =

[GitHub] [doris] platoneko commented on pull request #17252: [fix](cooldown) Fix deadlock in tablet clone

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

[GitHub] [doris] hello-stephen commented on pull request #17271: [bugfix](merger) traverse rs_meta in lock

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

[doris] branch master updated: [Bug](bloomfilter) Fix wrong result using bloomfilter with date type (#17225)

2023-02-28 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 b8ebcdff78 [Bug](bloomfilter) Fix wrong resul

[GitHub] [doris] Gabriel39 merged pull request #17225: [Bug](bloomfilter) Fix wrong result using bloomfilter with date type

2023-02-28 Thread via GitHub
Gabriel39 merged PR #17225: URL: https://github.com/apache/doris/pull/17225 -- 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 (cbdf1af2d5 -> 979cf42d7a)

2023-02-28 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 cbdf1af2d5 [feature](Nereids): pushdown Alias through Join. (#17150) add 979cf42d7a [Bug](decimalv3) Use corre

[GitHub] [doris] Gabriel39 closed issue #15307: [Bug] Use correct decimal scale for function `round`

2023-02-28 Thread via GitHub
Gabriel39 closed issue #15307: [Bug] Use correct decimal scale for function `round` URL: https://github.com/apache/doris/issues/15307 -- 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 com

[GitHub] [doris] Gabriel39 merged pull request #17232: [Bug](decimalv3) Use correct decimal scale for function round

2023-02-28 Thread via GitHub
Gabriel39 merged PR #17232: URL: https://github.com/apache/doris/pull/17232 -- 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] github-actions[bot] commented on pull request #17131: [Fix](planner)fix cast error when query a view with cast to string-like type.

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17131: URL: https://github.com/apache/doris/pull/17131#issuecomment-1449314109 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] WuWQ98 commented on issue #17176: [Good first issue] Doris' Future

2023-02-28 Thread via GitHub
WuWQ98 commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1449311102 > > > > I am new to the open community and have some knowledge of Java and C++. Can I select a task? > > > > > > > > > Of course you can! Welcome to doris community > >

[GitHub] [doris] Kikyou1997 commented on pull request #17274: [fix](nereids) Fix plan error for window function:first_value

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

[GitHub] [doris] Kikyou1997 opened a new pull request, #17274: [fix](nereids) Fix plan error for window function:first_value

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

[GitHub] [doris] freemandealer commented on issue #17176: [Good first issue] Doris' Future

2023-02-28 Thread via GitHub
freemandealer commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1449291257 Hi everyone, this is a gentle reminder: before getting your hand dirty, do check the issue page to see if it is assigned to someone already. If there is no assignee, reply 'ple

[GitHub] [doris] ZhangYu0123 commented on pull request #17260: [enhencement](csv_reader) support quotes content include delimiter and escape character

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

[GitHub] [doris] freemandealer commented on issue #17176: [Good first issue] Doris' Future

2023-02-28 Thread via GitHub
freemandealer commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1449288814 > Okay I can go with #24 then @FabianCarrasco Sorry, this task is assigned to another contributor. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [doris] weizhengte commented on pull request #17264: [enhancement](histogram) optimize the histogram bucketing strategy, etc

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

[GitHub] [doris] github-actions[bot] commented on pull request #17194: [Bug](Materialized-View) forbiden mv rewrite on create view and remove duplicate method getIsM…

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17194: URL: https://github.com/apache/doris/pull/17194#issuecomment-1449288569 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 #17194: [Bug](Materialized-View) forbiden mv rewrite on create view and remove duplicate method getIsM…

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17194: URL: https://github.com/apache/doris/pull/17194#issuecomment-1449288595 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 #17265: [fix](fe)should call Expr's unwrapSlotRef instead of getSrcSlotRef to prevent null pointer

2023-02-28 Thread via GitHub
hello-stephen commented on PR #17265: URL: https://github.com/apache/doris/pull/17265#issuecomment-1449288401 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.48 seconds stream load tsv: 470 seconds loaded 74807831229 Bytes, about 151 MB/s

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

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

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

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

[GitHub] [doris] LizZhang315 opened a new issue, #17273: [Bug] [daily] load decimal data error

2023-02-28 Thread via GitHub
LizZhang315 opened a new issue, #17273: URL: https://github.com/apache/doris/issues/17273 ### 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-91

[doris] branch master updated: [feature](Nereids): pushdown Alias through Join. (#17150)

2023-02-28 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 cbdf1af2d5 [feature](Nereids): pushdown Alias th

[GitHub] [doris] jackwener merged pull request #17150: [feature](Nereids): pushdown Alias through Join.

2023-02-28 Thread via GitHub
jackwener merged PR #17150: URL: https://github.com/apache/doris/pull/17150 -- 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] HappenLee commented on a diff in pull request #17228: [Enchancement](function) nullable inline refactor of min_max_by/bitmap && add register_functio…

2023-02-28 Thread via GitHub
HappenLee commented on code in PR #17228: URL: https://github.com/apache/doris/pull/17228#discussion_r1121093679 ## be/src/vec/aggregate_functions/aggregate_function_bitmap.cpp: ## @@ -18,50 +18,45 @@ #include "vec/aggregate_functions/aggregate_function_bitmap.h" #include "v

[GitHub] [doris] ZhangYu0123 commented on pull request #17260: [enhencement](csv_reader) support quotes content include delimiter and escape character

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

[GitHub] [doris] platoneko commented on pull request #17252: [fix](cooldown) Fix deadlock in tablet clone

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

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

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

[GitHub] [doris] hello-stephen commented on pull request #17259: [fix](Nereids) fold constant on BE could not process alias

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

[GitHub] [doris] github-actions[bot] commented on pull request #17232: [Bug](decimalv3) Use correct decimal scale for function round

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17232: URL: https://github.com/apache/doris/pull/17232#issuecomment-1449272229 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 #17232: [Bug](decimalv3) Use correct decimal scale for function round

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17232: URL: https://github.com/apache/doris/pull/17232#issuecomment-1449272199 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 #17271: [bugfix](merger) traverse rs_meta in lock

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17271: URL: https://github.com/apache/doris/pull/17271#issuecomment-1449271142 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 #17271: [bugfix](merger) traverse rs_meta in lock

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17271: URL: https://github.com/apache/doris/pull/17271#issuecomment-1449271108 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 #17225: [Bug](bloomfilter) Fix wrong result using bloomfilter with date type

2023-02-28 Thread via GitHub
github-actions[bot] commented on PR #17225: URL: https://github.com/apache/doris/pull/17225#issuecomment-1449270576 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 #17225: [Bug](bloomfilter) Fix wrong result using bloomfilter with date type

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

  1   2   3   4   5   >