Re: [PR] [fix](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37650: URL: https://github.com/apache/doris/pull/37650#issuecomment-179788 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](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37650: URL: https://github.com/apache/doris/pull/37650#issuecomment-179802 ClickBench: Total hot run time: 30.59 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37650: URL: https://github.com/apache/doris/pull/37650#issuecomment-179826 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] [improve](function) when drop function to remove cache package jar in BE [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37230: URL: https://github.com/apache/doris/pull/37230#issuecomment-179935 ClickBench: Total hot run time: 30.86 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [branch-2.0](timezone) make TimeUtils formatter use correct time_zone (#37465) [doris]

2024-07-10 Thread via GitHub
zclllyybb commented on PR #37653: URL: https://github.com/apache/doris/pull/37653#issuecomment-174105 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] [branch-2.0](timezone) make TimeUtils formatter use correct time_zone (#37465) [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37653: URL: https://github.com/apache/doris/pull/37653#issuecomment-174007 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] [branch-2.1](timezone) make TimeUtils formatter use correct time_zone (#37465) [doris]

2024-07-10 Thread via GitHub
zclllyybb commented on PR #37652: URL: https://github.com/apache/doris/pull/37652#issuecomment-173995 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](mtmv) Support querying rewrite by materialized view when DML such as insert and insert overwrite [doris]

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

[PR] [branch-2.0](timezone) make TimeUtils formatter use correct time_zone (#37465) [doris]

2024-07-10 Thread via GitHub
zclllyybb opened a new pull request, #37653: URL: https://github.com/apache/doris/pull/37653 All timestamp/datetime parsing in Doris is controlled by the session variable `time_zone`. Apply it also to interface of `TimeUtils` in FE. pick https://github.com/apache/doris/pull/37465

[PR] [Fix](timezone) make TimeUtils formatter use correct time_zone (#37465) [doris]

2024-07-10 Thread via GitHub
zclllyybb opened a new pull request, #37652: URL: https://github.com/apache/doris/pull/37652 All timestamp/datetime parsing in Doris is controlled by the session variable `time_zone`. Apply it also to interface of `TimeUtils` in FE. pick https://github.com/apache/doris/pull/37465

Re: [PR] [Fix](timezone) make TimeUtils formatter use correct time_zone (#37465) [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37652: URL: https://github.com/apache/doris/pull/37652#issuecomment-173369 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] [enhancement](regression-test) sync unique case to 2.1 [doris]

2024-07-10 Thread via GitHub
cjj2010 commented on PR #37272: URL: https://github.com/apache/doris/pull/37272#issuecomment-172107 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] [improve](function) when drop function to remove cache package jar in BE [doris]

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

Re: [PR] [fix](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

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

Re: [I] [Bug] doris unique key表无法通过覆盖__DORIS_DELETE_SIGN__列值删除数据 [doris]

2024-07-10 Thread via GitHub
sollhui commented on issue #37481: URL: https://github.com/apache/doris/issues/37481#issuecomment-170082 Try to add header `jsonpaths: [\"$.id\",\"$.name\",\"$.__DORIS_DELETE_SIGN__\"]` ? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] [Bug] doris unique key表无法通过覆盖__DORIS_DELETE_SIGN__列值删除数据 [doris]

2024-07-10 Thread via GitHub
sollhui commented on issue #37481: URL: https://github.com/apache/doris/issues/37481#issuecomment-167687 Try to use -H "hidden_columns: __DORIS_DELETE_SIGN__" ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [feature](mtmv) Support to use mv group dimension when query aggregate function is distinct (#36318) [doris]

2024-07-10 Thread via GitHub
seawinde commented on PR #37651: URL: https://github.com/apache/doris/pull/37651#issuecomment-167530 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](mtmv) Support to use mv group dimension when query aggregate function is distinct (#36318) [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37651: URL: https://github.com/apache/doris/pull/37651#issuecomment-166328 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](mtmv) Support to use mv group dimension when query aggregate function is distinct (#36318) [doris]

2024-07-10 Thread via GitHub
seawinde opened a new pull request, #37651: URL: https://github.com/apache/doris/pull/37651 ## Proposed changes cherry-pick to 2.1 pr: https://github.com/apache/doris/pull/36318 commitId: c1999479 -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] [opt](Nereids) Add object ID in expression and use it as hash code [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37538: URL: https://github.com/apache/doris/pull/37538#issuecomment-160165 ClickBench: Total hot run time: 30.62 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve](function) when drop function to remove cache package jar in BE [doris]

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

Re: [PR] [fix](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

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

Re: [PR] [opt](Nereids) Add object ID in expression and use it as hash code [doris]

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

Re: [I] [Feature] 添加更新数据自动更新updatetime功能 [doris]

2024-07-10 Thread via GitHub
HongyanShen commented on issue #15553: URL: https://github.com/apache/doris/issues/15553#issuecomment-147424 @imbrin1122 我们的产品中也有这样的需求,目前打算通过一个单独的聚合模型去做实现 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

(doris) branch master updated: [fix](memory) Modified low water mark=min(6.4G, MemTotal * 5%) (#37525)

2024-07-10 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 57f7c861744 [fix](memory) Modified low water ma

Re: [PR] [fix](memory) Modified low water mark=min(6.4G, MemTotal * 5%) [doris]

2024-07-10 Thread via GitHub
xinyiZzz merged PR #37525: URL: https://github.com/apache/doris/pull/37525 -- 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 (057d1f4d511 -> 1d0dea94364)

2024-07-10 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 057d1f4d511 [bugfix](wg)refactor query queue for robustness (#37642) add 1d0dea94364 [Fix](timezone) make Ti

Re: [PR] [Fix](timezone) make TimeUtils formatter use correct time_zone [doris]

2024-07-10 Thread via GitHub
zhangstar333 merged PR #37465: URL: https://github.com/apache/doris/pull/37465 -- 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

Re: [PR] [Fix](timezone) make TimeUtils formatter use correct time_zone [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37465: URL: https://github.com/apache/doris/pull/37465#issuecomment-138142 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: [bugfix](wg)refactor query queue for robustness (#37642)

2024-07-10 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo 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 057d1f4d511 [bugfix](wg)refactor query queue for

Re: [PR] [bugfix](wg)refactor query queue for robustness [doris]

2024-07-10 Thread via GitHub
wangbo merged PR #37642: URL: https://github.com/apache/doris/pull/37642 -- 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.apach

Re: [PR] [opt](Nereids) Add object ID in expression and use it as hash code [doris]

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

Re: [PR] [Improvement](rpc) set grpc channel's keepAliveTime and remove proxy on InterruptedExcep… [doris]

2024-07-10 Thread via GitHub
BiteThet commented on PR #37304: URL: https://github.com/apache/doris/pull/37304#issuecomment-134573 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: [I] [Bug] NullPointerException in SourceReaderBase [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #387: [Bug] NullPointerException in SourceReaderBase URL: https://github.com/apache/doris-flink-connector/issues/387 -- 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: [I] [Bug] NullPointerException in SourceReaderBase [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #387: URL: https://github.com/apache/doris-flink-connector/issues/387#issuecomment-129939 Repeat with 411, close -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [I] Support Chinese table name and column names[Feature] [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #264: URL: https://github.com/apache/doris-flink-connector/issues/264#issuecomment-128183 The Chinese table name Doris is already supported, you can try it with version 2.x -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] Support Chinese table name and column names[Feature] [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #264: Support Chinese table name and column names[Feature] URL: https://github.com/apache/doris-flink-connector/issues/264 -- 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 sp

Re: [I] [Bug] first ddl with multi-column changes function will not be executed [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #238: [Bug] first ddl with multi-column changes function will not be executed URL: https://github.com/apache/doris-flink-connector/issues/238 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[PR] [fix](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

2024-07-10 Thread via GitHub
sollhui opened a new pull request, #37650: URL: https://github.com/apache/doris/pull/37650 Fix strict mode invalidation when copy.use_delete_sign is true for copy into -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [fix](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

2024-07-10 Thread via GitHub
sollhui commented on PR #37650: URL: https://github.com/apache/doris/pull/37650#issuecomment-125890 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] [fix](cloud) fix strict mode invalidation when copy.use_delete_sign is true for copy into [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37650: URL: https://github.com/apache/doris/pull/37650#issuecomment-125785 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] [docs](update) New Learning Path(NOT DONE YET) [doris-website]

2024-07-10 Thread via GitHub
KassieZ closed pull request #580: [docs](update) New Learning Path(NOT DONE YET) URL: https://github.com/apache/doris-website/pull/580 -- 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 com

Re: [PR] [Refactor](Variant) make many insterfaces exception safe [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37640: URL: https://github.com/apache/doris/pull/37640#issuecomment-125440 ClickBench: Total hot run time: 30.33 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [I] [Feature] 整库同步时,自动排除不符合Doris表及字段规范的表名和字段名 [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #217: URL: https://github.com/apache/doris-flink-connector/issues/217#issuecomment-125327 1.6.2 already supports it, you can try it -- 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](timezone) make TimeUtils formatter use correct time_zone [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37465: URL: https://github.com/apache/doris/pull/37465#issuecomment-123598 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: [I] [Bug] doris默认值列存在时间差问题 [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #191: URL: https://github.com/apache/doris-flink-connector/issues/191#issuecomment-123268 Flink doris connector is a long link by default, which may cause this problem. You can use bathc_mode to avoid this problem. ![image](https://github.com/apache/doris-

Re: [PR] [Refactor](Variant) make many insterfaces exception safe [doris]

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

Re: [PR] [feature](mtmv) Support querying rewrite by materialized view when DML such as insert and insert overwrite [doris]

2024-07-10 Thread via GitHub
seawinde commented on PR #37561: URL: https://github.com/apache/doris/pull/37561#issuecomment-118360 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: [I] [Bug] when use doris source to read data from doris-2.0,the be will crash [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #172: URL: https://github.com/apache/doris-flink-connector/issues/172#issuecomment-115573 Is there an error in the client response? -- 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: [I] [Proposal] Make datastream connector more user-friendly when constructing a DorisSource [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #186: [Proposal] Make datastream connector more user-friendly when constructing a DorisSource URL: https://github.com/apache/doris-flink-connector/issues/186 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [fix](readconsistency) avoid table not exist error (#37593) [doris]

2024-07-10 Thread via GitHub
dataroaring commented on PR #37641: URL: https://github.com/apache/doris/pull/37641#issuecomment-115302 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: [I] [Enhancement] [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #158: URL: https://github.com/apache/doris-flink-connector/issues/158#issuecomment-112675 At present, the strategy of choosing be in version 1.6.2 is more balanced. You can try it again. -- This is an automated message from the Apache Git Service. To respon

Re: [PR] [Update](inverted index) Add column name to debug point for "no need to read data" optimization [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37649: URL: https://github.com/apache/doris/pull/37649#issuecomment-110645 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] [Update](inverted index) Add column name to debug point for "no need to read data" optimization [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37649: URL: https://github.com/apache/doris/pull/37649#issuecomment-110685 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] [Update](inverted index) Add column name to debug point for "no need to read data" optimization [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37649: URL: https://github.com/apache/doris/pull/37649#issuecomment-110145 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] [config](trash) change trash_file_expire_time_sec to 0 [doris]

2024-07-10 Thread via GitHub
yujun777 commented on PR #37648: URL: https://github.com/apache/doris/pull/37648#issuecomment-109301 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: [I] [Bug] unique表新增default current_timestamp的列, 有的行没有填充current_timestamp [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #153: [Bug] unique表新增default current_timestamp的列, 有的行没有填充current_timestamp URL: https://github.com/apache/doris-flink-connector/issues/153 -- 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

Re: [I] [Bug] invalid maven metadata for 1.4.0 release [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #151: URL: https://github.com/apache/doris-flink-connector/issues/151#issuecomment-108765 The problem has been solved in versions after 1.5.2. You can try again -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] [Feature] Add documentation to support developers to read [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #145: URL: https://github.com/apache/doris-flink-connector/issues/145#issuecomment-108004 Thanks, already add https://doris.apache.org/docs/dev/ecosystem/flink-doris-connector/#use-flinkcdc-to-access-multiple-tables-or-the-entire-database-supports-mysql-oracle

Re: [I] [Feature] Add documentation to support developers to read [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #145: [Feature] Add documentation to support developers to read URL: https://github.com/apache/doris-flink-connector/issues/145 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [PR] [fix](hive) Make doris read hive text table parameters and behavior consistent with hive [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37638: URL: https://github.com/apache/doris/pull/37638#issuecomment-107088 ClickBench: Total hot run time: 31.11 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [I] [Bug] [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #136: URL: https://github.com/apache/doris-flink-connector/issues/136#issuecomment-106767 Does this pr https://github.com/apache/doris/pull/20624 solve your problem? -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] [Refactor](Variant) make many insterfaces exception safe [doris]

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

[PR] [Update](inverted index) add column name contains in debug point for no need read data opt [doris]

2024-07-10 Thread via GitHub
airborne12 opened a new pull request, #37649: URL: https://github.com/apache/doris/pull/37649 ## Proposed changes We need to verify the false negative situation when applying the "no need to read data" optimization in inverted index predicates. In this PR, we add the column name to t

Re: [I] [Feature] write data to two doris at the same time [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #134: [Feature] write data to two doris at the same time URL: https://github.com/apache/doris-flink-connector/issues/134 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [PR] [Update](inverted index) add column name contains in debug point for no need read data opt [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37649: URL: https://github.com/apache/doris/pull/37649#issuecomment-103304 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](build index)Remove index_meta in tablet schema when the index is dropped. [doris]

2024-07-10 Thread via GitHub
qidaye commented on PR #37646: URL: https://github.com/apache/doris/pull/37646#issuecomment-102938 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 unsubscribe

Re: [PR] [fix](hive) Make doris read hive text table parameters and behavior consistent with hive [doris]

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

Re: [I] [Feature] Synchronize the 'change column' statement (DML) to Doris [doris-flink-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #120: [Feature] Synchronize the 'change column' statement (DML) to Doris URL: https://github.com/apache/doris-flink-connector/issues/120 -- 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 t

Re: [PR] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37534: URL: https://github.com/apache/doris/pull/37534#issuecomment-094696 ClickBench: Total hot run time: 30.5 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

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

Re: [PR] [fix](hive) Make doris read hive text table parameters and behavior consistent with hive [doris]

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

Re: [PR] [Feature](rpc) support set brpc_idle_timeout_sec and enable thrift socket keep alive [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37333: URL: https://github.com/apache/doris/pull/37333#issuecomment-078758 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](rpc) support set brpc_idle_timeout_sec and enable thrift socket keep alive [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37333: URL: https://github.com/apache/doris/pull/37333#issuecomment-078733 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] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

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

Re: [PR] [chore](UT) Add UT for cloud string util [doris]

2024-07-10 Thread via GitHub
gavinchou commented on PR #37552: URL: https://github.com/apache/doris/pull/37552#issuecomment-073214 run cloud_ut -- 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](memory) Fix Jemalloc Cache Memory Tracker [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37464: URL: https://github.com/apache/doris/pull/37464#issuecomment-072973 ClickBench: Total hot run time: 31.16 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](memory) Fix Jemalloc Cache Memory Tracker [doris]

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

Re: [PR] [opt](Nereids) Add object ID in expression and use it as hash code [doris]

2024-07-10 Thread via GitHub
XieJiann commented on PR #37538: URL: https://github.com/apache/doris/pull/37538#issuecomment-065231 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

(doris) branch master updated: [Bug](join) avoid overflow on bucket_size+1 (#37493)

2024-07-10 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 0a51fea91e3 [Bug](join) avoid overflow on buc

Re: [PR] [Bug](join) avoid overflow on bucket_size+1 [doris]

2024-07-10 Thread via GitHub
BiteThet merged PR #37493: URL: https://github.com/apache/doris/pull/37493 -- 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

Re: [PR] [fix](memory) Fix Jemalloc Cache Memory Tracker [doris]

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

Re: [PR] [improve](function) when drop function to remove cache package jar in BE [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37230: URL: https://github.com/apache/doris/pull/37230#issuecomment-043620 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](hive) Make doris read hive text table parameters and behavior consistent with hive [doris]

2024-07-10 Thread via GitHub
suxiaogang223 commented on PR #37638: URL: https://github.com/apache/doris/pull/37638#issuecomment-040208 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] [Refactor](Variant) make many insterfaces exception safe [doris]

2024-07-10 Thread via GitHub
eldenmoon commented on code in PR #37640: URL: https://github.com/apache/doris/pull/37640#discussion_r1673404218 ## be/src/vec/columns/column_object.cpp: ## @@ -1552,9 +1552,11 @@ void ColumnObject::update_hash_with_value(size_t n, SipHash& hash) const { } for_each_im

Re: [PR] [improve](function) when drop function to remove cache package jar in BE [doris]

2024-07-10 Thread via GitHub
zhangstar333 commented on PR #37230: URL: https://github.com/apache/doris/pull/37230#issuecomment-038803 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] [Refactor](Variant) make many insterfaces exception safe [doris]

2024-07-10 Thread via GitHub
eldenmoon commented on PR #37640: URL: https://github.com/apache/doris/pull/37640#issuecomment-038827 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] [Bug](agg) fix for_each agg function core dump with nullable result column [doris]

2024-07-10 Thread via GitHub
zhangstar333 commented on PR #37534: URL: https://github.com/apache/doris/pull/37534#issuecomment-034586 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] [chore](nereids) Default set enable_nereids_distribute_planner=true [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37219: URL: https://github.com/apache/doris/pull/37219#issuecomment-023613 ClickBench: Total hot run time: 30.7 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [chore](nereids) Default set enable_nereids_distribute_planner=true [doris]

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

Re: [PR] [Refactor](Variant) make many insterfaces exception safe [doris]

2024-07-10 Thread via GitHub
yiguolei commented on code in PR #37640: URL: https://github.com/apache/doris/pull/37640#discussion_r1673389581 ## be/src/vec/columns/column_object.cpp: ## @@ -1552,9 +1552,11 @@ void ColumnObject::update_hash_with_value(size_t n, SipHash& hash) const { } for_each_imu

Re: [PR] [fix](cloud) Fix rlock recursion in CloudSystemInfoService [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37647: URL: https://github.com/apache/doris/pull/37647#issuecomment-014036 ClickBench: Total hot run time: 30.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [bugfix](wg)refactor query queue for robustness [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37642: URL: https://github.com/apache/doris/pull/37642#issuecomment-012860 ClickBench: Total hot run time: 30.58 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [config](trash) change trash_file_expire_time_sec to 0 [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37648: URL: https://github.com/apache/doris/pull/37648#issuecomment-011962 ClickBench: Total hot run time: 30.65 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Bug](join) fix broadcast join running when hash table build not finished [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37643: URL: https://github.com/apache/doris/pull/37643#issuecomment-008226 ClickBench: Total hot run time: 30.86 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) Fix rlock recursion in CloudSystemInfoService [doris]

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

Re: [PR] [config](trash) change trash_file_expire_time_sec to 0 [doris]

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

Re: [PR] [bugfix](wg)refactor query queue for robustness [doris]

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

Re: [PR] [chore](nereids) Default set enable_nereids_distribute_planner=true [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1](arrow-flight-sql) Fix pipelineX Unknown result sink type (#37540)

2024-07-10 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 e66ffc1b6d4 [branch-2.1](arrow-flight-s

  1   2   3   4   5   6   7   8   >