[GitHub] [doris] 924060929 merged pull request #13957: [fix](Nerieds) fix tpch and support trace plan's change event

2022-11-04 Thread GitBox
924060929 merged PR #13957: URL: https://github.com/apache/doris/pull/13957 -- 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: [fix](Nerieds) fix tpch and support trace plan's change event (#13957)

2022-11-04 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 06a1efdb01 [fix](Nerieds) fix tpch and suppor

[GitHub] [doris] nextdreamblue commented on a diff in pull request #12801: [enhancement](broker) broker load support tencent cos

2022-11-04 Thread GitBox
nextdreamblue commented on code in PR #12801: URL: https://github.com/apache/doris/pull/12801#discussion_r1013557768 ## fs_brokers/apache_hdfs_broker/build.sh: ## @@ -41,6 +41,10 @@ rm -rf "${BROKER_OUTPUT}" install -d "${BROKER_OUTPUT}/bin" "${BROKER_OUTPUT}/conf" \ "${BR

[doris] branch branch-1.2-lts updated (ba918b40e2 -> 06a1efdb01)

2022-11-04 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from ba918b40e2 [chore](macOS) Fix compilation errors caused by the deprecated function (#13890) add 6f3db

[GitHub] [doris] Jibing-Li commented on a diff in pull request #13883: [feature-wip](nereids) Statistics persistence

2022-11-04 Thread GitBox
Jibing-Li commented on code in PR #13883: URL: https://github.com/apache/doris/pull/13883#discussion_r1013687795 ## fe/fe-core/src/main/java/org/apache/doris/statistics/DropAnalysisJobLog.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] yiguolei commented on a diff in pull request #12620: [refactor](cv)wait on condition variable more gently

2022-11-04 Thread GitBox
yiguolei commented on code in PR #12620: URL: https://github.com/apache/doris/pull/12620#discussion_r1013691162 ## be/src/util/blocking_queue.hpp: ## @@ -47,25 +48,19 @@ class BlockingQueue { // are no more elements available. bool blocking_get(T* out) { Monot

[GitHub] [doris] wangshuo128 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-04 Thread GitBox
wangshuo128 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1013691586 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalGroupingSets.java: ## @@ -0,0 +1,227 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] yiguolei commented on a diff in pull request #12620: [refactor](cv)wait on condition variable more gently

2022-11-04 Thread GitBox
yiguolei commented on code in PR #12620: URL: https://github.com/apache/doris/pull/12620#discussion_r1013694741 ## be/src/util/blocking_priority_queue.hpp: ## @@ -49,143 +49,126 @@ class BlockingPriorityQueue { // -- timeout_ms: 0 means wait indefinitely bool blocking_

[GitHub] [doris] wangshuo128 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-04 Thread GitBox
wangshuo128 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1013695443 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalRepeat.java: ## @@ -0,0 +1,212 @@ +// Licensed to the Apache Software Foundation (AS

[GitHub] [doris] morningman commented on a diff in pull request #13959: [feature](table-valued-function) Support S3 tvf

2022-11-04 Thread GitBox
morningman commented on code in PR #13959: URL: https://github.com/apache/doris/pull/13959#discussion_r1013701332 ## fe/fe-core/src/main/java/org/apache/doris/planner/DataGenScanNode.java: ## @@ -40,15 +40,15 @@ /** * This scan node is used for table valued function. Review

[GitHub] [doris] hello-stephen commented on pull request #13965: [Refactor](join) Refine codes for hashjoin and nljoin

2022-11-04 Thread GitBox
hello-stephen commented on PR #13965: URL: https://github.com/apache/doris/pull/13965#issuecomment-1303077672 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.89 seconds load time: 455 seconds storage size: 17184096966 Bytes https://doris-co

[GitHub] [doris] wangshuo128 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-04 Thread GitBox
wangshuo128 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1013698522 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalRepeat.java: ## @@ -0,0 +1,148 @@ +// Licensed to the Apache Software Foundation (

[GitHub] [doris] Yulei-Yang commented on a diff in pull request #13914: [feature](function)Support negative index for function split_part

2022-11-04 Thread GitBox
Yulei-Yang commented on code in PR #13914: URL: https://github.com/apache/doris/pull/13914#discussion_r1013668593 ## be/src/vec/functions/function_string.h: ## @@ -1278,63 +1278,58 @@ class FunctionSplitPart : public IFunction { auto str = str_col->get_data_at(i);

[GitHub] [doris] BePPPower commented on a diff in pull request #13959: [feature](table-valued-function) Support S3 tvf

2022-11-04 Thread GitBox
BePPPower commented on code in PR #13959: URL: https://github.com/apache/doris/pull/13959#discussion_r1013716581 ## be/src/service/internal_service.cpp: ## @@ -407,6 +410,78 @@ void PInternalServiceImpl::fetch_data(google::protobuf::RpcController* cntl_base _exec_env->resu

[GitHub] [doris] morningman opened a new pull request, #13969: [feature-wip](dlf) prepare to support aliyun dlf

2022-11-04 Thread GitBox
morningman opened a new pull request, #13969: URL: https://github.com/apache/doris/pull/13969 # Proposed changes Issue Number: close #xxx ## Problem summary [What is DLF](https://www.alibabacloud.com/product/datalake-formation) This PR is a preparation for support

[GitHub] [doris] yiguolei commented on a diff in pull request #13960: [fix](memtracker) Fix DCHECK(!std::count(_consumer_tracker_stack.begin(), _consumer_tracker_stack.end(), tracker))

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13960: URL: https://github.com/apache/doris/pull/13960#discussion_r1013731494 ## be/src/runtime/load_channel_mgr.h: ## @@ -85,6 +88,7 @@ class LoadChannelMgr { std::mutex _lock; // load id -> load channel std::unordered_map> _load

[GitHub] [doris] yiguolei merged pull request #13942: [chore](be web ui)upgrade jquery version to 3.6.0

2022-11-04 Thread GitBox
yiguolei merged PR #13942: URL: https://github.com/apache/doris/pull/13942 -- 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 (06a1efdb01 -> a19e6881c7)

2022-11-04 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 06a1efdb01 [fix](Nerieds) fix tpch and support trace plan's change event (#13957) add a19e6881c7 [chore](be web

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #13970: [Enhancement](function)use extern template to date_time_add

2022-11-04 Thread GitBox
BiteThet opened a new pull request, #13970: URL: https://github.com/apache/doris/pull/13970 # Proposed changes extern template may reduce the build time. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [doris] yiguolei commented on a diff in pull request #13865: [feature](remote)Only query can use local cache when reading remote files.

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13865: URL: https://github.com/apache/doris/pull/13865#discussion_r1013746447 ## be/src/io/cache/dummy_file_cache.h: ## @@ -36,7 +36,7 @@ class DummyFileCache final : public FileCache { Status close() override { return Status::OK(); } -

[GitHub] [doris] Gabriel39 opened a new pull request, #13971: [minor](libjvm) allow users to specific java home by configurations

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

[GitHub] [doris] yiguolei commented on a diff in pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13086: URL: https://github.com/apache/doris/pull/13086#discussion_r1013774521 ## gensrc/thrift/Descriptors.thrift: ## @@ -102,8 +102,9 @@ enum TSchemaTableType { SCH_USER_PRIVILEGES, SCH_VARIABLES, SCH_VIEWS, -SCH_INVALID, -

[GitHub] [doris] hello-stephen commented on pull request #13966: [fix](tablet sink) fallback to non-vectorized interface in tablet_sink if is in progress of upgrding from 1.1-lts to 1.2-lts

2022-11-04 Thread GitBox
hello-stephen commented on PR #13966: URL: https://github.com/apache/doris/pull/13966#issuecomment-1303170171 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.02 seconds load time: 447 seconds storage size: 17179192833 Bytes https://doris-co

[GitHub] [doris] morningman commented on pull request #13971: [minor](libjvm) allow users to specific java home by configurations

2022-11-04 Thread GitBox
morningman commented on PR #13971: URL: https://github.com/apache/doris/pull/13971#issuecomment-1303172495 No need, we can just write `JAVA_HOME=xxx` in be.conf, it will be export as a env var. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] morningman closed pull request #13971: [minor](libjvm) allow users to specific java home by configurations

2022-11-04 Thread GitBox
morningman closed pull request #13971: [minor](libjvm) allow users to specific java home by configurations URL: https://github.com/apache/doris/pull/13971 -- 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 g

[GitHub] [doris] LemonLiTree opened a new pull request, #13972: [test](java-udf)add java udf RegressionTest about the currently supported data types

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

[GitHub] [doris] morningman commented on pull request #13959: [feature](table-valued-function) Support S3 tvf

2022-11-04 Thread GitBox
morningman commented on PR #13959: URL: https://github.com/apache/doris/pull/13959#issuecomment-1303174238 Need to add some regression test in next PR -- 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] hello-stephen commented on pull request #13967: [fix](load) fix a bug that reduce memory work on hard limit might be …

2022-11-04 Thread GitBox
hello-stephen commented on PR #13967: URL: https://github.com/apache/doris/pull/13967#issuecomment-1303188711 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.88 seconds load time: 451 seconds storage size: 17178690546 Bytes https://doris-co

[GitHub] [doris] k-i-d-d commented on a diff in pull request #13960: [fix](memtracker) Fix DCHECK(!std::count(_consumer_tracker_stack.begin(), _consumer_tracker_stack.end(), tracker))

2022-11-04 Thread GitBox
k-i-d-d commented on code in PR #13960: URL: https://github.com/apache/doris/pull/13960#discussion_r1013815450 ## be/src/runtime/load_channel_mgr.h: ## @@ -85,6 +88,7 @@ class LoadChannelMgr { std::mutex _lock; // load id -> load channel std::unordered_map> _load_

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13960: [fix](memtracker) Fix DCHECK(!std::count(_consumer_tracker_stack.begin(), _consumer_tracker_stack.end(), tracker))

2022-11-04 Thread GitBox
xinyiZzz commented on code in PR #13960: URL: https://github.com/apache/doris/pull/13960#discussion_r1013818390 ## be/src/runtime/load_channel_mgr.h: ## @@ -85,6 +88,7 @@ class LoadChannelMgr { std::mutex _lock; // load id -> load channel std::unordered_map> _load

[GitHub] [doris] morningman commented on pull request #13966: [fix](tablet sink) fallback to non-vectorized interface in tablet_sink if is in progress of upgrding from 1.1-lts to 1.2-lts

2022-11-04 Thread GitBox
morningman commented on PR #13966: URL: https://github.com/apache/doris/pull/13966#issuecomment-1303193284 Please add some comment for this PR -- 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] yangzhg opened a new pull request, #13973: [Enhancement](function) add to_bitmap() function with int type

2022-11-04 Thread GitBox
yangzhg opened a new pull request, #13973: URL: https://github.com/apache/doris/pull/13973 # Proposed changes Issue Number: close #xxx ## Problem summary to_bitmap function only support string param only,add to_bitmap() function with int type, this can avoid convert int

[GitHub] [doris] yiguolei commented on a diff in pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13086: URL: https://github.com/apache/doris/pull/13086#discussion_r1013843794 ## be/src/exec/schema_scan_node.cpp: ## @@ -127,7 +132,8 @@ Status SchemaScanNode::prepare(RuntimeState* state) { return Status::InternalError("schema scanner

[GitHub] [doris] yiguolei commented on a diff in pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13086: URL: https://github.com/apache/doris/pull/13086#discussion_r1013844676 ## be/src/vec/exec/vschema_scan_node.cpp: ## @@ -165,7 +170,8 @@ Status VSchemaScanNode::prepare(RuntimeState* state) { return Status::InternalError("schema s

[GitHub] [doris] yiguolei commented on a diff in pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13086: URL: https://github.com/apache/doris/pull/13086#discussion_r1013845285 ## be/test/vec/function/function_comparison_test.cpp: ## @@ -35,7 +35,7 @@ TEST(ComparisonTest, ComparisonFunctionTest) { SchemaScanner schema_scanner(column_desc

[GitHub] [doris-website] b19mud opened a new pull request, #151: [Doc] fix spelling errors

2022-11-04 Thread GitBox
b19mud opened a new pull request, #151: URL: https://github.com/apache/doris-website/pull/151 Fix 'expamle' to 'example' -- 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] b19mud opened a new pull request, #13974: [DOC] fixed spelling errors

2022-11-04 Thread GitBox
b19mud opened a new pull request, #13974: URL: https://github.com/apache/doris/pull/13974 # Proposed changes Issue Number: close #xxx ## Problem summary Fix 'expamle' to 'example' ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] hello-stephen commented on pull request #13959: [feature](table-valued-function) Support S3 tvf

2022-11-04 Thread GitBox
hello-stephen commented on PR #13959: URL: https://github.com/apache/doris/pull/13959#issuecomment-1303236731 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.44 seconds load time: 432 seconds storage size: 17154655363 Bytes https://doris-co

[GitHub] [doris] caoliang-web opened a new pull request, #13975: [doc](routineload)Common mistakes in adding routine load

2022-11-04 Thread GitBox
caoliang-web opened a new pull request, #13975: URL: https://github.com/apache/doris/pull/13975 # Proposed changes Issue Number: close #xxx ## Problem summary Common mistakes in adding routine load ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [doris] hello-stephen commented on pull request #12620: [refactor](cv)wait on condition variable more gently

2022-11-04 Thread GitBox
hello-stephen commented on PR #12620: URL: https://github.com/apache/doris/pull/12620#issuecomment-1303298545 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.07 seconds load time: 446 seconds storage size: 17179983300 Bytes https://doris-co

[GitHub] [doris] yiguolei commented on a diff in pull request #13865: [feature](remote)Only query can use local cache when reading remote files.

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13865: URL: https://github.com/apache/doris/pull/13865#discussion_r1013911826 ## be/src/olap/reader.h: ## @@ -101,6 +101,8 @@ class TabletReader { bool read_orderby_key_reverse = false; // num of columns for orderby key

[GitHub] [doris] yiguolei commented on a diff in pull request #13865: [feature](remote)Only query can use local cache when reading remote files.

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13865: URL: https://github.com/apache/doris/pull/13865#discussion_r1013912893 ## be/src/olap/rowset/beta_rowset_reader.cpp: ## @@ -149,6 +149,7 @@ Status BetaRowsetReader::init(RowsetReaderContext* read_context) { read_options.record_rowid

[GitHub] [doris] yiguolei commented on a diff in pull request #13865: [feature](remote)Only query can use local cache when reading remote files.

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13865: URL: https://github.com/apache/doris/pull/13865#discussion_r1013914049 ## be/src/olap/rowset/segment_v2/segment.h: ## @@ -74,7 +74,8 @@ class Segment : public std::enable_shared_from_this { uint32_t num_rows() const { return _foote

[GitHub] [doris] yiguolei commented on a diff in pull request #13865: [feature](remote)Only query can use local cache when reading remote files.

2022-11-04 Thread GitBox
yiguolei commented on code in PR #13865: URL: https://github.com/apache/doris/pull/13865#discussion_r1013914789 ## be/src/olap/schema_change.cpp: ## @@ -1942,6 +1942,7 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2& reader_contex

[GitHub] [doris] Jibing-Li commented on a diff in pull request #13969: [feature-wip](dlf) prepare to support aliyun dlf

2022-11-04 Thread GitBox
Jibing-Li commented on code in PR #13969: URL: https://github.com/apache/doris/pull/13969#discussion_r1013905264 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HiveMetaStoreClientHelper.java: ## @@ -135,28 +140,46 @@ public static String getFormat(String input) throws Ddl

[GitHub] [doris] morrySnow opened a new pull request, #13976: [feature](Nereids) support statement having aggregate function in order by list

2022-11-04 Thread GitBox
morrySnow opened a new pull request, #13976: URL: https://github.com/apache/doris/pull/13976 # Proposed changes 1. add a feature that support statement having aggregate function in order by list. such as ```sql SELECT COUNT(*) FROM t GROUP BY c1 ORDER BY COUNT(*) DESC; ```

[GitHub] [doris] englefly closed pull request #13873: [feature](nereids) runtime filter prune

2022-11-04 Thread GitBox
englefly closed pull request #13873: [feature](nereids) runtime filter prune URL: https://github.com/apache/doris/pull/13873 -- 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] github-actions[bot] commented on pull request #13940: [enhancement](test) support tablet repair and balance process in ut

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13940: URL: https://github.com/apache/doris/pull/13940#issuecomment-1303352887 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 #13940: [enhancement](test) support tablet repair and balance process in ut

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13940: URL: https://github.com/apache/doris/pull/13940#issuecomment-1303353033 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] lide-reed opened a new issue, #13977: [Bug] BE crash when execute an inserting into select statement.

2022-11-04 Thread GitBox
lide-reed opened a new issue, #13977: URL: https://github.com/apache/doris/issues/13977 ### 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-rc02

[GitHub] [doris] hello-stephen commented on pull request #13969: [feature-wip](dlf) prepare to support aliyun dlf

2022-11-04 Thread GitBox
hello-stephen commented on PR #13969: URL: https://github.com/apache/doris/pull/13969#issuecomment-1303432698 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.73 seconds load time: 447 seconds storage size: 17178443022 Bytes https://doris-co

[GitHub] [doris] HappenLee commented on pull request #13973: [Enhancement](function) add to_bitmap() function with int type

2022-11-04 Thread GitBox
HappenLee commented on PR #13973: URL: https://github.com/apache/doris/pull/13973#issuecomment-1303466982 Maybe we should only keep `to_bitmap(bigint)` del the `to_bitmap(string)` after next version ? -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [doris] zhangstar333 opened a new pull request, #13978: [Bug](Bitmap) fix sub_bitmap calculate wrong result to return null

2022-11-04 Thread GitBox
zhangstar333 opened a new pull request, #13978: URL: https://github.com/apache/doris/pull/13978 # Proposed changes Issue Number: close #13968 #13964 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] zhangstar333 commented on issue #13968: [Bug] sub_bitmap/bitmap_subset_limit return null when the bitmap count is 1

2022-11-04 Thread GitBox
zhangstar333 commented on issue #13968: URL: https://github.com/apache/doris/issues/13968#issuecomment-1303474497 fixed:https://github.com/apache/doris/pull/13978 -- 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] zhangstar333 commented on issue #13964: [Bug] bitmap_subset_in_range function when there is only one data in the bitmap, the function get the sub-bitmap is null, not itself.

2022-11-04 Thread GitBox
zhangstar333 commented on issue #13964: URL: https://github.com/apache/doris/issues/13964#issuecomment-1303475099 fixed:https://github.com/apache/doris/pull/13978 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #13970: [Enhancement](function)use extern template to date_time_add

2022-11-04 Thread GitBox
hello-stephen commented on PR #13970: URL: https://github.com/apache/doris/pull/13970#issuecomment-1303485465 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.38 seconds load time: 445 seconds storage size: 17178983521 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13972: [test](java-udf)add java udf RegressionTest about the currently supported data types

2022-11-04 Thread GitBox
hello-stephen commented on PR #13972: URL: https://github.com/apache/doris/pull/13972#issuecomment-1303559762 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.61 seconds load time: 446 seconds storage size: 17178779139 Bytes https://doris-co

[GitHub] [doris] starocean999 opened a new pull request, #13979: [fix](join)ColumnNullable need handle const column with nullable const value (#13866)

2022-11-04 Thread GitBox
starocean999 opened a new pull request, #13979: URL: https://github.com/apache/doris/pull/13979 # Proposed changes Issue Number: close (https://github.com/apache/doris/issues/13977) ## Problem summary cherry-pick from https://github.com/apache/doris/pull/13866

[GitHub] [doris] hello-stephen commented on pull request #13973: [Enhancement](function) add to_bitmap() function with int type

2022-11-04 Thread GitBox
hello-stephen commented on PR #13973: URL: https://github.com/apache/doris/pull/13973#issuecomment-1303654361 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.84 seconds load time: 452 seconds storage size: 17179876864 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #13961: [fix](nereids) cannot collect decimal column stats

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13961: URL: https://github.com/apache/doris/pull/13961#issuecomment-1303718713 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 #13962: [Improvement](javaudf) improve java class loader usage

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13962: URL: https://github.com/apache/doris/pull/13962#issuecomment-1303741894 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 #13962: [Improvement](javaudf) improve java class loader usage

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

[GitHub] [doris] yixiutt opened a new pull request, #13980: [feature](compaction) support vertical compaction

2022-11-04 Thread GitBox
yixiutt opened a new pull request, #13980: URL: https://github.com/apache/doris/pull/13980 # 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 #13763: [feature](function)add search functions: multi_search_all_positions & multi_match_any

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13763: URL: https://github.com/apache/doris/pull/13763#issuecomment-1303790007 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 #13763: [feature](function)add search functions: multi_search_all_positions & multi_match_any

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13763: URL: https://github.com/apache/doris/pull/13763#issuecomment-1303790096 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] BePPPower commented on a diff in pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-11-04 Thread GitBox
BePPPower commented on code in PR #13086: URL: https://github.com/apache/doris/pull/13086#discussion_r1014204355 ## gensrc/thrift/Descriptors.thrift: ## @@ -102,8 +102,9 @@ enum TSchemaTableType { SCH_USER_PRIVILEGES, SCH_VARIABLES, SCH_VIEWS, -SCH_INVALID, -

[GitHub] [doris] github-actions[bot] commented on pull request #13960: [fix](load) Fix load channel mgr lock

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13960: URL: https://github.com/apache/doris/pull/13960#issuecomment-1303799012 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 #13966: [fix](tablet sink) fallback to non-vectorized interface in tablet_sink if is in progress of upgrding from 1.1-lts to 1.2-lts

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13966: URL: https://github.com/apache/doris/pull/13966#issuecomment-1303800656 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 #13966: [fix](tablet sink) fallback to non-vectorized interface in tablet_sink if is in progress of upgrding from 1.1-lts to 1.2-lts

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13966: URL: https://github.com/apache/doris/pull/13966#issuecomment-1303800714 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 #13976: [feature](Nereids) support statement having aggregate function in order by list

2022-11-04 Thread GitBox
hello-stephen commented on PR #13976: URL: https://github.com/apache/doris/pull/13976#issuecomment-1303835144 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.31 seconds load time: 459 seconds storage size: 17185163279 Bytes https://doris-co

[doris] branch master updated: [fix](load) Fix load channel mgr lock (#13960)

2022-11-04 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi 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 f87be09d69 [fix](load) Fix load channel mgr loc

[GitHub] [doris] xinyiZzz merged pull request #13960: [fix](load) Fix load channel mgr lock

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

[GitHub] [doris] hello-stephen commented on pull request #13978: [Bug](Bitmap) fix sub_bitmap calculate wrong result to return null

2022-11-04 Thread GitBox
hello-stephen commented on PR #13978: URL: https://github.com/apache/doris/pull/13978#issuecomment-1303894962 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.99 seconds load time: 453 seconds storage size: 17183095979 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13785: [Feature](Sequence) Support sequence_match and sequence_count functions

2022-11-04 Thread GitBox
hello-stephen commented on PR #13785: URL: https://github.com/apache/doris/pull/13785#issuecomment-1303944569 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.67 seconds load time: 456 seconds storage size: 17177871073 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13933: [test](delete) Add more deletion test cases

2022-11-04 Thread GitBox
hello-stephen commented on PR #13933: URL: https://github.com/apache/doris/pull/13933#issuecomment-1303962027 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.37 seconds load time: 453 seconds storage size: 17180614520 Bytes https://doris-co

[GitHub] [doris] vkingnew opened a new issue, #13981: WIDTH_BUCKET function support

2022-11-04 Thread GitBox
vkingnew opened a new issue, #13981: URL: https://github.com/apache/doris/issues/13981 ### 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 > functio

[GitHub] [doris] github-actions[bot] commented on pull request #9350: remove explicit memtracker from scannode

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #9350: URL: https://github.com/apache/doris/pull/9350#issuecomment-1304350905 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] morningman merged pull request #13966: [fix](tablet sink) fallback to non-vectorized interface in tablet_sink if is in progress of upgrding from 1.1-lts to 1.2-lts

2022-11-04 Thread GitBox
morningman merged PR #13966: URL: https://github.com/apache/doris/pull/13966 -- 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 (f87be09d69 -> 04830af039)

2022-11-04 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 f87be09d69 [fix](load) Fix load channel mgr lock (#13960) add 04830af039 [fix](tablet sink) fallback to non-ve

[doris] branch branch-1.2-unstable updated (d28010428c -> 04830af039)

2022-11-04 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 discard d28010428c [fix](memtracker) Fix DCHECK(!std::count(_consumer_tracker_stack.begin(), _consumer_track

[GitHub] [doris] github-actions[bot] commented on pull request #13974: [typo](doc) fixed spelling errors

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13974: URL: https://github.com/apache/doris/pull/13974#issuecomment-1304379788 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 #13974: [typo](doc) fixed spelling errors

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13974: URL: https://github.com/apache/doris/pull/13974#issuecomment-1304379794 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 commented on a diff in pull request #13969: [feature-wip](dlf) prepare to support aliyun dlf

2022-11-04 Thread GitBox
morningman commented on code in PR #13969: URL: https://github.com/apache/doris/pull/13969#discussion_r1014550596 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HiveMetaStoreClientHelper.java: ## @@ -135,28 +140,46 @@ public static String getFormat(String input) throws Dd

[GitHub] [doris] dataalive commented on pull request #13979: [fix](join)ColumnNullable need handle const column with nullable const value (#13866)

2022-11-04 Thread GitBox
dataalive commented on PR #13979: URL: https://github.com/apache/doris/pull/13979#issuecomment-1304382973 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] morningman commented on a diff in pull request #13969: [feature-wip](dlf) prepare to support aliyun dlf

2022-11-04 Thread GitBox
morningman commented on code in PR #13969: URL: https://github.com/apache/doris/pull/13969#discussion_r1014552099 ## fe/fe-core/src/main/java/org/apache/doris/datasource/EsExternalCatalog.java: ## @@ -74,61 +76,45 @@ public class EsExternalCatalog extends ExternalCatalog {

[GitHub] [doris] github-actions[bot] commented on pull request #13975: [doc](routineload)Common mistakes in adding routine load

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13975: URL: https://github.com/apache/doris/pull/13975#issuecomment-1304405748 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 #13975: [doc](routineload)Common mistakes in adding routine load

2022-11-04 Thread GitBox
github-actions[bot] commented on PR #13975: URL: https://github.com/apache/doris/pull/13975#issuecomment-1304405742 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] Gabriel39 merged pull request #13962: [Improvement](javaudf) improve java class loader usage

2022-11-04 Thread GitBox
Gabriel39 merged PR #13962: URL: https://github.com/apache/doris/pull/13962 -- 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](javaudf) improve java loader usage (#13962)

2022-11-04 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 2ee7ba79a8 [Improvement](javaudf) improve jav

[GitHub] [doris] Yukang-Lian opened a new issue, #13982: [Feature] group_uniq_array function

2022-11-04 Thread GitBox
Yukang-Lian opened a new issue, #13982: URL: https://github.com/apache/doris/issues/13982 ### 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 **synt

[GitHub] [doris] Yukang-Lian commented on issue #13981: WIDTH_BUCKET function support

2022-11-04 Thread GitBox
Yukang-Lian commented on issue #13981: URL: https://github.com/apache/doris/issues/13981#issuecomment-1304419306 Yeah, thanks for your advice. We will support it in the future. I think maybe in one month or two. -- This is an automated message from the Apache Git Service. To respond to th