Re: [PR] [fix](new_json_reader)fix new_json_reader core [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #41290: URL: https://github.com/apache/doris/pull/41290#issuecomment-2451615762 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

[PR] [improvement](statistics)External table getRowCount return -1 when row count is not available or row count is 0. (#43009) [doris]

2024-11-01 Thread via GitHub
Jibing-Li opened a new pull request, #43081: URL: https://github.com/apache/doris/pull/43081 backport: https://github.com/apache/doris/pull/43009 -- 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] branch-3.0: [test](stats)Add upgrade and downgrade test for analyze [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43047: URL: https://github.com/apache/doris/pull/43047#issuecomment-2451234132 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) Optimize JDBC Connection Closing to Ensure ProperResource Release [doris]

2024-11-01 Thread via GitHub
CalvinKirs commented on code in PR #43059: URL: https://github.com/apache/doris/pull/43059#discussion_r1825502838 ## fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client/JdbcMySQLClient.java: ## @@ -294,30 +296,33 @@ private boolean isConvertDatetimeToNull(JdbcClient

Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

2024-11-01 Thread via GitHub
eldenmoon commented on code in PR #43065: URL: https://github.com/apache/doris/pull/43065#discussion_r1825650183 ## regression-test/suites/datatype_p0/ip/test_ip_basic.groovy: ## @@ -146,4 +146,18 @@ suite("test_ip_basic") { sql "DROP TABLE t0" sql "DROP TABLE t1"

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2451622485 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](udf) support load data with udf functions [doris]

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

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2451622432 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](profile) When all preds are always_true, input rows not be counted in the profile. [doris]

2024-11-01 Thread via GitHub
HappenLee commented on code in PR #42998: URL: https://github.com/apache/doris/pull/42998#discussion_r1825654573 ## be/src/olap/column_predicate.h: ## @@ -303,6 +301,14 @@ class ColumnPredicate { } bool always_true() const { return _always_true; } +// Return whet

Re: [PR] [improvement](statistics)External table getRowCount return -1 when row count is not available or row count is 0. (#43009) [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43081: URL: https://github.com/apache/doris/pull/43081#issuecomment-2451625072 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-3.0: [improvement](statistics)External table getRowCount return -1 when row count is not available or row count is 0. [doris]

2024-11-01 Thread via GitHub
Jibing-Li closed pull request #43058: branch-3.0: [improvement](statistics)External table getRowCount return -1 when row count is not available or row count is 0. URL: https://github.com/apache/doris/pull/43058 -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] [Improment]add internal workload group [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #42006: URL: https://github.com/apache/doris/pull/42006#issuecomment-2451626994 TeamCity be ut coverage result: Function Coverage: 37.81% (9821/25978) Line Coverage: 28.97% (81583/281627) Region Coverage: 28.25% (42141/149150) Branch Coverage: 24.8

Re: [PR] [Chore](hash-table) remove has_nullable_keys template argument of MethodKeysFixed [doris]

2024-11-01 Thread via GitHub
BiteThet merged PR #43005: URL: https://github.com/apache/doris/pull/43005 -- 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] [2.1][fix](jdbc catalog) Optimize JDBC Connection Closing to Ensure Proper Resource Release [doris]

2024-11-01 Thread via GitHub
morningman commented on PR #43074: URL: https://github.com/apache/doris/pull/43074#issuecomment-2451629722 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] [improve](udf) support load data with udf functions [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43029: URL: https://github.com/apache/doris/pull/43029#issuecomment-2451628268 ClickBench: Total hot run time: 31.85 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](jdbc catalog) Optimize JDBC Connection Closing to Ensure ProperResource Release [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43059: URL: https://github.com/apache/doris/pull/43059#issuecomment-2451631758 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: [fix](export) fix concurrent modification issue with export job (#43051)

2024-11-01 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 77ac531786e [fix](export) fix concurrent modi

(doris) branch auto-pick-43051-branch-3.0 created (now 2abe20b020c)

2024-11-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43051-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 2abe20b020c [branch-3.0](pick) pick #42857 #42898 #42909 #42992 #43002 (#43039) No new revisi

Re: [PR] [fix](jdbc catalog) Optimize JDBC Connection Closing to Ensure ProperResource Release [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43059: URL: https://github.com/apache/doris/pull/43059#issuecomment-2451631802 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](auditlog) add missing audit log fields and duplicate audit log error [doris]

2024-11-01 Thread via GitHub
morningman commented on PR #42262: URL: https://github.com/apache/doris/pull/42262#issuecomment-2451632131 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] branch-3.0: [fix](export) fix concurrent modification issue with export job [doris]

2024-11-01 Thread via GitHub
github-actions[bot] opened a new pull request, #43082: URL: https://github.com/apache/doris/pull/43082 PR Body: ### What problem does this PR solve? Related PR: #42950 Problem Summary: PR #42950 change some logic in ExportJob, by removing the `taskIdToExecutor`, which is

Re: [PR] branch-3.0: [fix](export) fix concurrent modification issue with export job [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43082: URL: https://github.com/apache/doris/pull/43082#issuecomment-2451632615 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 comme

(doris) branch auto-pick-43051-branch-3.0 updated (2abe20b020c -> e6bcd2a0c22)

2024-11-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43051-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 2abe20b020c [branch-3.0](pick) pick #42857 #42898 #42909 #42992 #43002 (#43039) add e6bcd

Re: [PR] [fix](Nereids) replay create function npe since connect context not exists [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43075: URL: https://github.com/apache/doris/pull/43075#issuecomment-2451563242 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](Nereids) replay create function npe since connect context not exists [doris]

2024-11-01 Thread via GitHub
morrySnow commented on PR #43075: URL: https://github.com/apache/doris/pull/43075#issuecomment-2451564323 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](flexible partial update) Fix auto-increment column value is wrongly updated when it's not specified [doris]

2024-11-01 Thread via GitHub
bobhan1 commented on PR #42554: URL: https://github.com/apache/doris/pull/42554#issuecomment-2451565227 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] [env](compile) add check of compile_check_begin.h and compile_check_end.h [doris]

2024-11-01 Thread via GitHub
Mryange commented on PR #43073: URL: https://github.com/apache/doris/pull/43073#issuecomment-2451553766 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] [extension](kettle)Adding checks [doris]

2024-11-01 Thread via GitHub
JNSimba commented on code in PR #43017: URL: https://github.com/apache/doris/pull/43017#discussion_r1825612973 ## extension/kettle/impl/pom.xml: ## @@ -110,6 +110,11 @@ under the License. log4j 1.2.17 + + org.json + json + 202

Re: [PR] [Chore](pipeline) Retire some pipeline relative properities [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43072: URL: https://github.com/apache/doris/pull/43072#issuecomment-2451547000 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](pipeline) Retire some pipeline relative properities [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43072: URL: https://github.com/apache/doris/pull/43072#issuecomment-2451542964 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] [Refactor](inverted index) refactor inverted index interface in tablet schema [doris]

2024-11-01 Thread via GitHub
eldenmoon commented on code in PR #43003: URL: https://github.com/apache/doris/pull/43003#discussion_r1825602621 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1057,16 +1057,18 @@ Status SegmentIterator::_init_inverted_index_iterators() { return Status::

Re: [PR] [Refactor](inverted index) refactor inverted index interface in tablet schema [doris]

2024-11-01 Thread via GitHub
csun5285 commented on code in PR #43003: URL: https://github.com/apache/doris/pull/43003#discussion_r1825604242 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1057,16 +1057,18 @@ Status SegmentIterator::_init_inverted_index_iterators() { return Status::O

[PR] [Chore](pipeline) Retire some pipeline relative properities [doris]

2024-11-01 Thread via GitHub
zclllyybb opened a new pull request, #43072: URL: https://github.com/apache/doris/pull/43072 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test - [ ] R

[PR] branch-3.0: [fix](hive)fix hive catalog miss partition that have special characters. [doris]

2024-11-01 Thread via GitHub
github-actions[bot] opened a new pull request, #43070: URL: https://github.com/apache/doris/pull/43070 PR Body: ## Proposed changes Previously, when processing partition values, Hive catalog parsed them in the URL format. However, this is different from the encoding method of Hive, which

[PR] [env](compile) add check of compile_check_begin.h and compile_check_end.h [doris]

2024-11-01 Thread via GitHub
Mryange opened a new pull request, #43073: URL: https://github.com/apache/doris/pull/43073 ### What problem does this PR solve? if compile_check_begin.h and compile_check_end.h are not correctly included, the following code between them will cause compilation errors. Problem

[PR] [mod](catalog) update doc for 2.1.7 and 3.0.3 [doris-website]

2024-11-01 Thread via GitHub
morningman opened a new pull request, #1262: URL: https://github.com/apache/doris-website/pull/1262 # Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [x] English -- This is an automated message from the Apache Git Service.

[PR] [DNM](sink) debug data sink schema [doris]

2024-11-01 Thread via GitHub
TangSiyang2001 opened a new pull request, #43071: URL: https://github.com/apache/doris/pull/43071 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test -

Re: [PR] [fix](jdbc catalog) Optimize JDBC Connection Closing to Ensure ProperResource Release [doris]

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

[PR] [chore](restore) reduce logged unfinished snapshoting task [doris]

2024-11-01 Thread via GitHub
w41ter opened a new pull request, #43076: URL: https://github.com/apache/doris/pull/43076 (no comment) -- 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-mai

Re: [PR] [chore](restore) reduce logged unfinished snapshoting task [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43076: URL: https://github.com/apache/doris/pull/43076#issuecomment-2451570595 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](restore) reduce logged unfinished snapshoting task [doris]

2024-11-01 Thread via GitHub
w41ter commented on PR #43076: URL: https://github.com/apache/doris/pull/43076#issuecomment-2451570682 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](new_json_reader)fix new_json_reader core [doris]

2024-11-01 Thread via GitHub
amorynan commented on PR #41290: URL: https://github.com/apache/doris/pull/41290#issuecomment-2451570747 run cloud_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 uns

Re: [PR] [improve](udf) support load data with udf functions [doris]

2024-11-01 Thread via GitHub
zhangstar333 commented on PR #43029: URL: https://github.com/apache/doris/pull/43029#issuecomment-2451583748 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](cloud) refine block file cache evict policy [doris]

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

Re: [PR] [Enhancement](log) Make query relative BE log more reasonable [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #42900: URL: https://github.com/apache/doris/pull/42900#issuecomment-2451461017 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](PaimonCatalog) fix the problem that paimon catalog can not access to OSS-HDFS [doris]

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

Re: [PR] [feature](statistics)Support get row count for pg and sql server. [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #42674: URL: https://github.com/apache/doris/pull/42674#issuecomment-2451597299 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

[PR] [fix](mtmv)Fix the problem where the job does not exist, which prevents the deletion of MTMV [doris]

2024-11-01 Thread via GitHub
zddr opened a new pull request, #43080: URL: https://github.com/apache/doris/pull/43080 Fix the problem where the job does not exist, which prevents the deletion of MTMV The fundamental reason is that deleting materialized views is not guaranteed by an independent editlog. Here, let'

Re: [PR] [fix](mtmv)Fix the problem where the job does not exist, which prevents the deletion of MTMV [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43080: URL: https://github.com/apache/doris/pull/43080#issuecomment-2451600126 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](PaimonCatalog) fix the problem that paimon catalog can not access to OSS-HDFS [doris]

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

Re: [PR] [Enhancement](log) Make log of vlog adjustment clear [doris]

2024-11-01 Thread via GitHub
BiteThet merged PR #42997: URL: https://github.com/apache/doris/pull/42997 -- 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](mtmv)Fix the problem where the job does not exist, which prevents the deletion of MTMV [doris]

2024-11-01 Thread via GitHub
zddr commented on PR #43080: URL: https://github.com/apache/doris/pull/43080#issuecomment-2451600234 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] [improve](udf) support load data with udf functions [doris]

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

Re: [PR] [Opt](TabletSchema) reuse TabletColumn info to reduce mem [doris]

2024-11-01 Thread via GitHub
eldenmoon commented on PR #42448: URL: https://github.com/apache/doris/pull/42448#issuecomment-2451606723 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](PaimonCatalog) fix the problem that paimon catalog can not access to OSS-HDFS [doris]

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

Re: [PR] [feature](statistics)Support get row count for pg and sql server. [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #42674: URL: https://github.com/apache/doris/pull/42674#issuecomment-2451597334 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] [env](compile) add check of compile_check_begin.h and compile_check_end.h [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43073: URL: https://github.com/apache/doris/pull/43073#issuecomment-2451601152 ClickBench: Total hot run time: 32.69 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](export) fix concurrent modification issue with export job [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43051: URL: https://github.com/apache/doris/pull/43051#issuecomment-2451610266 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 spill_and_reserve updated: fix sort spill, support low mem mod of data_stream_recvr and improve log

2024-11-01 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/spill_and_reserve by this push: new 5924d31ef47 fix sort spi

Re: [PR] [fix](cluster key) add a config to random set cluster keys for mow [doris]

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

Re: [PR] branch-3.0: [fix](export) fix concurrent modification issue with export job [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43082: URL: https://github.com/apache/doris/pull/43082#issuecomment-2451632674 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](log) Make query relative BE log more reasonable [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #42900: URL: https://github.com/apache/doris/pull/42900#issuecomment-2451494491 TeamCity be ut coverage result: Function Coverage: 37.82% (9821/25971) Line Coverage: 28.99% (81628/281535) Region Coverage: 28.27% (42156/149137) Branch Coverage: 24.8

Re: [PR] [opt](inverted index) New algorithm implementation for "match_phrase slop" [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on code in PR #42932: URL: https://github.com/apache/doris/pull/42932#discussion_r1825659481 ## be/src/olap/rowset/segment_v2/inverted_index/util/bit_set.h: ## @@ -0,0 +1,38 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

(doris) branch master updated: [Chore](hash-table) remove has_nullable_keys template argument of MethodKeysFixed (#43005)

2024-11-01 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 64870b3 [Chore](hash-table) remove has_nu

Re: [PR] [refine](time) use TimeValue to refine repetitive logic and remove unused code. [doris]

2024-11-01 Thread via GitHub
HappenLee commented on code in PR #42978: URL: https://github.com/apache/doris/pull/42978#discussion_r1825662367 ## be/src/vec/functions/function_cast.h: ## @@ -428,7 +429,6 @@ struct ConvertImpl { for (size_t i = 0; i < size; ++i) {

Re: [PR] [fix](export) fix concurrent modification issue with export job [doris]

2024-11-01 Thread via GitHub
morningman merged PR #43051: URL: https://github.com/apache/doris/pull/43051 -- 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](regression-test) fix test_hive_serde_prop [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #42886: URL: https://github.com/apache/doris/pull/42886#issuecomment-2451648309 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](regression-test) fix test_hive_serde_prop [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #42886: URL: https://github.com/apache/doris/pull/42886#issuecomment-2451648272 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](profile) When all preds are always_true, input rows not be counted in the profile. [doris]

2024-11-01 Thread via GitHub
Mryange commented on code in PR #42998: URL: https://github.com/apache/doris/pull/42998#discussion_r1825669340 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1772,15 +1772,17 @@ uint16_t SegmentIterator::_evaluate_vectorization_predicate(uint16_t* sel_rowid_

[PR] [doc](cloud) update file cache eviction policy (#42451) [doris-website]

2024-11-01 Thread via GitHub
freemandealer opened a new pull request, #1264: URL: https://github.com/apache/doris-website/pull/1264 # Versions - [ x] dev - [ x] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ x] Chinese - [ x] English -- This is an automated message from the Apache Git Se

(doris-website) branch master updated: [mod](catalog) update doc for 2.1.7 and 3.0.3 (#1262)

2024-11-01 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-website.git The following commit(s) were added to refs/heads/master by this push: new e9b689b0f98 [mod](catalog) update doc

[PR] [fix](Export) fix dead lock of parallel Exporting [doris]

2024-11-01 Thread via GitHub
BePPPower opened a new pull request, #43083: URL: https://github.com/apache/doris/pull/43083 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: fix dead lock of Parallel Export ### Check List (For Committ

Re: [PR] [mod](catalog) update doc for 2.1.7 and 3.0.3 [doris-website]

2024-11-01 Thread via GitHub
morningman merged PR #1262: URL: https://github.com/apache/doris-website/pull/1262 -- 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...@d

Re: [PR] [fix](Export) fix dead lock of parallel Exporting [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43083: URL: https://github.com/apache/doris/pull/43083#issuecomment-2451649965 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](Export) fix dead lock of parallel Exporting [doris]

2024-11-01 Thread via GitHub
BePPPower commented on PR #43084: URL: https://github.com/apache/doris/pull/43084#issuecomment-2451655570 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](Export) fix dead lock of parallel Exporting [doris]

2024-11-01 Thread via GitHub
BePPPower commented on PR #43083: URL: https://github.com/apache/doris/pull/43083#issuecomment-2451655202 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] fix 1 [doris]

2024-11-01 Thread via GitHub
BePPPower opened a new pull request, #43084: URL: https://github.com/apache/doris/pull/43084 ### What problem does this PR solve? Issue Number: close #xxx bp: #43083 Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test

Re: [PR] fix 1 [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43084: URL: https://github.com/apache/doris/pull/43084#issuecomment-2451654264 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](cluster key) add a config to random set cluster keys for mow [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #42565: URL: https://github.com/apache/doris/pull/42565#issuecomment-2451460083 ClickBench: Total hot run time: 32.72 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](profile) When all preds are always_true, input rows not be counted in the profile. [doris]

2024-11-01 Thread via GitHub
HappenLee commented on code in PR #42998: URL: https://github.com/apache/doris/pull/42998#discussion_r1825658870 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1772,15 +1772,17 @@ uint16_t SegmentIterator::_evaluate_vectorization_predicate(uint16_t* sel_rowid_

Re: [PR] [enhancement](cloud) refine block file cache evict policy [doris]

2024-11-01 Thread via GitHub
freemandealer commented on PR #42451: URL: https://github.com/apache/doris/pull/42451#issuecomment-2451664503 run cloud_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. T

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-11-01 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2451668621 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](doris compose) enable fe jvm debug port [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43085: URL: https://github.com/apache/doris/pull/43085#issuecomment-2451667079 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] [feature](doris compose) enable fe jvm debug port [doris]

2024-11-01 Thread via GitHub
yujun777 commented on PR #43085: URL: https://github.com/apache/doris/pull/43085#issuecomment-2451667154 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] [Chore](pipeline) Retire some pipeline relative properities [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43072: URL: https://github.com/apache/doris/pull/43072#issuecomment-2451667055 TeamCity be ut coverage result: Function Coverage: 37.82% (9821/25971) Line Coverage: 28.98% (81587/281532) Region Coverage: 28.26% (42142/149110) Branch Coverage: 24.8

Re: [PR] [fix](Export) fix dead lock of parallel Exporting [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43084: URL: https://github.com/apache/doris/pull/43084#issuecomment-2451663454 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](statistics)External table getRowCount return -1 when row count is not available or row count is 0. (#43009) [doris]

2024-11-01 Thread via GitHub
Jibing-Li commented on PR #43081: URL: https://github.com/apache/doris/pull/43081#issuecomment-2451625249 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] [improvement](statistics)External table getRowCount return -1 when row count is not available or row count is 0. (#43009) [doris]

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

[PR] [fix](catalog) fix iceberg catalog with glue doc [doris-website]

2024-11-01 Thread via GitHub
morningman opened a new pull request, #1265: URL: https://github.com/apache/doris-website/pull/1265 # Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [x] English -- This is an automated message from the Apache Git Service.

Re: [PR] [feature](doris compose) enable fe jvm debug port [doris]

2024-11-01 Thread via GitHub
yujun777 commented on PR #43085: URL: https://github.com/apache/doris/pull/43085#issuecomment-2451671215 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] [feature](doris compose) enable fe jvm debug port [doris]

2024-11-01 Thread via GitHub
yujun777 opened a new pull request, #43085: URL: https://github.com/apache/doris/pull/43085 1. fe use 5005 as jvm debug port, user can run `docker ps | grep ` to find out the port on host machine; 2. extends get-cloud-ini command to print more info -- This is an automated m

(doris) 01/01: [fix](case) avoid same table name in different cases

2024-11-01 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-5 in repository https://gitbox.apache.org/repos/asf/doris.git commit a07f61823491368cd5f21871bb1c093b877953f3 Author: Dongyang Li AuthorDate: Fri Nov 1 15:51:21 2024 +08

[PR] [enhance](mtmv)MTMV interface optimization [doris]

2024-11-01 Thread via GitHub
zddr opened a new pull request, #43086: URL: https://github.com/apache/doris/pull/43086 - Added interface MTMVBaseTableIf to facilitate refreshing cache of other external table - Provide default implementation for the `needAutoRefresh` method to reduce understanding costs -

Re: [PR] [improvement](statistics)External table getRowCount return -1 when row count is not available or row count is 0. (#43009) [doris]

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

Re: [PR] [enhance](mtmv)MTMV interface optimization [doris]

2024-11-01 Thread via GitHub
zddr commented on PR #43086: URL: https://github.com/apache/doris/pull/43086#issuecomment-2451679079 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] [enhance](mtmv)MTMV interface optimization [doris]

2024-11-01 Thread via GitHub
doris-robot commented on PR #43086: URL: https://github.com/apache/doris/pull/43086#issuecomment-2451678826 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) Optimize JDBC Connection Closing to Ensure ProperResource Release [doris]

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

(doris) branch auto-pick-42856-branch-3.0 created (now f4f82299ee2)

2024-11-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42856-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at f4f82299ee2 [fix](cloud) Fix incorrect DCHECK in txn lazy commit `convert_tmp_rowset` (#42903)

Re: [PR] [fix](jdbc catalog) Optimize JDBC Connection Closing to Ensure ProperResource Release [doris]

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

Re: [PR] [improvement](statistics)Improve statisitcs insert into audit log. (#42983) [doris]

2024-11-01 Thread via GitHub
Jibing-Li commented on PR #43053: URL: https://github.com/apache/doris/pull/43053#issuecomment-2451407628 run cloud_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 un

<    1   2   3   4   5   6   7   >