[GitHub] [doris] HappenLee opened a new pull request, #13186: [Bug](UT) 1. fix the hll test do not init the array

2022-10-08 Thread GitBox
HappenLee opened a new pull request, #13186: URL: https://github.com/apache/doris/pull/13186 2. vexpr test double delete function context 3. fix lru cache UT test # Proposed changes Issue Number: close #xxx ## Problem summary Describe your ch

[GitHub] [doris] xinyiZzz merged pull request #13134: [fix](be_ut) fix some be ut failure

2022-10-08 Thread GitBox
xinyiZzz merged PR #13134: URL: https://github.com/apache/doris/pull/13134 -- 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 branch-1.1-lts updated: fix some be ut failure (#13134)

2022-10-08 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi 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 d24b9770d1 fix some be ut failu

[GitHub] [doris] Gabriel39 merged pull request #13019: [Improvement](outfile) Support ORC format in outfile

2022-10-08 Thread GitBox
Gabriel39 merged PR #13019: URL: https://github.com/apache/doris/pull/13019 -- 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 (344377beb7 -> 869fe2bc5d)

2022-10-08 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 344377beb7 [typo](docs)Fix jump link 404 in jdbc load.md (#13170) add 869fe2bc5d [Improvement](outfile) Suppor

[GitHub] [doris] xinyiZzz opened a new pull request, #13187: [branch-1.1-lts](ut) Fix ut affected by MemTracker

2022-10-08 Thread GitBox
xinyiZzz opened a new pull request, #13187: URL: https://github.com/apache/doris/pull/13187 # Proposed changes Issue Number: close #xxx ## Problem summary fix json_scanner_test json_scanner_with_jsonpath_test broker_scan_node_test es_http_scan_node_test mem

[GitHub] [doris] xy720 commented on pull request #13074: [Bug](array-type) Fix memory buffer overflow

2022-10-08 Thread GitBox
xy720 commented on PR #13074: URL: https://github.com/apache/doris/pull/13074#issuecomment-1272315754 Add a test case. -- 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] liaoxin01 opened a new issue, #13188: [Bug] failed to initialize storage reader. tablet=17764.1993551234.7745d334f645b261-bacfae93e6bebc83, res=Internal error(error -3109)

2022-10-08 Thread GitBox
liaoxin01 opened a new issue, #13188: URL: https://github.com/apache/doris/issues/13188 ### 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 master-d5320

[GitHub] [doris] liaoxin01 opened a new pull request, #13189: [fix](rowset) fix that rowset writer doesn't process the return value , which may result in data loss

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

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-08 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r990641601 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java: ## @@ -160,6 +161,12 @@ public TableRef(TableName name, String alias, PartitionNames partitionName

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-08 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r990643132 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableSample.java: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] github-actions[bot] commented on pull request #13028: [enhancement](array-type) Handle cast empty string value to array

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13028: URL: https://github.com/apache/doris/pull/13028#issuecomment-1272321790 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 #13028: [enhancement](array-type) Handle cast empty string value to array

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13028: URL: https://github.com/apache/doris/pull/13028#issuecomment-1272321783 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] lsy3993 opened a new pull request, #13190: [typo](docs)fix doc's link 404 bug

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

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-08 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r990643709 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableSample.java: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] xy720 merged pull request #13028: [enhancement](array-type) Handle cast empty string value to array

2022-10-08 Thread GitBox
xy720 merged PR #13028: URL: https://github.com/apache/doris/pull/13028 -- 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: [enhancement](array-type) Handle cast empty string value to array (#13028)

2022-10-08 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 b8b18e5153 [enhancement](array-type) Handle cast

[GitHub] [doris] github-actions[bot] commented on pull request #13074: [Bug](array-type) Fix memory buffer overflow

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13074: URL: https://github.com/apache/doris/pull/13074#issuecomment-1272324524 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 #13074: [Bug](array-type) Fix memory buffer overflow

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13074: URL: https://github.com/apache/doris/pull/13074#issuecomment-1272324538 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] lsy3993 closed pull request #13190: [typo](docs)fix doc's link 404 bug

2022-10-08 Thread GitBox
lsy3993 closed pull request #13190: [typo](docs)fix doc's link 404 bug URL: https://github.com/apache/doris/pull/13190 -- 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 #13186: [Bug](UT) 1. fix the hll test do not init the array

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13186: URL: https://github.com/apache/doris/pull/13186#issuecomment-1272325903 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 #13186: [Bug](UT) 1. fix the hll test do not init the array

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13186: URL: https://github.com/apache/doris/pull/13186#issuecomment-1272325908 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] caiconghui merged pull request #13186: [fix](be_ut) fix hll_test, vexpr_test and lru_cache_test failure

2022-10-08 Thread GitBox
caiconghui merged PR #13186: URL: https://github.com/apache/doris/pull/13186 -- 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](be_ut) fix hll_test, vexpr_test and lru_cache_test failure (#13186)

2022-10-08 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 585ee736b5 [fix](be_ut) fix h

[GitHub] [doris] github-actions[bot] commented on pull request #13125: [fix](sort) fix nullable column sorting incorrectly

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13125: URL: https://github.com/apache/doris/pull/13125#issuecomment-1272327340 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] caiconghui merged pull request #13187: [fix](ut) Fix ut affected by MemTracker

2022-10-08 Thread GitBox
caiconghui merged PR #13187: URL: https://github.com/apache/doris/pull/13187 -- 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](ut) Fix ut affected by MemTracker #13187

2022-10-08 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 a7ab67a47c [fix](ut) Fix ut a

[GitHub] [doris] github-actions[bot] commented on pull request #13187: [fix](ut) Fix ut affected by MemTracker

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13187: URL: https://github.com/apache/doris/pull/13187#issuecomment-1272332054 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 #13187: [fix](ut) Fix ut affected by MemTracker

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13187: URL: https://github.com/apache/doris/pull/13187#issuecomment-1272332060 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] SWJTU-ZhangLei opened a new pull request, #13191: [enhancement](test) Rewrite test_update_schema_change case

2022-10-08 Thread GitBox
SWJTU-ZhangLei opened a new pull request, #13191: URL: https://github.com/apache/doris/pull/13191 * Add waiting schema change finished action * Add sync stmt after update stmt # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes.

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-08 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r990649470 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; } +

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-08 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r990649621 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableSample.java: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] liaoxin01 opened a new pull request, #13192: [fix](regression-test) fix test_segment_iterator_delete using order_qt_sql

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

[GitHub] [doris] luozenglin opened a new pull request, #13193: [feature](function) support `initcap` string function in vectorized engine.

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

[GitHub] [doris] stalary commented on a diff in pull request #13051: [feature](auth) support user password policy and alter user stmt

2022-10-08 Thread GitBox
stalary commented on code in PR #13051: URL: https://github.com/apache/doris/pull/13051#discussion_r989912993 ## docs/zh-CN/docs/advanced/variables.md: ## @@ -520,4 +523,27 @@ SELECT /*+ SET_VAR(query_timeout = 1, enable_partition_cache=true) */ sleep(3); 用于调试目的。在向量化执行引擎中,当发

[GitHub] [doris] github-actions[bot] commented on pull request #13039: [Vectorized][Function] support date_trunc and countequal function

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13039: URL: https://github.com/apache/doris/pull/13039#issuecomment-1272337173 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 #13039: [Vectorized][Function] support date_trunc and countequal function

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13039: URL: https://github.com/apache/doris/pull/13039#issuecomment-1272337179 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 commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-08 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r990652999 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; } +

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-08 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r990653641 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java: ## @@ -159,6 +164,80 @@ public void setTable(TableIf tbl) { table = tbl; } +

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

2022-10-08 Thread GitBox
BePPPower commented on PR #13086: URL: https://github.com/apache/doris/pull/13086#issuecomment-1272341011 > There is a problem that, if I add a new column in FE for `backends`, I have to modify BE at same time. This maybe error-prone. Is there a way that I can just modify one place and all

[GitHub] [doris] github-actions[bot] commented on pull request #13189: [fix](rowset) fix that rowset writer doesn't process the return value , which may result in data loss

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13189: URL: https://github.com/apache/doris/pull/13189#issuecomment-1272343715 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 #13162: [fix](be) Open the project expressions properly.

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13162: URL: https://github.com/apache/doris/pull/13162#issuecomment-1272345732 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 #13162: [fix](be) Open the project expressions properly.

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13162: URL: https://github.com/apache/doris/pull/13162#issuecomment-1272345728 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] xinyiZzz opened a new pull request, #13194: [fix](ut) Fix mem_limit_test ut

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

[GitHub] [doris] adonis0147 closed pull request #12933: draft

2022-10-08 Thread GitBox
adonis0147 closed pull request #12933: draft URL: https://github.com/apache/doris/pull/12933 -- 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-uns

[GitHub] [doris] adonis0147 opened a new pull request, #13195: [enhancement-wip](macOS M1) Support building from source on macOS (M1)

2022-10-08 Thread GitBox
adonis0147 opened a new pull request, #13195: URL: https://github.com/apache/doris/pull/13195 # Proposed changes This PR fixed lots of issues when building from source on macOS with Apple M1 chip. ## ATTENTION The job for supporting macOS with Apple M1 is too big and the

[GitHub] [doris] github-actions[bot] commented on pull request #8906: [feat](sql) support star except modifier

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #8906: URL: https://github.com/apache/doris/pull/8906#issuecomment-1272418261 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] yiguolei opened a new pull request, #13196: [chore](be config) remove config use_mmap_allocate_chunk

2022-10-08 Thread GitBox
yiguolei opened a new pull request, #13196: URL: https://github.com/apache/doris/pull/13196 # Proposed changes Issue Number: close #xxx ## Problem summary This config is never used online and there exist bugs if enable this config. So that I remove this config and relate

[GitHub] [doris] yiguolei merged pull request #13148: [fix](flinkCDC Demo):fix flinkcdc demo execution error

2022-10-08 Thread GitBox
yiguolei merged PR #13148: URL: https://github.com/apache/doris/pull/13148 -- 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](flinkCDC Demo):fix flinkcdc demo execution error (#13148)

2022-10-08 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 d16ff79217 [fix](flinkCDC Demo):fix flinkcdc de

[GitHub] [doris] github-actions[bot] commented on pull request #13097: [doc][ifx](multi-catalog) add doc for multi catalog and fix refresh bug

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13097: URL: https://github.com/apache/doris/pull/13097#issuecomment-1272426100 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 #13097: [doc][ifx](multi-catalog) add doc for multi catalog and fix refresh bug

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13097: URL: https://github.com/apache/doris/pull/13097#issuecomment-1272426101 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 #13097: [doc][ifx](multi-catalog) add doc for multi catalog and fix refresh bug

2022-10-08 Thread GitBox
morningman merged PR #13097: URL: https://github.com/apache/doris/pull/13097 -- 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 (d16ff79217 -> ece4a6c194)

2022-10-08 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 d16ff79217 [fix](flinkCDC Demo):fix flinkcdc demo execution error (#13148) add ece4a6c194 [doc][fix](multi-ca

[GitHub] [doris] github-actions[bot] commented on pull request #13182: [typo](docs)fix community module error url

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13182: URL: https://github.com/apache/doris/pull/13182#issuecomment-1272426499 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 #13182: [typo](docs)fix community module error url

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13182: URL: https://github.com/apache/doris/pull/13182#issuecomment-1272426507 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 #13179: [fix](docs) fix trim, lower, upper function docs error

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13179: URL: https://github.com/apache/doris/pull/13179#issuecomment-1272426646 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 #13177: [typo](docs)Fix Docs Install Deploy

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13177: URL: https://github.com/apache/doris/pull/13177#issuecomment-1272426851 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 #13177: [typo](docs)Fix Docs Install Deploy

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13177: URL: https://github.com/apache/doris/pull/13177#issuecomment-1272426849 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] hf200012 commented on a diff in pull request #13168: [typo](docs) Fix jump link 404 in elastic-expansion.md

2022-10-08 Thread GitBox
hf200012 commented on code in PR #13168: URL: https://github.com/apache/doris/pull/13168#discussion_r990716162 ## docs/zh-CN/docs/admin-manual/cluster-management/elastic-expansion.md: ## @@ -102,7 +102,7 @@ FE 分为 Leader,Follower 和 Observer 三种角色。 默认一个集群, 以上方式,都需要 Doris 的 root

[GitHub] [doris] github-actions[bot] commented on pull request #13151: [typo](docs)Sql doc link fix

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13151: URL: https://github.com/apache/doris/pull/13151#issuecomment-1272427287 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 #13151: [typo](docs)Sql doc link fix

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13151: URL: https://github.com/apache/doris/pull/13151#issuecomment-1272427293 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] hf200012 merged pull request #13151: [typo](docs)Sql doc link fix

2022-10-08 Thread GitBox
hf200012 merged PR #13151: URL: https://github.com/apache/doris/pull/13151 -- 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 (ece4a6c194 -> e0044e5a5f)

2022-10-08 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ece4a6c194 [doc][fix](multi-catalog) add doc for multi catalog and fix refresh bug (#13097) add e0044e5a5f

[GitHub] [doris-website] lsy3993 opened a new pull request, #135: [typo](docs) fix link 404 error

2022-10-08 Thread GitBox
lsy3993 opened a new pull request, #135: URL: https://github.com/apache/doris-website/pull/135 Fix link 404 error in version 0.15 -- 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-website] hf200012 merged pull request #135: [typo](docs) fix link 404 error

2022-10-08 Thread GitBox
hf200012 merged PR #135: URL: https://github.com/apache/doris-website/pull/135 -- 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: fix link 404 error (#135)

2022-10-08 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 bfdbe0cca55 fix link 404 error (#13

[GitHub] [doris-website] hf200012 merged pull request #125: fix 404 links

2022-10-08 Thread GitBox
hf200012 merged PR #125: URL: https://github.com/apache/doris-website/pull/125 -- 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: fix 404 links (#125)

2022-10-08 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 b3726741d56 fix 404 links (#125) b3

[doris-website] branch master updated: [typo](docs)Fix jump link 404 in jdbc load.md (#128)

2022-10-08 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 700f31c2b5b [typo](docs)Fix jump li

[GitHub] [doris-website] hf200012 merged pull request #128: [typo](docs)Fix jump link 404 in jdbc load.md

2022-10-08 Thread GitBox
hf200012 merged PR #128: URL: https://github.com/apache/doris-website/pull/128 -- 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-website] hf200012 merged pull request #129: [typo](docs)fix error url

2022-10-08 Thread GitBox
hf200012 merged PR #129: URL: https://github.com/apache/doris-website/pull/129 -- 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: [typo](docs)fix error url (#129)

2022-10-08 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 48e751853e7 [typo](docs)fix error u

[GitHub] [doris-website] hf200012 merged pull request #131: doc_fix_404_221008

2022-10-08 Thread GitBox
hf200012 merged PR #131: URL: https://github.com/apache/doris-website/pull/131 -- 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: doc_fix_404_221008 (#131)

2022-10-08 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 ec9f09e1617 doc_fix_404_221008 (#13

[GitHub] [doris] cun8cun8 closed pull request #11737: "Spark load" supports string data type

2022-10-08 Thread GitBox
cun8cun8 closed pull request #11737: "Spark load" supports string data type URL: https://github.com/apache/doris/pull/11737 -- 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 #13194: [fix](be_ut) Fix mem_limit_test ut failure

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13194: URL: https://github.com/apache/doris/pull/13194#issuecomment-1272430092 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 #13194: [fix](be_ut) Fix mem_limit_test ut failure

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13194: URL: https://github.com/apache/doris/pull/13194#issuecomment-1272430096 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] caiconghui merged pull request #13194: [fix](be_ut) Fix mem_limit_test ut failure

2022-10-08 Thread GitBox
caiconghui merged PR #13194: URL: https://github.com/apache/doris/pull/13194 -- 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](be_ut) Fix mem_limit_test ut failure #13194

2022-10-08 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 6e6fcece15 [fix](be_ut) Fix m

[GitHub] [doris-website] hf200012 merged pull request #134: [typo](docs)fix error url in version 0.15

2022-10-08 Thread GitBox
hf200012 merged PR #134: URL: https://github.com/apache/doris-website/pull/134 -- 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: fix error url in version 0.15 (#134)

2022-10-08 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 d1d1bb9aed1 fix error url in versio

[GitHub] [doris-website] hf200012 merged pull request #130: [typo](docs)Fix jump link 404 in external storage load.md

2022-10-08 Thread GitBox
hf200012 merged PR #130: URL: https://github.com/apache/doris-website/pull/130 -- 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 (d1d1bb9aed1 -> 908db203c14)

2022-10-08 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git from d1d1bb9aed1 fix error url in version 0.15 (#134) add 908db203c14 [typo](docs)Fix jump link 404 in ex

[GitHub] [doris-website] hf200012 merged pull request #127: [typo](docs) Fix jump link 404

2022-10-08 Thread GitBox
hf200012 merged PR #127: URL: https://github.com/apache/doris-website/pull/127 -- 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: [typo](docs) Fix jump link 404 (#127)

2022-10-08 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 6f04f8b0227 [typo](docs) Fix jump

[GitHub] [doris] Gabriel39 commented on a diff in pull request #13132: [function](date function) add new date function 'first_month_day'

2022-10-08 Thread GitBox
Gabriel39 commented on code in PR #13132: URL: https://github.com/apache/doris/pull/13132#discussion_r990718769 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -478,6 +478,149 @@ class FunctionUnixTimestamp : public IFunction { } }; +template +class FirstMonthDay

[GitHub] [doris] hf200012 merged pull request #13177: [typo](docs)Fix Docs Install Deploy

2022-10-08 Thread GitBox
hf200012 merged PR #13177: URL: https://github.com/apache/doris/pull/13177 -- 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 (e0044e5a5f -> c53d2d6a8b)

2022-10-08 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e0044e5a5f [typo](docs)Sql doc link fix (#13151) add c53d2d6a8b install deploy doc fix (#13177) No new revi

[GitHub] [doris] hf200012 merged pull request #13182: [typo](docs)fix community module error url

2022-10-08 Thread GitBox
hf200012 merged PR #13182: URL: https://github.com/apache/doris/pull/13182 -- 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 (c53d2d6a8b -> 555f9520e3)

2022-10-08 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c53d2d6a8b install deploy doc fix (#13177) add 555f9520e3 fix community module error url (#13182) No new re

[GitHub] [doris] github-actions[bot] commented on pull request #13157: [typo](docs)fix docs 404 url

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13157: URL: https://github.com/apache/doris/pull/13157#issuecomment-1272436607 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] dataroaring merged pull request #13179: [fix](docs) fix trim, lower, upper function docs error

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

[doris] branch master updated: [fix](docs) fix trim, lower, upper function docs error (#13179)

2022-10-08 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new e6f4c771d9 [fix](docs) fix trim, lower, uppe

[GitHub] [doris] Gabriel39 opened a new pull request, #13197: [tools](benchmark) upgrade date type

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

[GitHub] [doris] adonis0147 commented on pull request #13196: [chore](be config) remove config use_mmap_allocate_chunk

2022-10-08 Thread GitBox
adonis0147 commented on PR #13196: URL: https://github.com/apache/doris/pull/13196#issuecomment-1272438098 Is it necessary to remove the settings of `vm.max_map_count` in `bin/start_be.sh`? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] github-actions[bot] commented on pull request #13191: [enhancement](test) Rewrite test_update_schema_change case

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13191: URL: https://github.com/apache/doris/pull/13191#issuecomment-1272438513 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-flink-connector] JNSimba commented on a diff in pull request #71: [Enhancement] ADD RowSerializer for doris flink connector

2022-10-08 Thread GitBox
JNSimba commented on code in PR #71: URL: https://github.com/apache/doris-flink-connector/pull/71#discussion_r990722243 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/RowSerializer.java: ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Foundat

[GitHub] [doris] github-actions[bot] commented on pull request #13191: [enhancement](test) Rewrite test_update_schema_change case

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13191: URL: https://github.com/apache/doris/pull/13191#issuecomment-1272438523 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 #13192: [fix](regression-test) fix test_segment_iterator_delete using order_qt_sql

2022-10-08 Thread GitBox
github-actions[bot] commented on PR #13192: URL: https://github.com/apache/doris/pull/13192#issuecomment-1272439224 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   >