Re: [PR] Refactor rf [doris]

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

Re: [PR] [Feature](function) support year of week [doris]

2025-03-11 Thread via GitHub
HappenLee commented on code in PR #48870: URL: https://github.com/apache/doris/pull/48870#discussion_r1989708197 ## be/src/vec/functions/date_time_transforms.h: ## @@ -406,11 +407,33 @@ struct Transformer> { auto* __restrict from_ptr = vec_from.data(); for (s

Re: [PR] [test](beut) add pipeline SortOperator beut [doris]

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

Re: [PR] [Feature](function) support year of week [doris]

2025-03-11 Thread via GitHub
HappenLee commented on code in PR #48870: URL: https://github.com/apache/doris/pull/48870#discussion_r1989708197 ## be/src/vec/functions/date_time_transforms.h: ## @@ -406,11 +407,33 @@ struct Transformer> { auto* __restrict from_ptr = vec_from.data(); for (s

(doris-website) branch asf-site updated (7b64bb3963b -> c2c14299690)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 7b64bb3963b Automated deployment with doris branch @ b1854bb5d874266d57349cc8e6d930aefc05c0d8 new c

Re: [PR] branch-2.1: [bug](auto partition) Fix be crash with single replica insert [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48929: URL: https://github.com/apache/doris/pull/48929#issuecomment-2715351729 # BE UT Coverage Report Increment line coverage `23.81% (5/21)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/ab7a4acd79d87dbc0a4c0a15d1277fbf04f

Re: [PR] [fix](group commit) fix some group commit problem [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48621: URL: https://github.com/apache/doris/pull/48621#issuecomment-2710283360 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] branch-3.0: [fix](Nereids) fix split part with regex not exist in source string #48895 [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48909: URL: https://github.com/apache/doris/pull/48909#issuecomment-2712827711 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](doc) Fix the incorrect URL in README.md [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48851: URL: https://github.com/apache/doris/pull/48851#issuecomment-2709364024 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+pro

Re: [PR] [fix](udf) alias udf skip check enable_java_udf [doris]

2025-03-11 Thread via GitHub
yujun777 commented on code in PR #48843: URL: https://github.com/apache/doris/pull/48843#discussion_r1986572599 ## fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionRegistry.java: ## @@ -213,7 +214,9 @@ public List findUdfBuilder(String dbName, String name) {

Re: [PR] [Enhancement](Log) Reduce usage of DCHECK [doris]

2025-03-11 Thread via GitHub
linrrzqqq commented on PR #48296: URL: https://github.com/apache/doris/pull/48296#issuecomment-2711347565 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 unsubscr

Re: [PR] [Enhancement](audit) Add fields related to file cache hits in the audit log table [doris]

2025-03-11 Thread via GitHub
felixwluo commented on PR #48041: URL: https://github.com/apache/doris/pull/48041#issuecomment-2711384827 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-3.0: [fix](ut) fix cache evict in advance fluttering UT #48858 [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48878: URL: https://github.com/apache/doris/pull/48878#issuecomment-2710279994 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+pro

Re: [PR] branch-3.0: [fix](s3) support chinacloudapi endpoint for azure #47703 [doris]

2025-03-11 Thread via GitHub
dataroaring merged PR #48642: URL: https://github.com/apache/doris/pull/48642 -- 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](udf) alias udf skip check enable_java_udf [doris]

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

[PR] Row number 2 [doris]

2025-03-11 Thread via GitHub
zhangstar333 opened a new pull request, #48883: URL: https://github.com/apache/doris/pull/48883 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) -

(doris) branch branch-2.1 updated: branch-2.1: [fix](nereids) fix cast literal to date like throw exception (#48780)

2025-03-11 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 78c9f737d3c branch-2.1: [fix](nereids)

Re: [PR] [be](ut) fix be ut test invalid case failed [doris]

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

(doris) branch auto-pick-48768-branch-2.1 deleted (was cb1851cf1ba)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48768-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was cb1851cf1ba [enhancement](maxcompute)support maxcompute timestamp column type. (#48768) The r

Re: [PR] [fix](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48866: URL: https://github.com/apache/doris/pull/48866#issuecomment-2710005752 ClickBench: Total hot run time: 30.79 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch auto-pick-48573-branch-3.0 updated (9198dc157dc -> eb4f0480fd7)

2025-03-11 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch auto-pick-48573-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git discard 9198dc157dc [fix](binlog) avoid adding acqurie_md5 param when enable_download_md5… (#48573)

Re: [PR] [fix](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

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

Re: [PR] branch-2.1: [opt](mtmv) Opt materialized view rewrite performance when the num of struct infos are huge #48782 [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48856: URL: https://github.com/apache/doris/pull/48856#issuecomment-2709615473 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] [opt](nereids) set column stats unkown by default when derive Not expressoin [doris]

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

(doris) branch auto-pick-48843-branch-2.1 created (now 59b63fe388d)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48843-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 59b63fe388d branch-2.1: [fix](Nereids) string constant folding process regex delim by mistake

Re: [PR] branch-3.0: [fix](memtable) revert #47860 and fix #47610 #48489 [doris]

2025-03-11 Thread via GitHub
dataroaring merged PR #48637: URL: https://github.com/apache/doris/pull/48637 -- 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] [test](beut) add case when beut to test execute_short_circuit [doris]

2025-03-11 Thread via GitHub
Mryange commented on PR #48781: URL: https://github.com/apache/doris/pull/48781#issuecomment-2703640976 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] [lakhouse] add and modify properties doc [doris-website]

2025-03-11 Thread via GitHub
morningman merged PR #2166: URL: https://github.com/apache/doris-website/pull/2166 -- 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

(doris) branch auto-pick-48530-branch-3.0 deleted (was 46da6e54698)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48530-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 46da6e54698 [enhancement](threadpool) reduce thread pool for arrow flight and spill io threads

Re: [PR] branch-3.0-pick: [Fix](cloud) Should consider tablet state change whether to skip `sync_rowsets` in publish phase (#48400) [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48667: URL: https://github.com/apache/doris/pull/48667#issuecomment-2709391785 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] branch-3.0: [fix](nereids) fix cast literal to date like throw exception [doris]

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

Re: [PR] [Enhancement](Log) Reduce usage of DCHECK [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48296: URL: https://github.com/apache/doris/pull/48296#issuecomment-2710855449 ClickBench: Total hot run time: 31.23 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch master updated (315e6a95942 -> 2000a5c4762)

2025-03-11 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 315e6a95942 [Fix](cloud) Should calculate delete bitmaps between segments when re-calculate for all historical data if

Re: [PR] [Enhancement] (nereids)implement dropCached/Expired/StatsCommand in nereids [doris]

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

Re: [PR] [Enhancement](audit) Add fields related to file cache hits in the audit log table [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48041: URL: https://github.com/apache/doris/pull/48041#issuecomment-2711168934 ClickBench: Total hot run time: 31.21 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Opt](scan) Remove unless copy contruct call in Row cursor [doris]

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

Re: [PR] [Opt](scan) Remove unless copy contruct call in Row cursor [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48889: URL: https://github.com/apache/doris/pull/48889#issuecomment-2711475752 ClickBench: Total hot run time: 31.69 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch branch-3.0 updated: branch-3.0: [Fix](case) Fix `test_skip_calc_between_segments` when `force_olap_table_replication_num=3` #48519 (#48645)

2025-03-11 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 082afd515b5 branch-3.0: [Fix](case)

Re: [PR] [fix](columns) fix bug found by UT and add regression test (#48554) [doris]

2025-03-11 Thread via GitHub
jacktengg commented on PR #48854: URL: https://github.com/apache/doris/pull/48854#issuecomment-2709554242 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-3.0: [fix](s3) support chinacloudapi endpoint for azure #47703 [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48642: URL: https://github.com/apache/doris/pull/48642#issuecomment-2709379876 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [chore](binlog) GetMeta returns dropped partition/table/index commit seq [doris]

2025-03-11 Thread via GitHub
w41ter commented on PR #48852: URL: https://github.com/apache/doris/pull/48852#issuecomment-2709373110 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

[PR] branch-3.0: [fix](func) Fix be core dump caused by mem out of bound #48693 [doris]

2025-03-11 Thread via GitHub
github-actions[bot] opened a new pull request, #48845: URL: https://github.com/apache/doris/pull/48845 Cherry-picked from #48693 -- 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

Re: [PR] [test](beut) add pipeline RepeatOperator beut [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48849: URL: https://github.com/apache/doris/pull/48849#issuecomment-2709441863 # BE UT Coverage Report Increment line coverage `0.00% (0/2)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/fbb7b5172028ac6f4c8d587d56a5e99f4e8

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

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

Re: [PR] [chore](profile) Add checker for profile level [doris]

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

Re: [PR] [Enhancement] (nereids)implement showLoadWaringsCommand in nereids [doris]

2025-03-11 Thread via GitHub
dtkavin commented on code in PR #48652: URL: https://github.com/apache/doris/pull/48652#discussion_r1988687202 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowLoadWarningsCommand.java: ## @@ -0,0 +1,352 @@ +// Licensed to the Apache Software Foundat

Re: [PR] [Enhancement] (nereids)implement dropCached/Expired/StatsCommand in nereids [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48763: URL: https://github.com/apache/doris/pull/48763#issuecomment-2715105234 ClickBench: Total hot run time: 30.94 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [improve] auto create Doris table for new MongoDB collections in Data… [doris-flink-connector]

2025-03-11 Thread via GitHub
kwonder0926 opened a new pull request, #573: URL: https://github.com/apache/doris-flink-connector/pull/573 # Proposed changes Issue Number: close #570 ## Problem Summary: During full database synchronization, if `single-sink=true`, when a new collection is created i

Re: [PR] branch-3.0: [Opt](partial update) Add some cases for partial update #48161 [doris]

2025-03-11 Thread via GitHub
dataroaring closed pull request #48525: branch-3.0: [Opt](partial update) Add some cases for partial update #48161 URL: https://github.com/apache/doris/pull/48525 -- 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

Re: [PR] [Feat](Nereids) support show tabletId command [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48815: URL: https://github.com/apache/doris/pull/48815#issuecomment-2710026358 ClickBench: Total hot run time: 31.63 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch branch-3.0 updated: branch-3.0: [improve](load) improve error message "unknown load_id" #47509 (#48638)

2025-03-11 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 24821f5a8aa branch-3.0: [improve](lo

Re: [PR] [fix](nereids) avoid generate Runtime filter whose target is not a base table column [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48779: URL: https://github.com/apache/doris/pull/48779#issuecomment-2703564973 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) deep copy for LogicalWindow is wrong [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48861: URL: https://github.com/apache/doris/pull/48861#issuecomment-2709791798 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+pro

Re: [PR] Row number 2 [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48883: URL: https://github.com/apache/doris/pull/48883#issuecomment-2711002309 # BE UT Coverage Report Increment line coverage `0.00% (0/138)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/545b9d81026086c975c586933d233299e

Re: [PR] [fix](function) fix the function elt (#48701) [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48760: URL: https://github.com/apache/doris/pull/48760#issuecomment-2703275603 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](sql cache) fix prepare statement with sql cache throw NullPointerException [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48902: URL: https://github.com/apache/doris/pull/48902#issuecomment-2712562042 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 branch-2.1 updated: [test](kerberos)Add hdfs(tvf),outfile and export test (#48433) (#48776)

2025-03-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 0f489dd7b77 [test](kerberos)Add hdfs(

(doris) branch branch-2.1 updated (738dbf03478 -> df1ce09d51c)

2025-03-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 738dbf03478 branch-2.1: [enhancement](maxcompute)support maxcompute timestamp column type. #48768 (#48842)

Re: [PR] Variant sparse [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48749: URL: https://github.com/apache/doris/pull/48749#issuecomment-2703153427 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](Prepared Statment) Fix exec prepared insert stmt in non master error [doris]

2025-03-11 Thread via GitHub
liutang123 commented on PR #48877: URL: https://github.com/apache/doris/pull/48877#issuecomment-2710241371 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] branch-3.0: [fix](Nereids) nested window function with order by raise exception #48492 [doris]

2025-03-11 Thread via GitHub
dataroaring merged PR #48676: URL: https://github.com/apache/doris/pull/48676 -- 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] [Opt](scan) Remove unless copy contruct call in Row cursor [doris]

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

(doris) branch branch-2.1 updated: branch-2.1-pick: [Fix](merge-on-write) should re-calculate delete bitmaps between segments if BE restart before publish (#48775) (#48873)

2025-03-11 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 4dbf3eb12bc branch-2.1-pick: [Fix](merg

Re: [PR] branch-3.0: [test](stable) fix some unstable hive and mc cases #48697 [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48769: URL: https://github.com/apache/doris/pull/48769#issuecomment-2703406362 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] [feature](inverted index) Add a simple tokenizer [doris]

2025-03-11 Thread via GitHub
zzzxl1993 commented on PR #48716: URL: https://github.com/apache/doris/pull/48716#issuecomment-2703088944 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-3.0-pick: [Opt](merge-on-write) Check delete bitmap cache after writing it (#48233) [doris]

2025-03-11 Thread via GitHub
bobhan1 commented on PR #48493: URL: https://github.com/apache/doris/pull/48493#issuecomment-2705377879 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](cloud)(transaction) do not execute afterVisible if commit transaction fail in cloud mode [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48576: URL: https://github.com/apache/doris/pull/48576#issuecomment-2702938481 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] [Minor](Nereids) rename MAX_MIN_FILTER_PUSH_DOWN to PUSH_DOWN_MAX_MIN_FILTER [doris]

2025-03-11 Thread via GitHub
xiedeyantu commented on PR #48840: URL: https://github.com/apache/doris/pull/48840#issuecomment-2709181960 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] [Enhancement](Log) Reduce usage of DCHECK [doris]

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

Re: [PR] [WIP] Pick profile related to 3.0 [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48717: URL: https://github.com/apache/doris/pull/48717#issuecomment-2705382445 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] [improve](ipv6) Enhance ipv6 type to accept uint128 strings in netwo… [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48802: URL: https://github.com/apache/doris/pull/48802#issuecomment-2705454158 TeamCity cloud ut coverage result: Function Coverage: 82.26% (1062/1291) Line Coverage: 65.80% (17612/26765) Region Coverage: 65.30% (8673/13282) Branch Coverage: 55.30

[PR] [lakhouse] add and modify properties doc [doris-website]

2025-03-11 Thread via GitHub
morningman opened a new pull request, #2166: URL: https://github.com/apache/doris-website/pull/2166 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test

Re: [PR] [improvement](statistics)Improve analyze partition column and key column corner case. [doris]

2025-03-11 Thread via GitHub
Jibing-Li merged PR #48757: URL: https://github.com/apache/doris/pull/48757 -- 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 master updated (329d000e35b -> d502f64eceb)

2025-03-11 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 329d000e35b [fix](be/recycler) Fix S3RateLimiter bvar `rate_limit_exceed_req_num` incorrectly add d502f64ece

Re: [PR] [opt](meta) Add strict field synchronization checks for cloud/non-cloud mode metadata conversions to prevent inconsistent PB bugs [doris]

2025-03-11 Thread via GitHub
gavinchou commented on PR #48837: URL: https://github.com/apache/doris/pull/48837#issuecomment-2715189039 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.1: [fix](Nereids) string constant folding process regex delim by mistake #48783 [doris]

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

Re: [I] [Feature] Parse json data failed. [doris]

2025-03-11 Thread via GitHub
xiaoahuaya commented on issue #30208: URL: https://github.com/apache/doris/issues/30208#issuecomment-2703249413 > This will result in the loss of logs, which we need. We need these contents with special characters so that we can safely audit crawlers, hackers, illegal submissions, etc. >

Re: [PR] [fix](replica num) Fix the decrease in the number of replicas and une… [doris]

2025-03-11 Thread via GitHub
yujun777 commented on code in PR #48704: URL: https://github.com/apache/doris/pull/48704#discussion_r1986733895 ## fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -1034,6 +1049,8 @@ public void modifyPartitionsProperty(Database db, } /

(doris-website) branch asf-site updated (e16101bceda -> 3eb56085099)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard e16101bceda Automated deployment with doris branch @ 0dd8383c041c014225b488e3119d9fdf81d36f8a new 3

Re: [PR] branch-3.0 [fix] (inverted index) Fix UTF-8 4-byte truncation issue and add configuration to control correct term writing (#48657) [doris]

2025-03-11 Thread via GitHub
dataroaring merged PR #48792: URL: https://github.com/apache/doris/pull/48792 -- 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] [Improvement](column) add santy check and add some fix for ColumnString #47964 [doris]

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

(doris) branch master updated (0d0e1714930 -> 1e61228dc1b)

2025-03-11 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 0d0e1714930 [chore](ga)To establish a CODEOWNERS mechanism for version 2.1: (#48869) add 1e61228dc1b [fix](u

[PR] [fix](test) Remove incorrect checks for light_schema_change [doris]

2025-03-11 Thread via GitHub
wyxxxcat opened a new pull request, #48797: URL: https://github.com/apache/doris/pull/48797 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] 2.1.9-rc01 [doris]

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

Re: [PR] [Enhancement] Support some math functions [doris]

2025-03-11 Thread via GitHub
ChenMiaoi commented on code in PR #48476: URL: https://github.com/apache/doris/pull/48476#discussion_r1988865294 ## fe/pom.xml: ## @@ -793,6 +794,12 @@ under the License. commons-lang3 ${commons-lang3.version} + +

Re: [PR] [Enhancement] (nereids) implement showTableStatsCommand in nereids [doris]

2025-03-11 Thread via GitHub
yx-keith commented on PR #48827: URL: https://github.com/apache/doris/pull/48827#issuecomment-2714502141 run builall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [Feat](Nereids) refactor show table status command [doris]

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

(doris-website) branch asf-site updated (741d349563b -> 7b64bb3963b)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 741d349563b Automated deployment with doris branch @ b1854bb5d874266d57349cc8e6d930aefc05c0d8 new 7

Re: [PR] branch-2.1: [bug](auto partition) Fix be crash with single replica insert [doris]

2025-03-11 Thread via GitHub
xy720 commented on PR #48929: URL: https://github.com/apache/doris/pull/48929#issuecomment-2715227140 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 unsubs

Re: [PR] branch-2.1: [bug](auto partition) Fix be crash with single replica insert [doris]

2025-03-11 Thread via GitHub
xy720 commented on PR #48929: URL: https://github.com/apache/doris/pull/48929#issuecomment-2715226903 https://github.com/user-attachments/assets/38513045-054b-4ab0-9bbd-3c45fd86dbc7"; /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on

(doris) branch auto-pick-48700-branch-3.0 created (now 9ff8d4891e9)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48700-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 9ff8d4891e9 branch-3.0: [fix](cold hot separation) Fix the issue that files on the remote stor

Re: [PR] fix column is both the prefix of sparse column and subcolumn [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48737: URL: https://github.com/apache/doris/pull/48737#issuecomment-2702852016 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+pro

Re: [PR] [fix](function) fix the function elt (#48701) [doris]

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

(doris-website) branch asf-site updated (65287a44e59 -> 25fa39a909e)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 65287a44e59 Automated deployment with doris branch @ 6efd5584c28d7b50b6d91f0ff4dd2e63f910402c new 2

Re: [PR] Merge master [doris]

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

Re: [PR] branch-3.0: [fix] fix cast literal to date like throw exception [doris]

2025-03-11 Thread via GitHub
yujun777 commented on PR #48773: URL: https://github.com/apache/doris/pull/48773#issuecomment-2703514274 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] branch-2.1:-pick: [Fix](merge-on-write) should re-calculate delete bitmaps between segments if BE restart before publish (#48775) [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48873: URL: https://github.com/apache/doris/pull/48873#issuecomment-271017 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+pro

Re: [PR] branch-3.0: [fix](load) Fix import failure when the stream load parameter specifies Transfer-Encoding:chunked #48196 [doris]

2025-03-11 Thread via GitHub
dataroaring merged PR #48474: URL: https://github.com/apache/doris/pull/48474 -- 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-website) branch asf-site updated (c2c14299690 -> dccf727a0ca)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard c2c14299690 Automated deployment with doris branch @ b1854bb5d874266d57349cc8e6d930aefc05c0d8 new d

Re: [PR] [fix](Nereids) fix cancel task jobs failed [doris]

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

<    2   3   4   5   6   7   8   9   10   11   >