[GitHub] [doris] awakeljw opened a new issue, #13638: [Bug] Some Variables in be/CMakeList.txt is not add "${}"

2022-10-25 Thread GitBox
awakeljw opened a new issue, #13638: URL: https://github.com/apache/doris/issues/13638 ### 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 the master ve

[GitHub] [doris] awakeljw commented on pull request #13637: fix cmake error

2022-10-25 Thread GitBox
awakeljw commented on PR #13637: URL: https://github.com/apache/doris/pull/13637#issuecomment-1290077258 https://github.com/apache/doris/issues/13638 -- 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

[GitHub] [doris] zenyanggongmian1995 opened a new issue, #13639: [Bug] Select后的字段解析有问题。

2022-10-25 Thread GitBox
zenyanggongmian1995 opened a new issue, #13639: URL: https://github.com/apache/doris/issues/13639 ### 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 1.

[GitHub] [doris] Wilson-BT opened a new issue, #13640: [Bug] [Bug] Sql Exec Failed Raise IndexOutOfBoundsException

2022-10-25 Thread GitBox
Wilson-BT opened a new issue, #13640: URL: https://github.com/apache/doris/issues/13640 ### 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 1.1.3

[GitHub] [doris] Kikyou1997 commented on issue #13628: statistics persistence

2022-10-25 Thread GitBox
Kikyou1997 commented on issue #13628: URL: https://github.com/apache/doris/issues/13628#issuecomment-1290089018 # 统计信息设计文档 - [统计信息设计文档](#统计信息设计文档) - [持久化](#持久化) - [表更新](#表更新) - [统计信息粒度](#统计信息粒度) - [缓存](#缓存) - [收集](#收集) - [SQL](#sql) - [自动收集](#自动

[GitHub] [doris] BiteTheDDDDt merged pull request #13612: [feature-array](array-type) Add array function array_enumerate

2022-10-25 Thread GitBox
BiteThet merged PR #13612: URL: https://github.com/apache/doris/pull/13612 -- 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: [feature-array](array-type) Add array function array_enumerate (#13612)

2022-10-25 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 235c105554 [feature-array](array-type) Add ar

[GitHub] [doris] eldenmoon opened a new pull request, #13641: [feature-array](array-type) Add array function array_popback

2022-10-25 Thread GitBox
eldenmoon opened a new pull request, #13641: URL: https://github.com/apache/doris/pull/13641 Remove the last element from array. ``` mysql> select array_popback(['test', NULL, 'value']); +-+ | array_popback(ARRAY('test', NULL

[GitHub] [doris] wangshuo128 commented on a diff in pull request #13601: [Feature](Nereids) Support join hint.

2022-10-25 Thread GitBox
wangshuo128 commented on code in PR #13601: URL: https://github.com/apache/doris/pull/13601#discussion_r1004084822 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/RequestPropertyDeriver.java: ## @@ -128,25 +129,45 @@ public Void visitPhysicalLocalQuickSort(Physi

[GitHub] [doris] luozenglin opened a new issue, #13642: [Bug] cross join statistics exception

2022-10-25 Thread GitBox
luozenglin opened a new issue, #13642: URL: https://github.com/apache/doris/issues/13642 ### 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

[GitHub] [doris] morningman opened a new pull request, #13643: [improvement](test) add sync for test_agg_keys_schema_change_datev2

2022-10-25 Thread GitBox
morningman opened a new pull request, #13643: URL: https://github.com/apache/doris/pull/13643 # Proposed changes Issue Number: close #xxx ## Problem summary To avoid some potential meta sync problem when running regression test on multi-node cluster ## Checklist(R

[GitHub] [doris] hello-stephen commented on a diff in pull request #13607: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m…

2022-10-25 Thread GitBox
hello-stephen commented on code in PR #13607: URL: https://github.com/apache/doris/pull/13607#discussion_r1004109610 ## thirdparty/build-thirdparty.sh: ## @@ -1345,8 +1345,13 @@ build_hdfs3() { cd "${BUILD_DIR}" rm -rf ./* +if [[ "$(uname -m)" == "aarch64" ]]; th

[GitHub] [doris] adonis0147 commented on a diff in pull request #13607: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m…

2022-10-25 Thread GitBox
adonis0147 commented on code in PR #13607: URL: https://github.com/apache/doris/pull/13607#discussion_r1004111444 ## thirdparty/build-thirdparty.sh: ## @@ -1345,8 +1345,13 @@ build_hdfs3() { cd "${BUILD_DIR}" rm -rf ./* +if [[ "$(uname -m)" == "aarch64" ]]; then

[GitHub] [doris] carlvinhust2012 commented on pull request #13627: [fix](array-type) support CTAS for ARRAY column from collect_list and collect_set

2022-10-25 Thread GitBox
carlvinhust2012 commented on PR #13627: URL: https://github.com/apache/doris/pull/13627#issuecomment-1290124917 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] github-actions[bot] commented on pull request #13600: [fix](planner) inlineView alias error

2022-10-25 Thread GitBox
github-actions[bot] commented on PR #13600: URL: https://github.com/apache/doris/pull/13600#issuecomment-1290126561 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 #13600: [fix](planner) inlineView alias error

2022-10-25 Thread GitBox
github-actions[bot] commented on PR #13600: URL: https://github.com/apache/doris/pull/13600#issuecomment-1290126605 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] Gabriel39 opened a new pull request, #13644: [Chore](regression) Fix wrong result for decimal

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

[GitHub] [doris] luozenglin opened a new pull request, #13645: [fix](statistics) fix cross join statistics exception

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

[GitHub] [doris] zhang91466 commented on issue #13503: [Bug] 没有任何SYNC同步JOB,但是日志一直报CanalSyncDataReceiver Connection refused

2022-10-25 Thread GitBox
zhang91466 commented on issue #13503: URL: https://github.com/apache/doris/issues/13503#issuecomment-1290138925 > Hello!看样子可能是配置有问题,可以加我微信:lyy0222 ,我们一起看下哈! Hi 我添加了此微信号,但是被告知加错人了,麻烦指条明路,谢谢 -- This is an automated message from the Apache Git Service. To respond to the message, please

[doris-website] branch master updated: link 404

2022-10-25 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 4b205bca302 link 404 4b205bca302 is

[GitHub] [doris] yiguolei merged pull request #13619: [fix](plugin) Fix dirty uninstallation of plugin for 1.1-lts

2022-10-25 Thread GitBox
yiguolei merged PR #13619: URL: https://github.com/apache/doris/pull/13619 -- 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](plugin) Fix dirty uninstallation of plugin for 1.1-lts (#13619)

2022-10-25 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 0c83509e98 [fix](plugin) Fix di

[GitHub] [doris] yiguolei commented on pull request #13543: [fix](plugin) bugfix for dirty uninstallation of dynamic plugin (#13540)

2022-10-25 Thread GitBox
yiguolei commented on PR #13543: URL: https://github.com/apache/doris/pull/13543#issuecomment-1290156145 https://github.com/apache/doris/pull/13619 -- 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

[GitHub] [doris] ByteYue opened a new pull request, #13646: [enhancement](metric)Add metric for exec_state prepare function

2022-10-25 Thread GitBox
ByteYue opened a new pull request, #13646: URL: https://github.com/apache/doris/pull/13646 # Proposed changes Issue Number: close #xxx ## Problem summary Previously, we found out that sometimes the rpc service might timeout due to the extremely time consuming operation d

[GitHub] [doris] BiteTheDDDDt merged pull request #13594: [chore](be version) Check BE version by script

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

[doris] branch master updated: [chore](be version) Check BE version by script (#13594)

2022-10-25 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 78278f5943 [chore](be version) Check BE versi

[GitHub] [doris] morrySnow opened a new pull request, #13647: [enhancement](chore) Enhance build script compatibility

2022-10-25 Thread GitBox
morrySnow opened a new pull request, #13647: URL: https://github.com/apache/doris/pull/13647 # Proposed changes 1. build fe-common when build java-udf 2. add jvm environment parameter '-Dos.arch=x86_64' when build fe on MacOS ## Problem summary Describe your changes.

[GitHub] [doris] adonis0147 commented on a diff in pull request #13647: [enhancement](chore) Enhance build script compatibility

2022-10-25 Thread GitBox
adonis0147 commented on code in PR #13647: URL: https://github.com/apache/doris/pull/13647#discussion_r1004163133 ## build.sh: ## @@ -451,7 +452,11 @@ if [[ "${FE_MODULES}" != '' ]]; then if [[ "${CLEAN}" -eq 1 ]]; then clean_fe fi -"${MVN_CMD}" package -p

[doris-website] branch master updated: SHOW-ALTER-TABLE-MATERIALIZED-VIEW

2022-10-25 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 888cdfe6d4a SHOW-ALTER-TABLE-MATERI

[GitHub] [doris] morrySnow closed pull request #13647: [enhancement](chore) Enhance build script compatibility

2022-10-25 Thread GitBox
morrySnow closed pull request #13647: [enhancement](chore) Enhance build script compatibility URL: https://github.com/apache/doris/pull/13647 -- 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 spec

[GitHub] [doris] morrySnow commented on pull request #13647: [enhancement](chore) Enhance build script compatibility

2022-10-25 Thread GitBox
morrySnow commented on PR #13647: URL: https://github.com/apache/doris/pull/13647#issuecomment-1290192482 already fixed by #13571 -- 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] dataroaring merged pull request #13578: [fix](regression) add 'if not exists' to 'create table' to support parallel test (#13576)

2022-10-25 Thread GitBox
dataroaring merged PR #13578: URL: https://github.com/apache/doris/pull/13578 -- 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] dataroaring closed issue #13576: [Bug] regression test failed for duplicated table creation

2022-10-25 Thread GitBox
dataroaring closed issue #13576: [Bug] regression test failed for duplicated table creation URL: https://github.com/apache/doris/issues/13576 -- 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 spec

[doris] branch master updated (78278f5943 -> b85c78ee00)

2022-10-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 78278f5943 [chore](be version) Check BE version by script (#13594) add b85c78ee00 [fix](regression) add 'if n

[GitHub] [doris] morningman commented on a diff in pull request #13611: [test](multi-catalog)Regression test for external hive parquet table.

2022-10-25 Thread GitBox
morningman commented on code in PR #13611: URL: https://github.com/apache/doris/pull/13611#discussion_r1004175554 ## regression-test/suites/external_catalog_p0/hive/test_hive_parquet.groovy: ## @@ -0,0 +1,185 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] wangshuo128 commented on a diff in pull request #13416: [Feature](Nereids) Support materialized index selection.

2022-10-25 Thread GitBox
wangshuo128 commented on code in PR #13416: URL: https://github.com/apache/doris/pull/13416#discussion_r1003970016 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalOlapScan.java: ## @@ -164,30 +164,31 @@ public long getSelectedIndexId() {

[GitHub] [doris] yiguolei merged pull request #13613: [fix](sort)order by constant expr bug

2022-10-25 Thread GitBox
yiguolei merged PR #13613: URL: https://github.com/apache/doris/pull/13613 -- 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 (b85c78ee00 -> e103531e69)

2022-10-25 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b85c78ee00 [fix](regression) add 'if not exists' to 'create table' to support parallel test (#13576) (#13578) a

[GitHub] [doris] zhangyongxianggithub commented on issue #9839: [Bug]Report No Doris FE is avaliable,actually the fe and be is running

2022-10-25 Thread GitBox
zhangyongxianggithub commented on issue #9839: URL: https://github.com/apache/doris/issues/9839#issuecomment-1290200774 I had the same problem and solved this bug,fellow is my solution,the reason : doris fe server version is too low and your jar version is new。 the problem file is org.a

[doris] branch branch-1.1-lts updated: [fix](sort)order by constant expr bug (#13614)

2022-10-25 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 7e4b4dd79f [fix](sort)order by

[GitHub] [doris] yiguolei merged pull request #13614: [fix](sort)order by constant expr bug

2022-10-25 Thread GitBox
yiguolei merged PR #13614: URL: https://github.com/apache/doris/pull/13614 -- 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](Nereids) add exchange node check between local and global agg in plan translator (#12913)

2022-10-25 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 f209b7ab6e [fix](Nereids) add exchange node ch

[GitHub] [doris] morrySnow merged pull request #12913: [fix](Nereids) Add exchange node check between local and global agg

2022-10-25 Thread GitBox
morrySnow merged PR #12913: URL: https://github.com/apache/doris/pull/12913 -- 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] nextdreamblue opened a new issue, #13648: [Bug] broker load with s3a error

2022-10-25 Thread GitBox
nextdreamblue opened a new issue, #13648: URL: https://github.com/apache/doris/issues/13648 ### 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

[GitHub] [doris] zhouaoe opened a new issue, #13649: [Enhancement] broker update hadoop to higher version because hadoop-huaweicloud which is used by doris-broker now only provide 2.8.3

2022-10-25 Thread GitBox
zhouaoe opened a new issue, #13649: URL: https://github.com/apache/doris/issues/13649 ### 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 华为 Huawei

[GitHub] [doris] nextdreamblue opened a new pull request, #13650: [fix](broker) fix bug when broker load with s3a

2022-10-25 Thread GitBox
nextdreamblue opened a new pull request, #13650: URL: https://github.com/apache/doris/pull/13650 Signed-off-by: nextdreamblue # Proposed changes Issue Number: close #13648 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it af

[GitHub] [doris] Gabriel39 merged pull request #13593: [opt](planer) remove unless cast of avg function

2022-10-25 Thread GitBox
Gabriel39 merged PR #13593: URL: https://github.com/apache/doris/pull/13593 -- 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 (f209b7ab6e -> 1741a20689)

2022-10-25 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 f209b7ab6e [fix](Nereids) add exchange node check between local and global agg in plan translator (#12913) ad

[GitHub] [doris] Gabriel39 merged pull request #13587: [Del](vec) Support in predicate in delete condition of or and

2022-10-25 Thread GitBox
Gabriel39 merged PR #13587: URL: https://github.com/apache/doris/pull/13587 -- 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 (1741a20689 -> 2c70b17a47)

2022-10-25 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 1741a20689 [opt](planer) remove unless cast of avg function (#13593) add 2c70b17a47 [Del](vec) Support in pred

[GitHub] [doris] yixiutt opened a new pull request, #13651: [improvement](publish) add publish version cost

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

[GitHub] [doris] Gabriel39 merged pull request #13588: [Chore](build) add a environment variable DISABLE_JAVA_UDF

2022-10-25 Thread GitBox
Gabriel39 merged PR #13588: URL: https://github.com/apache/doris/pull/13588 -- 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: [Chore](build) add a environment variable DISABLE_JAVA_UDF (#13588)

2022-10-25 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 bd884d3298 [Chore](build) add a environment v

[GitHub] [doris] dataroaring opened a new pull request, #13652: (jsonreader) release memory of both value and parse allocator

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

[doris-website] branch master updated: fix

2022-10-25 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 8e47a9294cf fix 8e47a9294cf is desc

[GitHub] [doris] github-actions[bot] commented on pull request #13607: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m…

2022-10-25 Thread GitBox
github-actions[bot] commented on PR #13607: URL: https://github.com/apache/doris/pull/13607#issuecomment-1290333606 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 #13607: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m…

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

[doris-website] branch master updated: fix

2022-10-25 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 4f58e9d9f3e fix 4f58e9d9f3e is desc

[GitHub] [doris] jacktengg opened a new issue, #13653: [Enhancement]

2022-10-25 Thread GitBox
jacktengg opened a new issue, #13653: URL: https://github.com/apache/doris/issues/13653 ### 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 In vhash

[GitHub] [doris] jacktengg opened a new pull request, #13654: [improvement](hashjoin) support two-level hash table in hash join

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

[GitHub] [doris] morningman commented on a diff in pull request #13646: [enhancement](metric)Add metric for exec_state prepare function

2022-10-25 Thread GitBox
morningman commented on code in PR #13646: URL: https://github.com/apache/doris/pull/13646#discussion_r1004315541 ## docs/zh-CN/docs/admin-manual/maint-monitor/monitor-metrics/metrics.md: ## @@ -210,6 +210,7 @@ curl http://be_host:webserver_port/metrics?type=json || `{status="s

[GitHub] [doris] starocean999 opened a new pull request, #13655: [fix](joinoutput all value from no-null side of outer join

2022-10-25 Thread GitBox
starocean999 opened a new pull request, #13655: URL: https://github.com/apache/doris/pull/13655 # Proposed changes Issue Number: close #xxx ## Problem summary 1. move _convert_block_to_null right after _do_evaluate function 2. output all values from no-null side of out

[GitHub] [doris] morrySnow closed issue #12303: [Feature] Support rollup and materialized view in nereids planner.

2022-10-25 Thread GitBox
morrySnow closed issue #12303: [Feature] Support rollup and materialized view in nereids planner. URL: https://github.com/apache/doris/issues/12303 -- 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 th

[GitHub] [doris] morrySnow merged pull request #13416: [Feature](Nereids) Support materialized index selection.

2022-10-25 Thread GitBox
morrySnow merged PR #13416: URL: https://github.com/apache/doris/pull/13416 -- 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: [feature](Nereids) support materialized index selection (#13416)

2022-10-25 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 d6c3470c8d [feature](Nereids) support material

[doris-website] branch master updated: fix

2022-10-25 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 ae4125aa154 fix ae4125aa154 is desc

[GitHub] [doris] HappenLee opened a new pull request, #13656: [opt](tpch) opt the q9 of tpch to change instance to 8

2022-10-25 Thread GitBox
HappenLee opened a new pull request, #13656: URL: https://github.com/apache/doris/pull/13656 # Proposed changes After change instance num, Q9 3.7s -> 3.0s ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] Gabriel39 opened a new pull request, #13657: [Bug](jdbc) Fix memory leak for JDBC datasource

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

[doris-website] branch master updated: fix

2022-10-25 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 401d4f87f6d fix 401d4f87f6d is desc

[GitHub] [doris] github-actions[bot] commented on pull request #13647: [enhancement](chore) build fe-common when build java-udf

2022-10-25 Thread GitBox
github-actions[bot] commented on PR #13647: URL: https://github.com/apache/doris/pull/13647#issuecomment-1290501846 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3319291572";) output. shellcheck err

[GitHub] [doris] zhangstar333 commented on a diff in pull request #13657: [Bug](jdbc) Fix memory leak for JDBC datasource

2022-10-25 Thread GitBox
zhangstar333 commented on code in PR #13657: URL: https://github.com/apache/doris/pull/13657#discussion_r1004446614 ## be/src/vec/exec/vjdbc_connector.cpp: ## @@ -41,22 +42,26 @@ const char* JDBC_EXECUTOR_TRANSACTION_SIGNATURE = "()V"; JdbcConnector::JdbcConnector(const JdbcCon

[GitHub] [doris] dataalive commented on issue #13584: [Bug] Be crash at mem_tracker_task_pool.cpp

2022-10-25 Thread GitBox
dataalive commented on issue #13584: URL: https://github.com/apache/doris/issues/13584#issuecomment-1290506239 what(): Resource temporarily unavailable is there any more error msg? or try `ulimit -a` to check fd limit ? -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] dataalive commented on issue #13640: [Bug] [Bug] Sql Exec Failed Raise IndexOutOfBoundsException

2022-10-25 Thread GitBox
dataalive commented on issue #13640: URL: https://github.com/apache/doris/issues/13640#issuecomment-1290513501 this bug has been fixed by https://github.com/apache/doris/pull/13300 and pull the latest code of branch 1.1-lts to fix -- This is an automated message from the Apache Git Servi

[GitHub] [doris] github-actions[bot] commented on pull request #13647: [enhancement](chore) build fe-common when build java-udf

2022-10-25 Thread GitBox
github-actions[bot] commented on PR #13647: URL: https://github.com/apache/doris/pull/13647#issuecomment-1290519787 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3319388203";) output. shellcheck err

[GitHub] [doris] team-317 commented on issue #7582: [Roadmap] Enhanced system observability

2022-10-25 Thread GitBox
team-317 commented on issue #7582: URL: https://github.com/apache/doris/issues/7582#issuecomment-1290523589 I am interested in this task, can you assign it to me? -- 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] yuanyuan8983 commented on issue #13503: [Bug] 没有任何SYNC同步JOB,但是日志一直报CanalSyncDataReceiver Connection refused

2022-10-25 Thread GitBox
yuanyuan8983 commented on issue #13503: URL: https://github.com/apache/doris/issues/13503#issuecomment-1290523679 我邮件回复你了,加我就行哈 -- 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 commen

[GitHub] [doris] Wilson-BT closed issue #13640: [Bug] [Bug] Sql Exec Failed Raise IndexOutOfBoundsException

2022-10-25 Thread GitBox
Wilson-BT closed issue #13640: [Bug] [Bug] Sql Exec Failed Raise IndexOutOfBoundsException URL: https://github.com/apache/doris/issues/13640 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [doris] Wilson-BT closed issue #13584: [Bug] Be crash at mem_tracker_task_pool.cpp

2022-10-25 Thread GitBox
Wilson-BT closed issue #13584: [Bug] Be crash at mem_tracker_task_pool.cpp URL: https://github.com/apache/doris/issues/13584 -- 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] siriume closed issue #13610: [Bug] doris be core dump

2022-10-25 Thread GitBox
siriume closed issue #13610: [Bug] doris be core dump URL: https://github.com/apache/doris/issues/13610 -- 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:

[GitHub] [doris] zhangstar333 commented on a diff in pull request #13657: [Bug](jdbc) Fix memory leak for JDBC datasource

2022-10-25 Thread GitBox
zhangstar333 commented on code in PR #13657: URL: https://github.com/apache/doris/pull/13657#discussion_r1004482088 ## be/src/vec/exec/vjdbc_connector.cpp: ## @@ -121,7 +128,7 @@ Status JdbcConnector::query() { RETURN_IF_ERROR(JniUtil::GetJNIEnv(&env)); jstring query_s

[GitHub] [doris] hello-stephen commented on pull request #13645: [fix](statistics) fix cross join statistics exception

2022-10-25 Thread GitBox
hello-stephen commented on PR #13645: URL: https://github.com/apache/doris/pull/13645#issuecomment-1290550920 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.46 seconds load time: 560 seconds storage size: 17154887219 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #13647: [enhancement](chore) build fe-common when build java-udf

2022-10-25 Thread GitBox
github-actions[bot] commented on PR #13647: URL: https://github.com/apache/doris/pull/13647#issuecomment-1290563393 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 #13647: [enhancement](chore) build fe-common when build java-udf

2022-10-25 Thread GitBox
github-actions[bot] commented on PR #13647: URL: https://github.com/apache/doris/pull/13647#issuecomment-1290563480 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] adonis0147 merged pull request #13607: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m…

2022-10-25 Thread GitBox
adonis0147 merged PR #13607: URL: https://github.com/apache/doris/pull/13607 -- 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: [fix](thirdparty) g++-11: error: unrecognized command-line option '-m… (#13607)

2022-10-25 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling 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 4db18c139c [fix](thirdparty) g++-11: error: u

[GitHub] [doris] morningman closed issue #13482: [Bug] java.util.ConcurrentModificationException: null of PolicyMgr

2022-10-25 Thread GitBox
morningman closed issue #13482: [Bug] java.util.ConcurrentModificationException: null of PolicyMgr URL: https://github.com/apache/doris/issues/13482 -- 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] morningman merged pull request #13497: [Bug](policy) Add readlock for show policy

2022-10-25 Thread GitBox
morningman merged PR #13497: URL: https://github.com/apache/doris/pull/13497 -- 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: [fix](policy) Add readlock for show policy (#13497)

2022-10-25 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 cb39671a73 [fix](policy) Add readlock for sho

[GitHub] [doris] morningman merged pull request #13231: [feature-wip](CN Node)Support compute node

2022-10-25 Thread GitBox
morningman merged PR #13231: URL: https://github.com/apache/doris/pull/13231 -- 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: [feature-wip](CN Node)Support compute node (#13231)

2022-10-25 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 17ba40f947 [feature-wip](CN Node)Support comp

[GitHub] [doris] hello-stephen commented on pull request #13644: [Chore](regression) Fix wrong result for decimal

2022-10-25 Thread GitBox
hello-stephen commented on PR #13644: URL: https://github.com/apache/doris/pull/13644#issuecomment-1290589003 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.26 seconds load time: 559 seconds storage size: 17154887178 Bytes https://doris-co

[GitHub] [doris] nextdreamblue commented on pull request #13650: [fix](broker) fix bug when broker load with s3a

2022-10-25 Thread GitBox
nextdreamblue commented on PR #13650: URL: https://github.com/apache/doris/pull/13650#issuecomment-1290599449 > Why remove bos and afs? broker代码中实际就没这俩吧 fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java // supported s

[GitHub] [doris] sohardforaname opened a new pull request, #13659: [Feature](Nereids)support nereids event for logging the cascades states and transformation.

2022-10-25 Thread GitBox
sohardforaname opened a new pull request, #13659: URL: https://github.com/apache/doris/pull/13659 # Proposed changes Issue Number: close #xxx ## Problem summary Add an event producer, channel, consumer system to support the feature as title and you can turn it on using s

[GitHub] [doris] morningman commented on pull request #13650: [fix](broker) fix bug when broker load with s3a

2022-10-25 Thread GitBox
morningman commented on PR #13650: URL: https://github.com/apache/doris/pull/13650#issuecomment-1290631255 > > Why remove bos and afs? > > broker代码中实际就没这俩吧 > > fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java > > ``` > //

[GitHub] [doris] morningman commented on a diff in pull request #13657: [Bug](jdbc) Fix memory leak for JDBC datasource

2022-10-25 Thread GitBox
morningman commented on code in PR #13657: URL: https://github.com/apache/doris/pull/13657#discussion_r1004558418 ## be/src/util/jni-util.cpp: ## @@ -39,13 +39,17 @@ void FindOrCreateJavaVM() { if (rv == 0) { JNIEnv* env; JavaVMInitArgs vm_args; -J

[doris] branch master updated: [improvement](test) add sync for test_agg_keys_schema_change_datev2 (#13643)

2022-10-25 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 6f18726f01 [improvement](test) add sync for

[GitHub] [doris] morningman merged pull request #13643: [improvement](test) add sync for test_agg_keys_schema_change_datev2

2022-10-25 Thread GitBox
morningman merged PR #13643: URL: https://github.com/apache/doris/pull/13643 -- 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.2-lts updated (c08568e13e -> 6f18726f01)

2022-10-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git omit c08568e13e [fix](mem) failure of allocating memory (#13414) add f0dbbe5b46 [Bug](funciton) fix repeat

[doris] branch branch-1.2-unstable updated (66ebb075e7 -> 6f18726f01)

2022-10-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git omit 66ebb075e7 [fix](load) clear and notify when an error happens in flushing omit 6b27d29e68 [Bug](p

[GitHub] [doris] adonis0147 opened a new pull request, #13660: [enhancement](java-udf) Support loading libjvm at runtime

2022-10-25 Thread GitBox
adonis0147 opened a new pull request, #13660: URL: https://github.com/apache/doris/pull/13660 # Proposed changes Load libjvm at runtime. ## Problem summary Currently, we build BE with Java UDF support by default. Unlike other dependencies which are linked with BE statica

  1   2   3   >