Re: [PR] [feature](merge-cloud) introduce copy into [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32759: URL: https://github.com/apache/doris/pull/32759#issuecomment-2024528935 TPC-H: Total hot run time: 38265 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [refactor](Nereids): compute unique and uniform property respectively [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32908: URL: https://github.com/apache/doris/pull/32908#issuecomment-2024526424 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 URL

Re: [PR] [opt](log) refactor the log dir config [doris]

2024-03-27 Thread via GitHub
Gabriel39 commented on code in PR #32933: URL: https://github.com/apache/doris/pull/32933#discussion_r1542403467 ## be/src/pipeline/pipeline_tracing.cpp: ## @@ -95,10 +95,11 @@ void PipelineTracerContext::_dump(TUniqueId query_id) { return; } +std::filesystem

Re: [PR] [build](audit-loader) remove the build script of audit loader in build.sh [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32956: URL: https://github.com/apache/doris/pull/32956#issuecomment-2024525833 TPC-H: Total hot run time: 38253 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature](shuffle) enable strict consistency dml by default [doris]

2024-03-27 Thread via GitHub
kaijchen commented on PR #32958: URL: https://github.com/apache/doris/pull/32958#issuecomment-2024525306 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 uns

Re: [PR] [fix](auth)unified workload and resource permission logic [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32907: URL: https://github.com/apache/doris/pull/32907#issuecomment-2024524809 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

Re: [PR] [Fix](Expr&code-style) check prepare&open before every VExpr execute #26673 [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on code in PR #32945: URL: https://github.com/apache/doris/pull/32945#discussion_r1542401916 ## be/src/vec/exec/vunion_node.h: ## @@ -18,8 +18,8 @@ #pragma once #include Review Comment: warning: 'glog/logging.h' file not found [clang-diagno

Re: [PR] [fix](auth)unified workload and resource permission logic [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32907: URL: https://github.com/apache/doris/pull/32907#issuecomment-2024524837 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

Re: [PR] [feature](shuffle) enable strict consistency dml by default [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32958: URL: https://github.com/apache/doris/pull/32958#issuecomment-2024524575 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](auth)unified workload and resource permission logic [doris]

2024-03-27 Thread via GitHub
morningman commented on PR #32907: URL: https://github.com/apache/doris/pull/32907#issuecomment-2024524543 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 u

[PR] [feature](shuffle) enable strict consistency dml by default [doris]

2024-03-27 Thread via GitHub
kaijchen opened a new pull request, #32958: URL: https://github.com/apache/doris/pull/32958 ## Proposed changes Set `enable_strict_consistenct_dml` to `true` by default. ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...

(doris) branch master updated: [case](rowpolicy)fix row policy has been exist (#32880)

2024-03-27 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 c2094d4c678 [case](rowpolicy)fix row policy h

Re: [PR] [case](rowpolicy)fix row policy has been exist [doris]

2024-03-27 Thread via GitHub
morningman merged PR #32880: URL: https://github.com/apache/doris/pull/32880 -- 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

Re: [PR] [fix](insert)fix hive external return msgs and exception and pass all columns to BE [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32824: URL: https://github.com/apache/doris/pull/32824#issuecomment-2024517181 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 URL

Re: [PR] [feature](Nereids): add ColumnPruningPostProcessor. [doris]

2024-03-27 Thread via GitHub
jackwener merged PR #32800: URL: https://github.com/apache/doris/pull/32800 -- 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

Re: [PR] [Fix](Expr&code-style) check prepare&open before every VExpr execute #26673 [doris]

2024-03-27 Thread via GitHub
Mryange commented on PR #32945: URL: https://github.com/apache/doris/pull/32945#issuecomment-2024515317 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 unsu

Re: [PR] Support identical column name in different index. Cherry pick [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32957: URL: https://github.com/apache/doris/pull/32957#issuecomment-2024513608 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] Support identical column name in different index. Cherry pick [doris]

2024-03-27 Thread via GitHub
Jibing-Li opened a new pull request, #32957: URL: https://github.com/apache/doris/pull/32957 cherry pick https://github.com/apache/doris/pull/32792 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

Re: [PR] [improvement](executor)Add tag property for workload group [doris]

2024-03-27 Thread via GitHub
wangbo commented on PR #32874: URL: https://github.com/apache/doris/pull/32874#issuecomment-2024511705 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 unsub

Re: [PR] [opt](log) refactor the log dir config [doris]

2024-03-27 Thread via GitHub
morningman commented on PR #32933: URL: https://github.com/apache/doris/pull/32933#issuecomment-2024511269 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 u

Re: [PR] [fix](insert)fix hive external return msgs and exception and pass all columns to BE [doris]

2024-03-27 Thread via GitHub
wsjz commented on PR #32824: URL: https://github.com/apache/doris/pull/32824#issuecomment-2024512197 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 unsubsc

Re: [PR] [improvement](executor)Add tag property for workload group [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32874: URL: https://github.com/apache/doris/pull/32874#issuecomment-2024510840 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 URL

Re: [PR] [feature](replica) support force set replicate allocation for olap tables [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32916: URL: https://github.com/apache/doris/pull/32916#issuecomment-2024508904 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

Re: [PR] [improvement](executor)Add tag property for workload group [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32874: URL: https://github.com/apache/doris/pull/32874#issuecomment-2024507515 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 URL

Re: [PR] [feature](replica) support force set replicate allocation for olap tables [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32916: URL: https://github.com/apache/doris/pull/32916#issuecomment-2024508976 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

Re: [PR] [feature](merge-cloud) Add `SecurityChecker` for cloud [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32906: URL: https://github.com/apache/doris/pull/32906#issuecomment-2024506604 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 3a51f36c93689793419a89e1b3e06f18178487e4 with default session variables Stream

Re: [PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32955: URL: https://github.com/apache/doris/pull/32955#issuecomment-2024506581 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 46c7a05405b97de227e194ae0f8840d3bff878e3 with default session variables Stream

Re: [PR] [opt](Nereids) support create table with variant type [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32953: URL: https://github.com/apache/doris/pull/32953#issuecomment-2024504006 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit e99c7dc118af5670b110ffde28461baa5870383b with default session variables Stream

Re: [PR] [build](audit-loader) remove the build script of audit loader in build.sh [doris]

2024-03-27 Thread via GitHub
morningman commented on PR #32956: URL: https://github.com/apache/doris/pull/32956#issuecomment-2024497332 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 u

Re: [PR] [build](audit-loader) remove the build script of audit loader in build.sh [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32956: URL: https://github.com/apache/doris/pull/32956#issuecomment-2024497099 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [improvement](executor)Add tag property for workload group [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32874: URL: https://github.com/apache/doris/pull/32874#issuecomment-2024496807 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 URL

[PR] [build](audit-loader) remove the build script of audit loader in build.sh [doris]

2024-03-27 Thread via GitHub
morningman opened a new pull request, #32956: URL: https://github.com/apache/doris/pull/32956 ## Proposed changes Audit Loader is already a built-in plugin. Remove it from default `build-for-release` script. ## Further comments If this is a relatively large or complex

Re: [PR] [feature](merge-cloud) Add `SecurityChecker` for cloud [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32906: URL: https://github.com/apache/doris/pull/32906#issuecomment-2024496782 TPC-DS: Total hot run time: 180939 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32955: URL: https://github.com/apache/doris/pull/32955#issuecomment-2024496791 TPC-DS: Total hot run time: 181603 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](cdc)fix the issue caused by Oracle table names containing slash [doris-flink-connector]

2024-03-27 Thread via GitHub
JNSimba commented on code in PR #355: URL: https://github.com/apache/doris-flink-connector/pull/355#discussion_r1542382853 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/oracle/OracleDatabaseSync.java: ## @@ -120,18 +118,21 @@ public List getSchemaList(

Re: [PR] [feature](Nereids): add ColumnPruningPostProcessor. [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32800: URL: https://github.com/apache/doris/pull/32800#issuecomment-2024494313 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

Re: [PR] [improvement](executor)Add tag property for workload group [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32874: URL: https://github.com/apache/doris/pull/32874#issuecomment-2024494075 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 URL

Re: [PR] [opt](Nereids) support create table with variant type [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32953: URL: https://github.com/apache/doris/pull/32953#issuecomment-2024494574 TPC-DS: Total hot run time: 183087 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [draft]: test q39 in regression test [doris]

2024-03-27 Thread via GitHub
XieJiann commented on PR #32682: URL: https://github.com/apache/doris/pull/32682#issuecomment-2024486003 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 uns

Re: [PR] [improvement](inverted index)Avoid parsing ignore_above in add_values… [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32890: URL: https://github.com/apache/doris/pull/32890#issuecomment-2024484709 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

Re: [PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32955: URL: https://github.com/apache/doris/pull/32955#issuecomment-2024483244 TPC-H: Total hot run time: 37850 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature](merge-cloud) Add `SecurityChecker` for cloud [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32906: URL: https://github.com/apache/doris/pull/32906#issuecomment-2024483190 TPC-H: Total hot run time: 37644 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [opt](Nereids) support create table with variant type [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32953: URL: https://github.com/apache/doris/pull/32953#issuecomment-2024480698 TPC-H: Total hot run time: 37790 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024473757 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 URL

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024473673 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

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2024469951 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit a668412b14c8a498f03c49200892d73ebebb2a20 with default session variables Stream

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
HappenLee commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024469150 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 un

Re: [PR] [Fix](Hive-Metastore) fix that if JDBC reads the NULL value, it will cause NPE [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32831: URL: https://github.com/apache/doris/pull/32831#issuecomment-2024465544 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 58e23b0f585f5e4ed720a254e54e5cd9dfa2e39a with default session variables Stream

Re: [I] [Bug] Hardware Info in web home page loading and NPE in fe log [doris]

2024-03-27 Thread via GitHub
chaos-cn commented on issue #31979: URL: https://github.com/apache/doris/issues/31979#issuecomment-2024463036 > do u want to submit a PR to fix it? @chaos-cn If you can, please help submit a PR to fix it, for some reason, my network here to access github is very unstable. tks @morrySn

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2024461838 TPC-DS: Total hot run time: 182281 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [chore](cloud) remove unused include in meta service [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32934: URL: https://github.com/apache/doris/pull/32934#issuecomment-2024461467 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

Re: [PR] [chore](cloud) remove unused include in meta service [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32934: URL: https://github.com/apache/doris/pull/32934#issuecomment-2024461452 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

Re: [PR] [improvement](spill) spill trigger improvement [doris]

2024-03-27 Thread via GitHub
yiguolei commented on code in PR #32641: URL: https://github.com/apache/doris/pull/32641#discussion_r1542352340 ## be/src/runtime/workload_group/workload_group.h: ## @@ -141,7 +166,8 @@ class WorkloadGroup : public std::enable_shared_from_this { const uint64_t _id; st

Re: [PR] [Fix](Hive-Metastore) fix that if JDBC reads the NULL value, it will cause NPE [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32831: URL: https://github.com/apache/doris/pull/32831#issuecomment-2024458453 TPC-DS: Total hot run time: 182503 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32955: URL: https://github.com/apache/doris/pull/32955#issuecomment-2024458404 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

Re: [PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32955: URL: https://github.com/apache/doris/pull/32955#issuecomment-2024458376 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

(doris) branch branch-2.1 updated (8919297d7de -> 2edf9ef301f)

2024-03-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git omit 8919297d7de f omit 9f3f97000ad [fix](nereids) do not push '<=>' rf through nlj outer join (#32952) new

(doris) 01/01: [fix](nereids) do not push '<=>' rf through nlj outer join (#32952)

2024-03-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit 2edf9ef301f335bd5accbc4152415268a622b680 Author: minghong AuthorDate: Thu Mar 28 13:29:29 2024 +0800 [fix](ner

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024457871 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

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024457856 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

Re: [PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
morrySnow commented on PR #32955: URL: https://github.com/apache/doris/pull/32955#issuecomment-2024457151 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 un

Re: [PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32955: URL: https://github.com/apache/doris/pull/32955#issuecomment-2024457121 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](compile) fe cannot compile in idea [doris]

2024-03-27 Thread via GitHub
morrySnow opened a new pull request, #32955: URL: https://github.com/apache/doris/pull/32955 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024455732 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 URL

(doris) branch branch-2.1 updated: f

2024-03-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 8919297d7de f 8919297d7de is described

Re: [PR] [fix](Nereids) support variant column with index when create table [doris]

2024-03-27 Thread via GitHub
morrySnow commented on PR #32948: URL: https://github.com/apache/doris/pull/32948#issuecomment-2024452971 run feut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
HappenLee opened a new pull request, #32954: URL: https://github.com/apache/doris/pull/32954 ## Proposed changes reduce the copy constructor to call ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024451421 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2024452426 TPC-H: Total hot run time: 38219 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [I] [Bug] explode_json_array_sting 无法解析复杂json [doris]

2024-03-27 Thread via GitHub
gaozhan333 commented on issue #14699: URL: https://github.com/apache/doris/issues/14699#issuecomment-2024451869 > when we use 'explode_json_array_string', we should give an array string which element is still string. For example, your case is '[{"k1":"v1","k2":"v2"},{"k1":"v11","k2":"v22"}]

Re: [PR] [exec](column) change some complex column move to noexcept [doris]

2024-03-27 Thread via GitHub
HappenLee commented on PR #32954: URL: https://github.com/apache/doris/pull/32954#issuecomment-2024451463 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 un

Re: [PR] [feature](merge-cloud) Add `SecurityChecker` for cloud [doris]

2024-03-27 Thread via GitHub
SWJTU-ZhangLei commented on PR #32906: URL: https://github.com/apache/doris/pull/32906#issuecomment-2024450256 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](Hive-Metastore) fix that if JDBC reads the NULL value, it will cause NPE [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32831: URL: https://github.com/apache/doris/pull/32831#issuecomment-2024448915 TPC-H: Total hot run time: 37726 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [opt](Nereids) support create table with variant type [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32953: URL: https://github.com/apache/doris/pull/32953#issuecomment-2024446704 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [opt](Nereids) support create table with variant type [doris]

2024-03-27 Thread via GitHub
morrySnow commented on PR #32953: URL: https://github.com/apache/doris/pull/32953#issuecomment-2024446711 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 un

[PR] [opt](Nereids) support create table with variant type [doris]

2024-03-27 Thread via GitHub
morrySnow opened a new pull request, #32953: URL: https://github.com/apache/doris/pull/32953 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] [opt](log) refactor the log dir config [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32933: URL: https://github.com/apache/doris/pull/32933#issuecomment-2024443110 TeamCity be ut coverage result: Function Coverage: 35.63% (8835/24797) Line Coverage: 27.34% (72407/264812) Region Coverage: 26.57% (37561/141349) Branch Coverage: 23.3

Re: [PR] [Enhancement] (branch-2.0) when partition column is datetime, date can work in create table command [doris]

2024-03-27 Thread via GitHub
xiedeyantu commented on PR #32844: URL: https://github.com/apache/doris/pull/32844#issuecomment-2024442062 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 u

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-03-27 Thread via GitHub
morrySnow commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2024438648 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 un

(doris) branch branch-2.1 updated: [fix](nereids) do not push '<=>' rf through nlj outer join (#32952)

2024-03-27 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 9f3f97000ad [fix](nereids) do not push

Re: [PR] [fix](nereids) do not push '<=>' rf through nlj outer join [doris]

2024-03-27 Thread via GitHub
englefly merged PR #32952: URL: https://github.com/apache/doris/pull/32952 -- 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

Re: [PR] [fix](insert)fix hive external return msgs and exception and pass all columns to BE [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32824: URL: https://github.com/apache/doris/pull/32824#issuecomment-2024435577 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit df983edd7545a4891059b86b8d0aaf494a98b480 with default session variables Stream

[PR] [fix](nereids) do not push '<=>' rf through nlj outer join [doris]

2024-03-27 Thread via GitHub
englefly opened a new pull request, #32952: URL: https://github.com/apache/doris/pull/32952 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [fix](nereids) do not push '<=>' rf through nlj outer join [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32952: URL: https://github.com/apache/doris/pull/32952#issuecomment-2024434890 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [I] [Bug] Hardware Info in web home page loading and NPE in fe log [doris]

2024-03-27 Thread via GitHub
morrySnow commented on issue #31979: URL: https://github.com/apache/doris/issues/31979#issuecomment-2024434049 do u want to submit a PR to fix it? @chaos-cn -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [fix](insert)fix hive external return msgs and exception and pass all columns to BE [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32824: URL: https://github.com/apache/doris/pull/32824#issuecomment-2024420815 TPC-DS: Total hot run time: 182344 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2024419702 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 11ffe2e88ffefcce8e05cb0a24ebf3d0e7003875 with default session variables Stream

Re: [PR] [improvement](doris-compose) Add more config for custom file [doris]

2024-03-27 Thread via GitHub
yujun777 commented on PR #32949: URL: https://github.com/apache/doris/pull/32949#issuecomment-2024419266 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 uns

Re: [PR] [opt](log) refactor the log dir config [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32933: URL: https://github.com/apache/doris/pull/32933#issuecomment-2024412899 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 2b4bdeea332c0d6fd710203765b6d5f827a83b64 with default session variables Stream

Re: [PR] [Fix](Hive-Metastore) fix that if JDBC reads the NULL value, it will cause NPE [doris]

2024-03-27 Thread via GitHub
BePPPower commented on PR #32831: URL: https://github.com/apache/doris/pull/32831#issuecomment-2024413200 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 un

Re: [I] [Bug] batch write throw java.lang.InterruptedException [doris-flink-connector]

2024-03-27 Thread via GitHub
gj-zhang commented on issue #336: URL: https://github.com/apache/doris-flink-connector/issues/336#issuecomment-2024412553 have you resolved this issue? I'm facing the same problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [Improvement](execution) Use single phase execution commit if only 1 BE is used [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on code in PR #32937: URL: https://github.com/apache/doris/pull/32937#discussion_r1542320100 ## be/src/pipeline/exec/exchange_sink_operator.cpp: ## @@ -203,6 +178,39 @@ Status ExchangeSinkLocalState::init(RuntimeState* state, LocalSinkStateInfo& in

Re: [PR] [fix](Nereids) support variant column with index when create table [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32948: URL: https://github.com/apache/doris/pull/32948#issuecomment-2024406882 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 947216aef74762f1c91036d13ee72e74e7e1642b with default session variables Stream

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2024405209 TPC-DS: Total hot run time: 181601 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](insert)fix hive external return msgs and exception and pass all columns to BE [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32824: URL: https://github.com/apache/doris/pull/32824#issuecomment-2024403418 TPC-H: Total hot run time: 38088 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [opt](log) refactor the log dir config [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32933: URL: https://github.com/apache/doris/pull/32933#issuecomment-2024403250 TPC-DS: Total hot run time: 182219 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improvement](execution) Use single phase execution commit if only 1 BE is used [doris]

2024-03-27 Thread via GitHub
Gabriel39 commented on PR #32937: URL: https://github.com/apache/doris/pull/32937#issuecomment-2024402783 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 un

(doris) branch branch-2.1 updated (3620a93da83 -> 9fa6c3f2a79)

2024-03-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 3620a93da83 2.1.1-rc03 add 9fa6c3f2a79 [fix](auth)show grants error (#32951) No new revisions were added

Re: [PR] [fix](auth)show grants error [doris]

2024-03-27 Thread via GitHub
morningman merged PR #32951: URL: https://github.com/apache/doris/pull/32951 -- 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

Re: [PR] [fix](Nereids) support variant column with index when create table [doris]

2024-03-27 Thread via GitHub
doris-robot commented on PR #32948: URL: https://github.com/apache/doris/pull/32948#issuecomment-2024400528 TPC-DS: Total hot run time: 182166 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

  1   2   3   4   5   6   7   8   9   >