Re: [PR] [feature](Nereids): remove True in Join condition [doris]

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

Re: [PR] [Fix](row cache) invalid row cache using key encoded without sequence… [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26948: URL: https://github.com/apache/doris/pull/26948#issuecomment-1809703681 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.85 seconds stream load tsv: 573 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](clang-tidy) Remove some confusing check of clang-tidy [doris]

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

[PR] [chore](clang-tidy) Remove some confusing check of clang-tidy [doris]

2023-11-13 Thread via GitHub
zclllyybb opened a new pull request, #26953: URL: https://github.com/apache/doris/pull/26953 ## Proposed changes Issue Number: close #xxx You may notice some of the new checks of BE are misleading and confusing. Now remove some of them which have high probability of being

Re: [PR] [improvement](regression-test) add more group commit regression-test [doris]

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

Re: [PR] [minor](stats) rename stats related session variable name [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26936: URL: https://github.com/apache/doris/pull/26936#issuecomment-1809699813 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

[PR] [improvement](regression-test) add more group commit regression-test [doris]

2023-11-13 Thread via GitHub
hust-hhb opened a new pull request, #26952: URL: https://github.com/apache/doris/pull/26952 ## Proposed changes These regression test will be divided into three type: insert into , stream load, http stream. And each type hase four scenario: long time load, load with schema change,

[PR] [feature](Nereids): remove True in Join condition [doris]

2023-11-13 Thread via GitHub
jackwener opened a new pull request, #26951: URL: https://github.com/apache/doris/pull/26951 ## Proposed changes Remove `True` in Join Condition like `SELECT * FROM t1 JOIN t2 on True`; ## Further comments If this is a relatively large or complex change, kick off

Re: [PR] [func](jsonb)support json_depth function [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on code in PR #24801: URL: https://github.com/apache/doris/pull/24801#discussion_r1392129466 ## be/src/vec/functions/function_jsonb.cpp: ## @@ -1287,6 +1287,57 @@ struct JsonbContainsAndPathImpl { } }; +class FunctionJsonbDepth : public

Re: [PR] [refactor](datatype) Introduce a toolkits for clarify datelike types usage [doris]

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

Re: [PR] [improvement](statistics)Multi bucket columns using DUJ1 to collect ndv. [doris]

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

Re: [PR] [Fix](row cache) invalid row cache using key encoded without sequence… [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26948: URL: https://github.com/apache/doris/pull/26948#issuecomment-1809690935 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 3bbc1e20e0baadcb2af3228ab490770c383be86f, data reload: false

Re: [PR] [Fix](Planner) fix varchar does not show real length [doris]

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

[PR] [improvement](statistics)Multi bucket columns using DUJ1 to collect ndv. [doris]

2023-11-13 Thread via GitHub
Jibing-Li opened a new pull request, #26950: URL: https://github.com/apache/doris/pull/26950 Using DUJ1 to collect ndv for multiple bucket columns. ## Further comments If this is a relatively large or complex change, kick off the discussion at

[I] [Bug] http put请求通过stream_load方式插入带有%号的数据异常 [doris]

2023-11-13 Thread via GitHub
wentaof opened a new issue, #26949: URL: https://github.com/apache/doris/issues/26949 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.2 ### What's

Re: [PR] [BugFix](JDBC Catalog) fix jdbc catalog query bitmap may cause be core sometimes [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26933: URL: https://github.com/apache/doris/pull/26933#issuecomment-1809674835 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

Re: [PR] [BugFix](JDBC Catalog) fix jdbc catalog query bitmap may cause be core sometimes [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26933: URL: https://github.com/apache/doris/pull/26933#issuecomment-1809674786 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

Re: [PR] [Fix](row cache) invalid row cache using key encoded without sequence… [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26948: URL: https://github.com/apache/doris/pull/26948#issuecomment-1809674214 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

Re: [PR] [Fix](row cache) invalid row cache using key encoded without sequence… [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26948: URL: https://github.com/apache/doris/pull/26948#issuecomment-1809674169 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

Re: [PR] [Fix](row cache) invalid row cache using key encoded without sequence… [doris]

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

Re: [PR] [chore][ci] add README.md for regression-test [doris]

2023-11-13 Thread via GitHub
hello-stephen commented on PR #26876: URL: https://github.com/apache/doris/pull/26876#issuecomment-1809672554 补充: 1. 写case时候 要考虑3fe 4be 和 1fe 1be情况 -- 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

Re: [PR] [chore][ci] add README.md for regression-test [doris]

2023-11-13 Thread via GitHub
zhangstar333 merged PR #26876: URL: https://github.com/apache/doris/pull/26876 -- 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:

(doris) branch master updated: [chore][ci] add README.md for regression-test (#26876)

2023-11-13 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 30c39861961 [chore][ci] add README.md for

Re: [PR] [enhancement](random_sink) change tablet search algorithm from random to round-robin for random distribution table [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26611: URL: https://github.com/apache/doris/pull/26611#issuecomment-1809669875 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

Re: [PR] [enhancement](random_sink) change tablet search algorithm from random to round-robin for random distribution table [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26611: URL: https://github.com/apache/doris/pull/26611#issuecomment-1809669824 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

Re: [PR] [fix](sink) crash caused by wild pointer of counter in VDataStreamSender [doris]

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

Re: [PR] [Fix](row cache) invalid row cache using key encoded without sequence… [doris]

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

Re: [PR] [Improve](Job)Refactor JOB [doris]

2023-11-13 Thread via GitHub
morningman commented on code in PR #26845: URL: https://github.com/apache/doris/pull/26845#discussion_r1392090982 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -1570,10 +1570,46 @@ public class Config extends ConfigBase { @ConfField public

[PR] [Fix](row cache) invalid row cache using key encoded without sequence… [doris]

2023-11-13 Thread via GitHub
eldenmoon opened a new pull request, #26948: URL: https://github.com/apache/doris/pull/26948 … column This PR change segment writer to vertical segment writer, so the regression-test case may be be passed # 24403 ## Proposed changes Issue Number: close #xxx

Re: [PR] [Enhancement](function) support unix_timestamp with float [doris]

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

Re: [PR] [regression](Nereids) add rule test for push down limit + sort test [doris]

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

[PR] [fix](sink) crash caused by wild pointer of counter in VDataStreamSender [doris]

2023-11-13 Thread via GitHub
mrhhsg opened a new pull request, #26947: URL: https://github.com/apache/doris/pull/26947 ## Proposed changes ```bash *** SIGSEGV address not mapped to object (@0x454d49545f) received by PID 16992 (TID 18856 OR 0x7f4d05444700) from PID 1296651359; stack trace: *** 0#

Re: [PR] [BugFix](JDBC Catalog) fix jdbc catalog query bitmap may cause be core sometimes [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26933: URL: https://github.com/apache/doris/pull/26933#issuecomment-1809661900 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.36 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [enhance](regression) enhance docker network by add network subnet [doris]

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

Re: [PR] [regression test](send_batch_parallelism) add test case for `send_batch_parallelism` [doris]

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

Re: [PR] [regression test](send_batch_parallelism) add test case for `send_batch_parallelism` [doris]

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

Re: [PR] [enhance](regression) enhance docker network by add network subnet [doris]

2023-11-13 Thread via GitHub
zhangguoqiang666 commented on PR #26862: URL: https://github.com/apache/doris/pull/26862#issuecomment-1809660981 run external -- 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

Re: [PR] [enhance](regression) enhance docker network by add network subnet [doris]

2023-11-13 Thread via GitHub
zhangguoqiang666 commented on PR #26862: URL: https://github.com/apache/doris/pull/26862#issuecomment-1809660502 run external -- 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

Re: [PR] [doc](fix) a new docs for k8s deploy by operator [doris]

2023-11-13 Thread via GitHub
catpineapple commented on PR #26508: URL: https://github.com/apache/doris/pull/26508#issuecomment-1809659739 run builall -- 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.

Re: [PR] [regression test](send_batch_parallelism) add test case for `send_batch_parallelism` [doris]

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

Re: [PR] [fix](memory)Modify the default conf values of `mem_limit` and `cache_last_version_interval_second` [doris]

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

Re: [PR] [feature](runtime filter) New session variable runtime_filter_wait_infinitly [doris]

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

Re: [PR] [pipelineX](dependency) Wake up task by dependencies [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26879: URL: https://github.com/apache/doris/pull/26879#issuecomment-1809654607 TeamCity be ut coverage result: Function Coverage: 36.72% (8418/22927) Line Coverage: 29.25% (68384/233790) Region Coverage: 27.87% (35333/126798) Branch Coverage:

Re: [PR] [pipelineX](dependency) Wake up task by dependencies [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on code in PR #26879: URL: https://github.com/apache/doris/pull/26879#discussion_r1392085891 ## be/src/pipeline/pipeline_x/dependency.cpp: ## @@ -294,6 +348,12 @@ std::vector HashJoinDependency::convert_block_to_null(vectorized::Bloc return

Re: [PR] [test](Nereids): add regression test [doris]

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

Re: [PR] [BugFix](JDBC Catalog) fix jdbc catalog query bitmap may cause be core sometimes [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26933: URL: https://github.com/apache/doris/pull/26933#issuecomment-1809651788 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 4ac17e5b3500af7966b388d868968cf3b5aa47c2, data reload: false

Re: [PR] [fix](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

2023-11-13 Thread via GitHub
JackDrogon commented on PR #26943: URL: https://github.com/apache/doris/pull/26943#issuecomment-1809650334 Disable restore from __keep_on_local__ from sql api. if in sql the repo __keep_on_local__, just throw `wrong fro sql call, please use thrift rpc` -- This is an automated message

Re: [PR] [fix](memory)Modify the default conf values of `mem_limit` and `cache_last_version_interval_second` [doris]

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

Re: [PR] [Branch-2.0](Serde) Fix content displayed by complex types in MySQL Client [doris]

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

[PR] [test](cold_heat)add regression test of cold heat data storing in hdfs [doris]

2023-11-13 Thread via GitHub
lsy3993 opened a new pull request, #26946: URL: https://github.com/apache/doris/pull/26946 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at

[PR] [fix](memory)Modify the default conf values of `mem_limit` and `cache_last_version_interval_second` [doris]

2023-11-13 Thread via GitHub
xinyiZzz opened a new pull request, #26945: URL: https://github.com/apache/doris/pull/26945 ## Proposed changes `mem_limit` from 80% to 90% `cache_last_version_interval_second` from 900 to 30 ## Further comments If this is a relatively large or complex change, kick

(doris) branch master updated: [test](parquet)append parquet reader byte_array_decimal and rle_bool case (#26751)

2023-11-13 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 3585c7e216f [test](parquet)append parquet

Re: [PR] [test](parquet)append parquet reader byte_array_decimal and rle_bool case. [doris]

2023-11-13 Thread via GitHub
morningman merged PR #26751: URL: https://github.com/apache/doris/pull/26751 -- 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:

Re: [PR] [Opt](load) use batching to optimize auto partition [doris]

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

(doris) branch master updated: [test](tvf) append tvf read hive_text file regression case. (#26790)

2023-11-13 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 a16517a061a [test](tvf) append tvf read

Re: [PR] [test](tvf) append tvf read hive_text file regression case. [doris]

2023-11-13 Thread via GitHub
morningman merged PR #26790: URL: https://github.com/apache/doris/pull/26790 -- 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:

Re: [PR] [regression](partial update) Add row store cases for all existing partial update cases [doris]

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

Re: [PR] [Branch-2.0](Serde) Fix content displayed by complex types in MySQL Client [doris]

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

Re: [PR] [test](tvf) append tvf read hive_text file regression case. [doris]

2023-11-13 Thread via GitHub
AshinGau commented on PR #26790: URL: https://github.com/apache/doris/pull/26790#issuecomment-1809644801 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

[I] [Bug] 分区不能命中,造成全表扫描 [doris]

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

Re: [PR] [pipelineX](dependency) Wake up task by dependencies [doris]

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

Re: [PR] [feature](runtime filter) New session variable runtime_filter_wait_infinitly [doris]

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

Re: [PR] [fix](memory)Fix MacOS perf_counters.cpp compile Error [doris]

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

Re: [PR] [Test](orc-reader) Add orc submodule's unit tests. [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26878: URL: https://github.com/apache/doris/pull/26878#issuecomment-1809641762 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

Re: [PR] [Test](orc-reader) Add orc submodule's unit tests. [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26878: URL: https://github.com/apache/doris/pull/26878#issuecomment-1809641793 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

Re: [PR] [enhancement](Nereids) make HyperGraph can be built from plan [doris]

2023-11-13 Thread via GitHub
seawinde commented on code in PR #26592: URL: https://github.com/apache/doris/pull/26592#discussion_r1392069672 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/joinorder/hypergraph/HyperGraph.java: ## @@ -304,6 +304,76 @@ private long calNodeMap(Set slots) {

Re: [PR] [enhancement](Nereids) make HyperGraph can be built from plan [doris]

2023-11-13 Thread via GitHub
seawinde commented on code in PR #26592: URL: https://github.com/apache/doris/pull/26592#discussion_r1392069672 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/joinorder/hypergraph/HyperGraph.java: ## @@ -304,6 +304,76 @@ private long calNodeMap(Set slots) {

Re: [PR] [Bug](variant)fix with disable compaction root column may lost in obj… [doris]

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

Re: [PR] [fix](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

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

Re: [PR] [feature](runtime filter) New session variable runtime_filter_wait_infinitly [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on code in PR #26888: URL: https://github.com/apache/doris/pull/26888#discussion_r1392064873 ## be/src/exprs/runtime_filter.h: ## @@ -388,13 +392,21 @@ class IRuntimeFilter { } } -int32_t wait_time_ms() { -auto

[PR] [fix](restore) fix Restore from __keep_on_local__ throws null pointer… [doris]

2023-11-13 Thread via GitHub
yuxuan-luo opened a new pull request, #26943: URL: https://github.com/apache/doris/pull/26943 … exception(#26675) ## Proposed changes Issue Number: close #26675 1. 如果 stmt 中没有携带 jobInfo,则调用 BackupHandler.getSnapshot 从内存中找,找不到报错 2. 如果有 jobInfo,则需要检查

Re: [PR] [Opt](scanner-scheduler) Optimize `BlockingQueue`, `BlockingPriorityQueue` and change remote scan thread pool. [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26784: URL: https://github.com/apache/doris/pull/26784#issuecomment-1809635594 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

Re: [PR] [Opt](scanner-scheduler) Optimize `BlockingQueue`, `BlockingPriorityQueue` and change remote scan thread pool. [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26784: URL: https://github.com/apache/doris/pull/26784#issuecomment-1809635568 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

Re: [PR] [fix](memory)Fix MacOS perf_counters.cpp compile Error [doris]

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

[PR] [fix](memory)Fix MacOS perf_counters.cpp compile Error [doris]

2023-11-13 Thread via GitHub
xinyiZzz opened a new pull request, #26942: URL: https://github.com/apache/doris/pull/26942 ## Proposed changes ``` Undefined symbols for architecture x86_64: "doris::PerfCounters::_vm_hwm", referenced from: doris::PerfCounters::get_vm_hwm() in

Re: [PR] [pipelineX](dependency) Wake up task by dependencies [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26879: URL: https://github.com/apache/doris/pull/26879#issuecomment-1809634242 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit a453ab0a008e34705d9662570ca4a5a7aa01e65f, data reload: false

Re: [PR] [Bug](variant)fix with disable compaction root column may lost in obj… [doris]

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

Re: [PR] [Improve](Job)Refactor JOB [doris]

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

Re: [PR] [Bug](variant)fix with disable compaction root column may lost in obj… [doris]

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

(doris) branch master updated: [fix](statistics)Fix external table show column stats type bug (#26910)

2023-11-13 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 cd25579bdf5 [fix](statistics)Fix external

Re: [PR] [fix](statistics)Fix external table show column stats type bug. [doris]

2023-11-13 Thread via GitHub
morningman merged PR #26910: URL: https://github.com/apache/doris/pull/26910 -- 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:

Re: [PR] [BugFix](JDBC Catalog) fix jdbc catalog query bitmap may cause be core sometimes [doris]

2023-11-13 Thread via GitHub
GoGoWen commented on code in PR #26933: URL: https://github.com/apache/doris/pull/26933#discussion_r1392060226 ## be/src/util/bitmap_value.h: ## @@ -1259,10 +1259,9 @@ class BitmapValue { } static std::string empty_bitmap() { -static BitmapValue bitmap; -

Re: [PR] [Branch-2.0](Serde) Fix content displayed by complex types in MySQL Client [doris]

2023-11-13 Thread via GitHub
morningman commented on PR #26880: URL: https://github.com/apache/doris/pull/26880#issuecomment-1809631835 missing this: regression-test/data/external_table_p0/hive/test_hive_basic_type.out -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [feature](runtime filter) New session variable runtime_filter_wait_infinitly [doris]

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

Re: [PR] [BugFix](JDBC Catalog) fix jdbc catalog query bitmap may cause be core sometimes [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26933: URL: https://github.com/apache/doris/pull/26933#issuecomment-1809630016 TeamCity be ut coverage result: Function Coverage: 36.74% (8418/22915) Line Coverage: 29.26% (68387/233686) Region Coverage: 27.87% (35343/126827) Branch Coverage:

Re: [PR] [fix](backup) return if status not ok and reduce summit job [doris]

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

Re: [PR] remove dynamic table cases [doris]

2023-11-13 Thread via GitHub
eldenmoon merged PR #26941: URL: https://github.com/apache/doris/pull/26941 -- 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:

[PR] remove dynamic table cases [doris]

2023-11-13 Thread via GitHub
eldenmoon opened a new pull request, #26941: URL: https://github.com/apache/doris/pull/26941 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at

[PR] [fix](backup) return if status not ok and reduce summit job [doris]

2023-11-13 Thread via GitHub
nextdreamblue opened a new pull request, #26940: URL: https://github.com/apache/doris/pull/26940 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at

Re: [PR] [Bug](variant)fix with disable compaction root column may lost in obj… [doris]

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

[PR] [Bug](variant)fix with disable compaction root column may lost in obj… [doris]

2023-11-13 Thread via GitHub
eldenmoon opened a new pull request, #26939: URL: https://github.com/apache/doris/pull/26939 …ect leaves ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at

Re: [PR] [fix](Nereids) column pruning under union broken unexpectedly [doris]

2023-11-13 Thread via GitHub
morrySnow merged PR #26884: URL: https://github.com/apache/doris/pull/26884 -- 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:

Re: [I] [Bug] UdfRuntimeException: Unable to call create UDF instance [doris]

2023-11-13 Thread via GitHub
lodocj commented on issue #26870: URL: https://github.com/apache/doris/issues/26870#issuecomment-1809626665 > Doris presented the error info very cliearly:FileNotFountException.Double check the udf definition.Double check the file path.Double check verything. Please take a close look

Re: [PR] [feature](runtime filter) New session variable runtime_filter_wait_infinitly [doris]

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

Re: [PR] [decimal](tests) add test case for least/greatest for decimalv3 type [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26930: URL: https://github.com/apache/doris/pull/26930#issuecomment-1809623952 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

Re: [PR] [decimal](tests) add test case for least/greatest for decimalv3 type [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26930: URL: https://github.com/apache/doris/pull/26930#issuecomment-1809623923 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

Re: [PR] [enhance](regression) enhance docker network by add network subnet [doris]

2023-11-13 Thread via GitHub
zhangguoqiang666 commented on PR #26862: URL: https://github.com/apache/doris/pull/26862#issuecomment-1809623687 run external 10 -- 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

Re: [PR] [regression](partial update) Add row store cases for all existing partial update cases [doris]

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

Re: [PR] [fix](statistics)Fix external table show column stats type bug. [doris]

2023-11-13 Thread via GitHub
github-actions[bot] commented on PR #26910: URL: https://github.com/apache/doris/pull/26910#issuecomment-1809622797 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

Re: [PR] [Feature-Variant](Variant Type) support variant type query and index [doris]

2023-11-13 Thread via GitHub
doris-robot commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1809618468 TeamCity be ut coverage result: Function Coverage: 36.65% (8427/22995) Line Coverage: 29.17% (68532/234930) Region Coverage: 27.80% (35453/127508) Branch Coverage:

  1   2   3   4   5   6   7   8   >