(doris) branch master updated: [fix](cloud) Fix wrong error msg when not in cloud mode (#31814)

2024-03-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3f997cedc94 [fix](cloud) Fix wrong error msg wh

Re: [PR] [Bug](load) fix wrong data in mv when routine load with function mapping [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31787: URL: https://github.com/apache/doris/pull/31787 -- 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: [Bug](load) fix wrong data in mv when routine load with function mapping (#31787)

2024-03-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1bede293e35 [Bug](load) fix wrong data in mv wh

Re: [PR] [fix](multi-catalog) fix iceberg defalut credentials proviers [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31704: URL: https://github.com/apache/doris/pull/31704 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch master updated: [fix](multi-catalog) fix iceberg defalut credentials proviers (#31704)

2024-03-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 694a25313d6 [fix](multi-catalog) fix iceberg de

Re: [PR] [feature](docker)Doris On Docker All In One [doris]

2024-03-06 Thread via GitHub
yiguolei commented on PR #31735: URL: https://github.com/apache/doris/pull/31735#issuecomment-1980783937 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](regression test) fix alter force property in cloud mode [doris]

2024-03-06 Thread via GitHub
yujun777 commented on PR #31874: URL: https://github.com/apache/doris/pull/31874#issuecomment-1980784146 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 unsubscri

Re: [PR] [fix](reader) wrong bytes_req size in CachedRemoteFileReader [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31838: URL: https://github.com/apache/doris/pull/31838#issuecomment-1980788386 ClickBench: Total hot run time: 31.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [fix](jdbc catalog) fix type conversion error in MySQL JDBC Driver 5.x [doris]

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

Re: [PR] [fix](jdbc catalog) fix type conversion error in MySQL JDBC Driver 5.x [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31880: URL: https://github.com/apache/doris/pull/31880#issuecomment-1980789140 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](jdbc catalog) fix type conversion error in MySQL JDBC Driver 5.x [doris]

2024-03-06 Thread via GitHub
zy-kkk commented on PR #31880: URL: https://github.com/apache/doris/pull/31880#issuecomment-1980789272 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] [bugfix](coordinator) should use fragment id not profile fragment id to cancel fragment [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31852: URL: https://github.com/apache/doris/pull/31852#issuecomment-1980793655 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](reader) wrong bytes_req size in CachedRemoteFileReader [doris]

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

Re: [PR] [Fix](Nereids) fix missing comment when creating table [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31869: URL: https://github.com/apache/doris/pull/31869 -- 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: [I] doris21 建表时,表的备注创建,都是默认“olap” [doris]

2024-03-06 Thread via GitHub
yiguolei closed issue #31829: doris21 建表时,表的备注创建,都是默认“olap” URL: https://github.com/apache/doris/issues/31829 -- 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-

(doris) branch master updated (694a25313d6 -> 71ec81198a2)

2024-03-06 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 694a25313d6 [fix](multi-catalog) fix iceberg defalut credentials proviers (#31704) add 71ec81198a2 [Fix](Nereid

Re: [PR] [Bug](partition) fix npe when prune partition with not exist partition column in mv [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31860: URL: https://github.com/apache/doris/pull/31860 -- 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 (71ec81198a2 -> bc5bb1ed5a5)

2024-03-06 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 71ec81198a2 [Fix](Nereids) fix missing comment when creating table (#31869) add bc5bb1ed5a5 [Bug](partition) fi

Re: [PR] [fix](cast) fix wrong result while cast string to float (#31781) [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31813: URL: https://github.com/apache/doris/pull/31813 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [fix](cast) fix wrong result while cast string to float (#31781) (#31813)

2024-03-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 7b384af1a99 [fix](cast) fix wrong resul

Re: [PR] [feature](rf) add filter info profile when rf run as expr [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31822: URL: https://github.com/apache/doris/pull/31822#issuecomment-1980801299 TeamCity be ut coverage result: Function Coverage: 35.40% (8559/24176) Line Coverage: 27.16% (69482/255847) Region Coverage: 26.38% (36044/136650) Branch Coverage: 23.2

Re: [PR] [Fix](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
wyxxxcat commented on PR #31692: URL: https://github.com/apache/doris/pull/31692#issuecomment-1980803594 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] [feature](replica) Add drop replica safely on backend #30303 [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31748: URL: https://github.com/apache/doris/pull/31748 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.0 updated: [feature](replica) Add drop replica safely on backend (#30303) (#31748)

2024-03-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 98a6ffcf246 [feature](replica) Add drop

Re: [PR] [feature](Nereids): support make miss slot as null alias when converting anti join [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31854: URL: https://github.com/apache/doris/pull/31854#issuecomment-1980807223 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] [feature](Nereids): support make miss slot as null alias when converting anti join [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31854: URL: https://github.com/apache/doris/pull/31854#issuecomment-1980807287 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 replay binlog gc when not found db binlog (#31463) [doris]

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

[PR] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
nanfeng1999 opened a new pull request, #31881: URL: https://github.com/apache/doris/pull/31881 ## Proposed changes Issue Number: close #xxx ![image](https://github.com/apache/doris/assets/42513321/04b493e3-b203-42a8-bb64-351f62277d87) ## Further comments If this i

Re: [PR] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31881: URL: https://github.com/apache/doris/pull/31881#issuecomment-1980808030 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] [regression test] Test the unique model by modify a value type from TINYINT to other type [doris]

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

[PR] [Fix](doc) Adjust default values [doris]

2024-03-06 Thread via GitHub
xingyingone opened a new pull request, #31882: URL: https://github.com/apache/doris/pull/31882 ## 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](mai

Re: [PR] [Fix](doc) Adjust default values [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31882: URL: https://github.com/apache/doris/pull/31882#issuecomment-1980809551 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

(doris) branch master updated: [regression test] Test the unique model by modify a value type from TINYINT to other type (#31682)

2024-03-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 88c41e34513 [regression test] Test the unique m

Re: [PR] [fix](money_format) fix money_format [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31883: URL: https://github.com/apache/doris/pull/31883#issuecomment-1980809979 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](doc) Adjust default values [doris]

2024-03-06 Thread via GitHub
xingyingone commented on PR #31882: URL: https://github.com/apache/doris/pull/31882#issuecomment-1980812589 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] [enhancement](Nereids): support more condition Date/DateTime Literal [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31858: URL: https://github.com/apache/doris/pull/31858#issuecomment-1980814292 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] [enhancement](Nereids): support more condition Date/DateTime Literal [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31858: URL: https://github.com/apache/doris/pull/31858#issuecomment-1980814354 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](money_format) fix money_format [doris]

2024-03-06 Thread via GitHub
zhiqiang- commented on PR #31883: URL: https://github.com/apache/doris/pull/31883#issuecomment-1980814756 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. T

Re: [PR] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
nanfeng1999 commented on PR #31881: URL: https://github.com/apache/doris/pull/31881#issuecomment-1980818867 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](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
HappenLee opened a new pull request, #31884: URL: https://github.com/apache/doris/pull/31884 ## 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] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31884: URL: https://github.com/apache/doris/pull/31884#issuecomment-1980821098 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] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
HappenLee commented on PR #31884: URL: https://github.com/apache/doris/pull/31884#issuecomment-1980821497 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](Nereids) fix group_concat(distinct) failed [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31873: URL: https://github.com/apache/doris/pull/31873#issuecomment-1980827776 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](Nereids) fix group_concat(distinct) failed [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31873: URL: https://github.com/apache/doris/pull/31873#issuecomment-1980827888 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](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on code in PR #31692: URL: https://github.com/apache/doris/pull/31692#discussion_r1514442889 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -393,21 +394,23 @@ void ColumnReader::_parse_zone_map(const ZoneMapPB& zone_map, WrapperField* mi

Re: [PR] [deps](docker) update docker build env to add jdk17 [doris]

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

[PR] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
HappenLee opened a new pull request, #31885: URL: https://github.com/apache/doris/pull/31885 ## 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] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31885: URL: https://github.com/apache/doris/pull/31885#issuecomment-1980831498 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](money_format) fix money_format [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on code in PR #31883: URL: https://github.com/apache/doris/pull/31883#discussion_r1514453140 ## be/src/vec/functions/function_string.h: ## @@ -26,6 +26,7 @@ #include #include Review Comment: warning: 'boost/iterator/iterator_facade.hpp' file

Re: [PR] Fix replay binlog gc when not found db binlog (#31463) [doris]

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

Re: [PR] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31885: URL: https://github.com/apache/doris/pull/31885#issuecomment-1980845489 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] [deps](docker) update docker build env to add jdk17 [doris]

2024-03-06 Thread via GitHub
morningman merged PR #31644: URL: https://github.com/apache/doris/pull/31644 -- 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] [deps](docker) update docker build env to add jdk17 [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31644: URL: https://github.com/apache/doris/pull/31644#issuecomment-1980847166 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 master updated: [deps](docker) update docker build env to add jdk17 (#31644)

2024-03-06 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 6d237335cd8 [deps](docker) update docker buil

Re: [PR] [fix](binlog) Fix replay binlog gc when not found db binlog (#31463) [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31872: URL: https://github.com/apache/doris/pull/31872#issuecomment-1980847599 ClickBench: Total hot run time: 30.46 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](tvf) doris support kafka tvf [doris]

2024-03-06 Thread via GitHub
morrySnow commented on PR #31881: URL: https://github.com/apache/doris/pull/31881#issuecomment-1980851545 replace snapshot with text for search engine and git commit msg friendly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [fix](binlog) Fix replay binlog gc when not found db binlog (#31463) [doris]

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

Re: [PR] [feature](pipelineX) support paritition tablet sink shuffle [doris]

2024-03-06 Thread via GitHub
zhangstar333 commented on PR #31689: URL: https://github.com/apache/doris/pull/31689#issuecomment-1980855886 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] [nereids] explode function stats configurable [doris]

2024-03-06 Thread via GitHub
morrySnow merged PR #31807: URL: https://github.com/apache/doris/pull/31807 -- 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 branch-2.0 updated: [chore](Nereids) explode function stats configurable (#31807)

2024-03-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 86b2cf810e6 [chore](Nereids) explode f

Re: [PR] [Feature](TrinoConnector-Catalog) Be supports trino-connector catalog [doris]

2024-03-06 Thread via GitHub
BePPPower commented on PR #31879: URL: https://github.com/apache/doris/pull/31879#issuecomment-1980863484 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](external catalog)Add partition grammar for external catalog to create table [doris]

2024-03-06 Thread via GitHub
wuwenchi commented on PR #31585: URL: https://github.com/apache/doris/pull/31585#issuecomment-1980873183 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] [feature](external catalog)Add partition grammar for external catalog to create table [doris]

2024-03-06 Thread via GitHub
morningman commented on code in PR #31585: URL: https://github.com/apache/doris/pull/31585#discussion_r1510555184 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateTableInfo.java: ## @@ -867,9 +717,13 @@ public CreateTableStmt translateToLegacy

Re: [PR] [feature](external catalog)Add partition grammar for external catalog to create table [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31585: URL: https://github.com/apache/doris/pull/31585#issuecomment-1980883364 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] [feature](external catalog)Add partition grammar for external catalog to create table [doris]

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

[PR] [improvement](mtmv) Improve the performance for query rewritting by materialized view [doris]

2024-03-06 Thread via GitHub
seawinde opened a new pull request, #31886: URL: https://github.com/apache/doris/pull/31886 ## Proposed changes - Limit the number of times for the query rewritting to the group - Remove the unnecessary log and explain detail info in query ## Further comments If this i

Re: [PR] [improvement](mtmv) Improve the performance for query rewritting by materialized view [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31886: URL: https://github.com/apache/doris/pull/31886#issuecomment-1980894283 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](mtmv) Improve the performance for query rewritting by materialized view [doris]

2024-03-06 Thread via GitHub
seawinde commented on PR #31886: URL: https://github.com/apache/doris/pull/31886#issuecomment-1980894544 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] [bugfix](coordinator) should use fragment id not profile fragment id to cancel fragment [doris]

2024-03-06 Thread via GitHub
yiguolei merged PR #31852: URL: https://github.com/apache/doris/pull/31852 -- 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 (6d237335cd8 -> c5fcdabb26f)

2024-03-06 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 6d237335cd8 [deps](docker) update docker build env to add jdk17 (#31644) add c5fcdabb26f [bugfix](coordinator)

Re: [PR] [feature](merge-cloud) implement alter table property of cloud mode [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31887: URL: https://github.com/apache/doris/pull/31887#issuecomment-1980896760 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] [feature](merge-cloud) implement alter table property of cloud mode [doris]

2024-03-06 Thread via GitHub
luwei16 opened a new pull request, #31887: URL: https://github.com/apache/doris/pull/31887 ## 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] [feature](merge-cloud) implement alter table property of cloud mode [doris]

2024-03-06 Thread via GitHub
luwei16 commented on PR #31887: URL: https://github.com/apache/doris/pull/31887#issuecomment-1980897130 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] [enhancement](cloud) add CloudTabletStatMgr to capture stats in cloud mode [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31818: URL: https://github.com/apache/doris/pull/31818#issuecomment-1980897550 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] disable pipeline in cloud_p0 [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31825: URL: https://github.com/apache/doris/pull/31825#issuecomment-1980901011 TeamCity be ut coverage result: Function Coverage: 35.41% (8559/24174) Line Coverage: 27.16% (69481/255816) Region Coverage: 26.38% (36044/136639) Branch Coverage: 23.2

Re: [PR] [fix](http stream) http stream support memtable_on_sink_node header [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31866: URL: https://github.com/apache/doris/pull/31866#issuecomment-1980901707 TeamCity be ut coverage result: Function Coverage: 35.41% (8559/24174) Line Coverage: 27.16% (69482/255812) Region Coverage: 26.38% (36044/136633) Branch Coverage: 23.2

Re: [PR] [enhance](io) Set segment file size to rowset meta [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31853: URL: https://github.com/apache/doris/pull/31853#issuecomment-1980902317 TeamCity be ut coverage result: Function Coverage: 35.40% (8557/24169) Line Coverage: 27.15% (69463/255855) Region Coverage: 26.38% (36043/136648) Branch Coverage: 23.2

Re: [PR] [Bug](fix) fix or and "<=>" cause coredump in query [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31884: URL: https://github.com/apache/doris/pull/31884#issuecomment-1980902474 TeamCity be ut coverage result: Function Coverage: 35.41% (8559/24174) Line Coverage: 27.16% (69477/255808) Region Coverage: 26.38% (36040/136633) Branch Coverage: 23.2

Re: [PR] [feature](merge-cloud) implement alter table property of cloud mode [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31887: URL: https://github.com/apache/doris/pull/31887#issuecomment-1980916286 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] [fix](function) fix date_format function execution error on fe [doris]

2024-03-06 Thread via GitHub
zclllyybb commented on PR #31645: URL: https://github.com/apache/doris/pull/31645#issuecomment-1980920636 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](Nereids) fix group_concat(distinct) failed [doris]

2024-03-06 Thread via GitHub
starocean999 merged PR #31873: URL: https://github.com/apache/doris/pull/31873 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris

(doris) branch master updated (c5fcdabb26f -> 7ed02637dd8)

2024-03-06 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c5fcdabb26f [bugfix](coordinator) should use fragment id not profile fragment id to cancel fragment (#31852)

Re: [PR] [enhancement](Nereids): support more condition Date/DateTime Literal [doris]

2024-03-06 Thread via GitHub
starocean999 merged PR #31858: URL: https://github.com/apache/doris/pull/31858 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris

(doris) branch master updated (7ed02637dd8 -> dbb757382ad)

2024-03-06 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 7ed02637dd8 [fix](Nereids) fix group_concat(distinct) failed (#31873) add dbb757382ad [enhancement](Nereids)

Re: [PR] [enhancement](cloud) add CloudTabletStatMgr to capture stats in cloud mode [doris]

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

(doris) branch master updated: [enhancement](cloud) add CloudTabletStatMgr to capture stats in cloud mode (#31818)

2024-03-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d5514fa07e6 [enhancement](cloud) add CloudTa

Re: [PR] [enhancement](cloud) update rows and versions after load [doris]

2024-03-06 Thread via GitHub
freemandealer commented on PR #31750: URL: https://github.com/apache/doris/pull/31750#issuecomment-1980935294 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. T

Re: [PR] [fix](cloud) fix create tablet miss cluster key index [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31862: URL: https://github.com/apache/doris/pull/31862#issuecomment-1980947635 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] [feat](nereids) add merge aggregate rule [doris]

2024-03-06 Thread via GitHub
feiniaofeiafei commented on PR #31811: URL: https://github.com/apache/doris/pull/31811#issuecomment-1980963360 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] [enhancement](cloud) update rows and versions after load [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31750: URL: https://github.com/apache/doris/pull/31750#issuecomment-1980969139 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 kafka_tvf created (now d5514fa07e6)

2024-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch kafka_tvf in repository https://gitbox.apache.org/repos/asf/doris.git at d5514fa07e6 [enhancement](cloud) add CloudTabletStatMgr to capture stats in cloud mode (#31818) No new revisio

Re: [PR] [fix](jdbc catalog) fix type conversion error in MySQL JDBC Driver 5.x [doris]

2024-03-06 Thread via GitHub
zy-kkk commented on PR #31880: URL: https://github.com/apache/doris/pull/31880#issuecomment-1980971730 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] [fix](regression test) fix alter force property in cloud mode [doris]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #31874: URL: https://github.com/apache/doris/pull/31874#issuecomment-1980976517 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](regression test) fix alter force property in cloud mode [doris]

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

(doris) branch master updated (d5514fa07e6 -> 59c3d8b9ae6)

2024-03-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d5514fa07e6 [enhancement](cloud) add CloudTabletStatMgr to capture stats in cloud mode (#31818) add 59c3d8b9

Re: [PR] [Feature](TrinoConnector-Catalog) Be supports trino-connector catalog [doris]

2024-03-06 Thread via GitHub
morningman commented on code in PR #31879: URL: https://github.com/apache/doris/pull/31879#discussion_r1514499925 ## be/src/vec/exec/format/table/trino_connector_jni_reader.cpp: ## @@ -0,0 +1,100 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

Re: [PR] [Fix](Status) Handle returned overall Status correctly [doris]

2024-03-06 Thread via GitHub
wyxxxcat commented on PR #31692: URL: https://github.com/apache/doris/pull/31692#issuecomment-1980979526 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

[PR] [opt](invert index) modify of time series compaction policy [doris]

2024-03-06 Thread via GitHub
zzzxl1993 opened a new pull request, #31888: URL: https://github.com/apache/doris/pull/31888 ## Proposed changes https://github.com/apache/doris/pull/31488 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris

Re: [PR] [opt](invert index) modify of time series compaction policy [doris]

2024-03-06 Thread via GitHub
doris-robot commented on PR #31888: URL: https://github.com/apache/doris/pull/31888#issuecomment-1980982580 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](invert index) modify of time series compaction policy [doris]

2024-03-06 Thread via GitHub
zzzxl1993 commented on PR #31888: URL: https://github.com/apache/doris/pull/31888#issuecomment-1980982731 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

<    1   2   3   4   5   6   7   8   >