[GitHub] [doris] hello-stephen commented on pull request #13374: [Improvement](bf) acclocate memory in open phase

2022-10-16 Thread GitBox
hello-stephen commented on PR #13374: URL: https://github.com/apache/doris/pull/13374#issuecomment-1279914442 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221016154856_clickbench_pr_29873.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] Gabriel39 merged pull request #13314: [Improvement](like) Change `like` function to batch call

2022-10-16 Thread GitBox
Gabriel39 merged PR #13314: URL: https://github.com/apache/doris/pull/13314 -- 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: [Improvement](like) Change `like` function to batch call (#13314)

2022-10-16 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 1d5ba9cbcc [Improvement](like) Change `like`

[GitHub] [doris] nextdreamblue commented on a diff in pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-16 Thread GitBox
nextdreamblue commented on code in PR #13067: URL: https://github.com/apache/doris/pull/13067#discussion_r996407844 ## fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java: ## @@ -76,46 +81,56 @@ public synchronized boolean recycleDatabase(Database db, Set t

[GitHub] [doris] nextdreamblue commented on a diff in pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-16 Thread GitBox
nextdreamblue commented on code in PR #13067: URL: https://github.com/apache/doris/pull/13067#discussion_r996407945 ## fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java: ## @@ -76,46 +81,56 @@ public synchronized boolean recycleDatabase(Database db, Set t

[GitHub] [doris] hello-stephen commented on pull request #13195: [enhancement](macOS M1) Support building from source on macOS (M1)

2022-10-16 Thread GitBox
hello-stephen commented on PR #13195: URL: https://github.com/apache/doris/pull/13195#issuecomment-1279920933 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221016162941_clickbench_pr_29883.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] nextdreamblue commented on a diff in pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-16 Thread GitBox
nextdreamblue commented on code in PR #13067: URL: https://github.com/apache/doris/pull/13067#discussion_r996412646 ## fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java: ## @@ -395,9 +463,27 @@ public synchronized void replayRecoverTable(Database db, long

[GitHub] [doris] github-actions[bot] commented on pull request #13339: [Opt](vec) opt runtime filter for TPCH Q22

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13339: URL: https://github.com/apache/doris/pull/13339#issuecomment-1279936059 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] hello-stephen commented on pull request #13374: [Improvement](bf) acclocate memory in open phase

2022-10-16 Thread GitBox
hello-stephen commented on PR #13374: URL: https://github.com/apache/doris/pull/13374#issuecomment-1279951713 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221016193733_clickbench_pr_29908.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] github-actions[bot] commented on pull request #13391: [typo](docs) Fixed thrift_client_timeout_ms's incorrect description

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13391: URL: https://github.com/apache/doris/pull/13391#issuecomment-1279957961 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 #13391: [typo](docs) Fixed thrift_client_timeout_ms's incorrect description

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

[GitHub] [doris] xinyiZzz opened a new pull request, #13398: [fix](memory) Fix `USE_JEMALLOC=true` UBSAN compilation error

2022-10-16 Thread GitBox
xinyiZzz opened a new pull request, #13398: URL: https://github.com/apache/doris/pull/13398 # Proposed changes Issue Number: close #xxx ## Problem summary ``` ld.lld: error: duplicate symbol: valloc >>> defined at jemalloc_hook.cpp:91 (/mnt/disk1/liyifan/doris/core

[GitHub] [doris] hello-stephen commented on pull request #13374: [Improvement](bf) acclocate memory in open phase

2022-10-16 Thread GitBox
hello-stephen commented on PR #13374: URL: https://github.com/apache/doris/pull/13374#issuecomment-1279972794 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221016214222_clickbench_pr_29931.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] nextdreamblue commented on a diff in pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-16 Thread GitBox
nextdreamblue commented on code in PR #13067: URL: https://github.com/apache/doris/pull/13067#discussion_r996446634 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -2743,17 +2745,17 @@ drop_stmt ::= // Recover statement recover_stmt ::= -KW_RECOVER KW_DATABASE ident:dbN

[GitHub] [doris] nextdreamblue commented on a diff in pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-16 Thread GitBox
nextdreamblue commented on code in PR #13067: URL: https://github.com/apache/doris/pull/13067#discussion_r996450318 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -2743,17 +2745,17 @@ drop_stmt ::= // Recover statement recover_stmt ::= -KW_RECOVER KW_DATABASE ident:dbN

[GitHub] [doris] nextdreamblue commented on a diff in pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-16 Thread GitBox
nextdreamblue commented on code in PR #13067: URL: https://github.com/apache/doris/pull/13067#discussion_r996450318 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -2743,17 +2745,17 @@ drop_stmt ::= // Recover statement recover_stmt ::= -KW_RECOVER KW_DATABASE ident:dbN

[GitHub] [doris] weizhengte opened a new pull request, #13399: [feature-wip](statistics) Collect statistics by sampling sql-tasks

2022-10-16 Thread GitBox
weizhengte opened a new pull request, #13399: URL: https://github.com/apache/doris/pull/13399 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] weizhengte commented on pull request #13399: [feature-wip](statistics) Collect statistics by sampling sql-tasks

2022-10-16 Thread GitBox
weizhengte commented on PR #13399: URL: https://github.com/apache/doris/pull/13399#issuecomment-1279986684 @morrySnow 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 specific comme

[GitHub] [doris] lsy3993 closed pull request #13142: [function](date function) add new date function 'last_day'

2022-10-16 Thread GitBox
lsy3993 closed pull request #13142: [function](date function) add new date function 'last_day' URL: https://github.com/apache/doris/pull/13142 -- 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 spe

[GitHub] [doris] morningman commented on a diff in pull request #13231: [feature-wip](CN Node)Support compute node type

2022-10-16 Thread GitBox
morningman commented on code in PR #13231: URL: https://github.com/apache/doris/pull/13231#discussion_r996457552 ## be/src/common/config.h: ## @@ -872,6 +872,8 @@ CONF_mBool(enable_new_load_scan_node, "false"); // Temp config. True to use new file scanner. Will remove after ful

[GitHub] [doris] morningman commented on pull request #13398: [fix](memory) Fix `USE_JEMALLOC=true` UBSAN compilation error

2022-10-16 Thread GitBox
morningman commented on PR #13398: URL: https://github.com/apache/doris/pull/13398#issuecomment-1279996920 Maybe we can add a new checks for UBSAN compilation? just like `BE UT (Clang) / BE UT (Clang)`? -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [doris] lsy3993 opened a new pull request, #13400: [function](date function)add new date function 'last_day'

2022-10-16 Thread GitBox
lsy3993 opened a new pull request, #13400: URL: https://github.com/apache/doris/pull/13400 # Proposed changes Issue Number: close #13139 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] morningman merged pull request #13388: [chore](build release) remove doris home and user info from doris_be --version output (#13344)

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

[doris] branch branch-1.1-lts updated: [chore](build release) remove doris home and user info from doris_be --version output (#13344) (#13388)

2022-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 2a54681fc7 [chore](build rele

[GitHub] [doris] github-actions[bot] commented on pull request #13394: [fix](jsonreader) teach jsonreader to release memory (#13336)

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13394: URL: https://github.com/apache/doris/pull/13394#issuecomment-1279997157 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 #13394: [fix](jsonreader) teach jsonreader to release memory (#13336)

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

[GitHub] [doris] morningman merged pull request #13394: [fix](jsonreader) teach jsonreader to release memory (#13336)

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

[doris] branch branch-1.1-lts updated: [fix](jsonreader) teach jsonreader to release memory (#13336) (#13394)

2022-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 abceed6f5d [fix](jsonreader)

[GitHub] [doris] morningman commented on pull request #13377: [Test](cache)Add remote cache ut

2022-10-16 Thread GitBox
morningman commented on PR #13377: URL: https://github.com/apache/doris/pull/13377#issuecomment-1279997445 > > https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015010249_clickbench_pr_29479.html > > @hello-stephen What's the meaning of this? This is

[doris] branch master updated (1d5ba9cbcc -> a83eaddfcf)

2022-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1d5ba9cbcc [Improvement](like) Change `like` function to batch call (#13314) add a83eaddfcf [test](cache)Add

[GitHub] [doris] morningman merged pull request #13377: [Test](cache)Add remote cache ut

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

[GitHub] [doris] morningman merged pull request #13365: [fix](array-type) check value valid while insert data into array column

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

[doris] branch master updated (a83eaddfcf -> 162e60eb19)

2022-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a83eaddfcf [test](cache)Add remote cache ut (#13377) add 162e60eb19 [fix](array-type) check value valid while

[GitHub] [doris] morningman commented on a diff in pull request #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-16 Thread GitBox
morningman commented on code in PR #13345: URL: https://github.com/apache/doris/pull/13345#discussion_r996460366 ## docs/en/docs/data-operate/import/import-way/load-json-format.md: ## @@ -507,6 +507,48 @@ Import result: 105 {"order1":["guangzhou"]} 7 +6. Import Array by

[GitHub] [doris] morningman commented on a diff in pull request #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-16 Thread GitBox
morningman commented on code in PR #13345: URL: https://github.com/apache/doris/pull/13345#discussion_r996460405 ## docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md: ## @@ -510,6 +510,47 @@ curl --location-trusted -u user:passwd -H "format: json" -H "jsonpaths

[doris] branch master updated (162e60eb19 -> e84d9a6c87)

2022-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 162e60eb19 [fix](array-type) check value valid while insert data into array column (#13365) add e84d9a6c87 [f

[GitHub] [doris] morningman merged pull request #13324: [Bug](array-type) Fix cast null to array make be core

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

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-16 Thread GitBox
carlvinhust2012 commented on code in PR #13345: URL: https://github.com/apache/doris/pull/13345#discussion_r996462463 ## docs/en/docs/data-operate/import/import-way/load-json-format.md: ## @@ -507,6 +507,48 @@ Import result: 105 {"order1":["guangzhou"]} 7 +6. Import Arr

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-16 Thread GitBox
carlvinhust2012 commented on code in PR #13345: URL: https://github.com/apache/doris/pull/13345#discussion_r996462489 ## docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md: ## @@ -510,6 +510,47 @@ curl --location-trusted -u user:passwd -H "format: json" -H "json

[GitHub] [doris] xinyiZzz opened a new pull request, #13401: [enhancement](memtracker) Fix query brpc server mem tracker

2022-10-16 Thread GitBox
xinyiZzz opened a new pull request, #13401: URL: https://github.com/apache/doris/pull/13401 # Proposed changes Issue Number: close #xxx ## Problem summary After the query ends, inaccurate query mem tracker in tpch : Q1, Q6, Q13 |tpch|old query mem tracker|fix query mem

[GitHub] [doris] stalary closed issue #13288: [Bug] CAST does not support HLL and BITMAP data types

2022-10-16 Thread GitBox
stalary closed issue #13288: [Bug] CAST does not support HLL and BITMAP data types URL: https://github.com/apache/doris/issues/13288 -- 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 comm

[GitHub] [doris] github-actions[bot] closed pull request #8438: [Feature] [vectorized]support vectorized compaction

2022-10-16 Thread GitBox
github-actions[bot] closed pull request #8438: [Feature] [vectorized]support vectorized compaction URL: https://github.com/apache/doris/pull/8438 -- 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] stalary commented on a diff in pull request #13400: [function](date function)add new date function 'last_day'

2022-10-16 Thread GitBox
stalary commented on code in PR #13400: URL: https://github.com/apache/doris/pull/13400#discussion_r996533238 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -569,6 +569,164 @@ class FunctionUnixTimestamp : public IFunction { } }; +template +class FunctionDateOrDa

[GitHub] [doris] yiguolei commented on pull request #13398: [fix](memory) Fix `USE_JEMALLOC=true` UBSAN compilation error

2022-10-16 Thread GitBox
yiguolei commented on PR #13398: URL: https://github.com/apache/doris/pull/13398#issuecomment-1280118561 > I think it isn't currently. Because ubsan complication error is not occurred very frequently. Since add new checks is not belong to this PR, I will merge it now. -- T

[GitHub] [doris] yiguolei merged pull request #13398: [fix](memory) Fix `USE_JEMALLOC=true` UBSAN compilation error

2022-10-16 Thread GitBox
yiguolei merged PR #13398: URL: https://github.com/apache/doris/pull/13398 -- 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: [fix](memory) Fix USE_JEMALLOC=true UBSAN compilation error #13398

2022-10-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 9454bcca12 [fix](memory) Fix USE_JEMALLOC=true

[GitHub] [doris] github-actions[bot] commented on pull request #13370: [improvement](config) let default value of alter and load timeout sui…

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13370: URL: https://github.com/apache/doris/pull/13370#issuecomment-1280118881 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 #13370: [improvement](config) let default value of alter and load timeout sui…

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13370: URL: https://github.com/apache/doris/pull/13370#issuecomment-1280118868 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 #13395: [fix](regression-test) fix that multiple cases conflict with the same table name

2022-10-16 Thread GitBox
yiguolei merged PR #13395: URL: https://github.com/apache/doris/pull/13395 -- 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: [fix](regression-test) fix that multiple cases conflict with the same table name (#13395)

2022-10-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 2da7fe940c [fix](regression-test) fix that mult

[GitHub] [doris] yiguolei merged pull request #13392: [thirdparty](zstd)update dist info and thirdparty change log

2022-10-16 Thread GitBox
yiguolei merged PR #13392: URL: https://github.com/apache/doris/pull/13392 -- 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: [thirdparty](zstd)update dist info and thirdparty change log (#13392)

2022-10-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 c1588b2900 [thirdparty](zstd)update dist info a

[GitHub] [doris] stalary commented on a diff in pull request #13363: [Improvement](multi-catalog)Support refresh external catalog.

2022-10-16 Thread GitBox
stalary commented on code in PR #13363: URL: https://github.com/apache/doris/pull/13363#discussion_r996543581 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -84,10 +83,21 @@ private void init() { return; } fo

[GitHub] [doris] mmuuuua closed issue #13204: Try to implement sequenceMatch function

2022-10-16 Thread GitBox
mma closed issue #13204: Try to implement sequenceMatch function URL: https://github.com/apache/doris/issues/13204 -- 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] qzsee opened a new pull request, #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-16 Thread GitBox
qzsee opened a new pull request, #13402: URL: https://github.com/apache/doris/pull/13402 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] zhanghengdashuaibi opened a new issue, #13403: [Feature] be很脆弱,动不动就宕机

2022-10-16 Thread GitBox
zhanghengdashuaibi opened a new issue, #13403: URL: https://github.com/apache/doris/issues/13403 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [doris-flink-connector] JNSimba merged pull request #72: [Feature] Support 'sink.parallelism' configuration

2022-10-16 Thread GitBox
JNSimba merged PR #72: URL: https://github.com/apache/doris-flink-connector/pull/72 -- 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-flink-connector] branch master updated: [Feature]Support 'sink.parallelism' configuration (#72)

2022-10-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 7bba8aa [Feature]Support 'sink.par

[GitHub] [doris] AshinGau opened a new pull request, #13404: [feature-wip](multi-catalog) use apache orc reader to read orc file

2022-10-16 Thread GitBox
AshinGau opened a new pull request, #13404: URL: https://github.com/apache/doris/pull/13404 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] lsy3993 commented on a diff in pull request #13400: [function](date function)add new date function 'last_day'

2022-10-16 Thread GitBox
lsy3993 commented on code in PR #13400: URL: https://github.com/apache/doris/pull/13400#discussion_r996558643 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -569,6 +569,164 @@ class FunctionUnixTimestamp : public IFunction { } }; +template +class FunctionDateOrDa

[GitHub] [doris] hello-stephen commented on pull request #13368: [enhancement](memtracker) Fix bthread local consume mem tracker

2022-10-16 Thread GitBox
hello-stephen commented on PR #13368: URL: https://github.com/apache/doris/pull/13368#issuecomment-1280186445 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221017102444_clickbench_pr_29995.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] luozenglin opened a new pull request, #13405: [fix](docs) fix error description of `LDAP_ADMIN_PASSWORD` in the document

2022-10-16 Thread GitBox
luozenglin opened a new pull request, #13405: URL: https://github.com/apache/doris/pull/13405 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] HappenLee merged pull request #13339: [Opt](vec) opt runtime filter for TPCH Q22

2022-10-16 Thread GitBox
HappenLee merged PR #13339: URL: https://github.com/apache/doris/pull/13339 -- 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 (c1588b2900 -> 6ea9a65bb6)

2022-10-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c1588b2900 [thirdparty](zstd)update dist info and thirdparty change log (#13392) add 6ea9a65bb6 [Opt](vec) opt

[GitHub] [doris] BePPPower commented on pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-10-16 Thread GitBox
BePPPower commented on PR #13086: URL: https://github.com/apache/doris/pull/13086#issuecomment-1280197057 > Disk usage capacity and percent should use int64 or float value, because we need calculate some metric on the numeric value. done -- This is an automated message from the Apa

[GitHub] [doris-website] hf200012 merged pull request #145: add 1.1.3 download links

2022-10-16 Thread GitBox
hf200012 merged PR #145: URL: https://github.com/apache/doris-website/pull/145 -- 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: add 1.1.3 download links (#145)

2022-10-16 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 7169b12a98e add 1.1.3 download link

[GitHub] [doris-website] hf200012 merged pull request #146: update homepage news

2022-10-16 Thread GitBox
hf200012 merged PR #146: URL: https://github.com/apache/doris-website/pull/146 -- 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: update homepage news (#146)

2022-10-16 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 77d9e7e7752 update homepage news (#

[GitHub] [doris] HappenLee merged pull request #13056: [Feature](Retention) support retention function

2022-10-16 Thread GitBox
HappenLee merged PR #13056: URL: https://github.com/apache/doris/pull/13056 -- 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 closed issue #12800: [Enhancement]Try to implement Retention function

2022-10-16 Thread GitBox
HappenLee closed issue #12800: [Enhancement]Try to implement Retention function URL: https://github.com/apache/doris/issues/12800 -- 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.

[doris] branch master updated (6ea9a65bb6 -> 045bccdbea)

2022-10-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 6ea9a65bb6 [Opt](vec) opt runtime filter for TPCH Q22 (#13339) add 045bccdbea [Feature](Retention) support rete

[GitHub] [doris] yixiutt commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-10-16 Thread GitBox
yixiutt commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r996566742 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -31,20 +33,31 @@ #include "olap/rowset/beta_rowset.h" #include "olap/rowset/rowset_factory.h" #include "olap/rowse

[GitHub] [doris] biohazard4321 opened a new pull request, #13406: Add support for parquet and orc file into spark load. issue(#13099)

2022-10-16 Thread GitBox
biohazard4321 opened a new pull request, #13406: URL: https://github.com/apache/doris/pull/13406 # Proposed changes Issue Number: #13099 ## Problem summary Add spark load format support for parquet and orc ## Checklist(Required) 1. Does it affect the origin

[GitHub] [doris] github-actions[bot] commented on pull request #13328: [fix](sort)the sort expr's nullability property may not be right

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13328: URL: https://github.com/apache/doris/pull/13328#issuecomment-1280229252 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 #13328: [fix](sort)the sort expr's nullability property may not be right

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13328: URL: https://github.com/apache/doris/pull/13328#issuecomment-1280229272 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-flink-connector] y0908105023 opened a new issue, #73: [Bug] Multiple doris sink writer error when disable 2pc

2022-10-16 Thread GitBox
y0908105023 opened a new issue, #73: URL: https://github.com/apache/doris-flink-connector/issues/73 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version

[GitHub] [doris] hello-stephen commented on pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-16 Thread GitBox
hello-stephen commented on PR #13402: URL: https://github.com/apache/doris/pull/13402#issuecomment-1280239656 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221017114508_clickbench_pr_30005.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] carlvinhust2012 opened a new pull request, #13407: [optimization](array-type) array_min/array_max function support the d…

2022-10-16 Thread GitBox
carlvinhust2012 opened a new pull request, #13407: URL: https://github.com/apache/doris/pull/13407 …ate/datetime type # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the or

[doris-website] branch master updated: release 1.1.3

2022-10-16 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 6e42c09a864 release 1.1.3 6e42c09a8

[GitHub] [doris] 924060929 commented on a diff in pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-16 Thread GitBox
924060929 commented on code in PR #13402: URL: https://github.com/apache/doris/pull/13402#discussion_r996586494 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOutJoin.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation (

[GitHub] [doris] 924060929 commented on a diff in pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-16 Thread GitBox
924060929 commented on code in PR #13402: URL: https://github.com/apache/doris/pull/13402#discussion_r996595606 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOutJoin.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation (

[GitHub] [doris] 924060929 commented on a diff in pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-16 Thread GitBox
924060929 commented on code in PR #13402: URL: https://github.com/apache/doris/pull/13402#discussion_r996586452 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOutJoin.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation (

[GitHub] [doris] 924060929 commented on a diff in pull request #13402: [Nereids][Improve] refactor eliminate outer join

2022-10-16 Thread GitBox
924060929 commented on code in PR #13402: URL: https://github.com/apache/doris/pull/13402#discussion_r996595606 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOutJoin.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation (

[GitHub] [doris] Userwhite commented on issue #13403: [Feature] be很脆弱,动不动就宕机

2022-10-16 Thread GitBox
Userwhite commented on issue #13403: URL: https://github.com/apache/doris/issues/13403#issuecomment-1280278896 机型不支持某些指令吧.. -- 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] morningman merged pull request #13345: [optimization](array-type) update the docs for import data to array c…

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

[doris] branch master updated: [optimization](array-type) update the docs for import data to array column (#13345)

2022-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 4caa1e8041 [optimization](array-type) update

[GitHub] [doris] morningman commented on a diff in pull request #13363: [Improvement](multi-catalog)Support refresh external catalog.

2022-10-16 Thread GitBox
morningman commented on code in PR #13363: URL: https://github.com/apache/doris/pull/13363#discussion_r996607786 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -84,10 +83,21 @@ private void init() { return; }

[GitHub] [doris] morrySnow commented on a diff in pull request #13382: [feature](Nereids) generate ExprId from 0 for each statement

2022-10-16 Thread GitBox
morrySnow commented on code in PR #13382: URL: https://github.com/apache/doris/pull/13382#discussion_r996621918 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/LogicalPlanAdapter.java: ## @@ -85,6 +92,6 @@ public String toDigest() { } public static LogicalP

[GitHub] [doris] azaleaFang commented on issue #13123: [Feature] Batch create partitions (supports date and number types)

2022-10-16 Thread GitBox
azaleaFang commented on issue #13123: URL: https://github.com/apache/doris/issues/13123#issuecomment-1280327569 see the detail describtion below: https://docs.starrocks.io/zh-cn/latest/table_design/Data_distribution#%E6%89%B9%E9%87%8F%E5%88%9B%E5%BB%BA%E5%88%86%E5%8C%BA -- This is an a

[GitHub] [doris] azaleaFang commented on issue #13123: [Feature] Batch create partitions (supports date and number types)

2022-10-16 Thread GitBox
azaleaFang commented on issue #13123: URL: https://github.com/apache/doris/issues/13123#issuecomment-1280327754 > > Can you decribe your demand?I think dynamic partition can satisfy most scenarios. > > Historical data from 2019 to now is initialized see the detail describtion below:

[GitHub] [doris] azaleaFang commented on issue #13123: [Feature] Batch create partitions (supports date and number types)

2022-10-16 Thread GitBox
azaleaFang commented on issue #13123: URL: https://github.com/apache/doris/issues/13123#issuecomment-1280327884 > Can you decribe your demand?I think dynamic partition can satisfy most scenarios. see the detail describtion below: https://docs.starrocks.io/zh-cn/latest/table_design

[GitHub] [doris] HappenLee opened a new pull request, #13408: [Bug](funciton) fix repeat coredump when step is to long

2022-10-16 Thread GitBox
HappenLee opened a new pull request, #13408: URL: https://github.com/apache/doris/pull/13408 # Proposed changes Fix repeat("abc", 2147483647) core dump in ASAN ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original be

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #13408: [Bug](funciton) fix repeat coredump when step is to long

2022-10-16 Thread GitBox
BiteThet commented on code in PR #13408: URL: https://github.com/apache/doris/pull/13408#discussion_r996643820 ## be/src/vec/functions/function_string.h: ## @@ -758,51 +758,100 @@ class FunctionStringRepeat : public IFunction { size_t get_number_of_arguments() const ove

[GitHub] [doris] github-actions[bot] commented on pull request #13408: [Bug](funciton) fix repeat coredump when step is to long

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13408: URL: https://github.com/apache/doris/pull/13408#issuecomment-1280336355 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 #13408: [Bug](funciton) fix repeat coredump when step is to long

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13408: URL: https://github.com/apache/doris/pull/13408#issuecomment-1280336394 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 #13374: [Improvement](bf) acclocate memory in open phase

2022-10-16 Thread GitBox
hello-stephen commented on PR #13374: URL: https://github.com/apache/doris/pull/13374#issuecomment-1280339076 https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221017141221_clickbench_pr_30020.html -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] yixiutt opened a new pull request, #13409: [improvement](compaction) delete num based compaction policy

2022-10-16 Thread GitBox
yixiutt opened a new pull request, #13409: URL: https://github.com/apache/doris/pull/13409 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #13407: [optimization](array-type) array_min/array_max function support the d…

2022-10-16 Thread GitBox
github-actions[bot] commented on PR #13407: URL: https://github.com/apache/doris/pull/13407#issuecomment-1280361813 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 #13407: [optimization](array-type) array_min/array_max function support the d…

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

  1   2   >