Re: [PR] [Chore](runtime-filter) refactor of runtime filter void type data usage [doris]

2024-11-14 Thread via GitHub
BiteThet commented on PR #43957: URL: https://github.com/apache/doris/pull/43957#issuecomment-2476941716 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] [improvement](log)Support exception report in our benchmark utils (#40834) [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #42445: URL: https://github.com/apache/doris/pull/42445#issuecomment-2476961903 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11841952838";) output. shellcheck er

Re: [PR] [feature](inverted index) add index searcher after writing inverted index [doris]

2024-11-14 Thread via GitHub
airborne12 commented on PR #43992: URL: https://github.com/apache/doris/pull/43992#issuecomment-2476928972 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-2.1](function) fix error result in auto partition name (#41130) [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #43977: URL: https://github.com/apache/doris/pull/43977#issuecomment-2477001131 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feature](function) add approx_top_sum aggregation function [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #43643: URL: https://github.com/apache/doris/pull/43643#issuecomment-2477006156 TeamCity be ut coverage result: Function Coverage: 37.96% (9904/26090) Line Coverage: 29.16% (82764/283794) Region Coverage: 28.29% (42514/150280) Branch Coverage: 24.8

Re: [PR] branch-2.1: [performance](load) fix broker load scan ranges for unsplittable files #43161 [doris]

2024-11-14 Thread via GitHub
yiguolei merged PR #43976: URL: https://github.com/apache/doris/pull/43976 -- 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] branch-2.1: [fix](datacheck) let count skip opt via meta #43743 [doris]

2024-11-14 Thread via GitHub
yiguolei closed pull request #43981: branch-2.1: [fix](datacheck) let count skip opt via meta #43743 URL: https://github.com/apache/doris/pull/43981 -- 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] [improvement](log)Support exception report in our benchmark utils (#40834) [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #42445: URL: https://github.com/apache/doris/pull/42445#issuecomment-2476952543 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/11841887840";) output. shellcheck er

(doris) branch branch-2.1 updated: branch-2.1: [performance](load) fix broker load scan ranges for unsplittable files #43161 (#43976)

2024-11-14 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 74d87c9d4eb branch-2.1: [performance](l

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

2024-11-14 Thread via GitHub
starocean999 commented on code in PR #43068: URL: https://github.com/apache/doris/pull/43068#discussion_r1843135022 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCreateCatalogCommand.java: ## @@ -0,0 +1,91 @@ +// Licensed to the Apache Software Fo

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

2024-11-14 Thread via GitHub
starocean999 commented on code in PR #43068: URL: https://github.com/apache/doris/pull/43068#discussion_r1843136012 ## regression-test/suites/export_p0/test_show_create_catalog.groovy: ## @@ -0,0 +1,38 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

Re: [PR] [improve](join) reuse the join block to reduce malloc memory [doris]

2024-11-14 Thread via GitHub
zhangstar333 merged PR #43738: URL: https://github.com/apache/doris/pull/43738 -- 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] [chore](type cast) Fix some implicit cast [doris]

2024-11-14 Thread via GitHub
zhiqiang- commented on code in PR #43050: URL: https://github.com/apache/doris/pull/43050#discussion_r1843156269 ## be/src/vec/data_types/data_type_number_base.h: ## @@ -188,12 +189,12 @@ class DataTypeNumberBase : public IDataType { for (int row_num = 0; row_num <

[PR] [branch-2.0](memory) Fix jemalloc hook deadlock at BE start [doris]

2024-11-14 Thread via GitHub
xinyiZzz opened a new pull request, #44009: URL: https://github.com/apache/doris/pull/44009 ### What problem does this PR solve? Problem Summary: It should be caused by the third-party library, but in any case, this repair should be possible. Fix: ``` #0 0x7f7

Re: [PR] [opt](inverted index) add performance profiling for remote io access in inverted index [doris]

2024-11-14 Thread via GitHub
zzzxl1993 commented on PR #43542: URL: https://github.com/apache/doris/pull/43542#issuecomment-2477932355 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] [branch-2.0](memory) Fix jemalloc hook deadlock at BE start [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44009: URL: https://github.com/apache/doris/pull/44009#issuecomment-2477932156 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+proce

Re: [PR] [fix](cloud) explicit message when parse file_cache_path error [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #44004: URL: https://github.com/apache/doris/pull/44004#issuecomment-2477885285 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 auto-pick-43967-branch-3.0 updated (adfbe69415e -> 72b15d6765f)

2024-11-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43967-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from adfbe69415e branch-3.0: [Fix](auto-increment) Fix duplicate auto-increment column value proble

Re: [PR] branch-3.0: [Fix](DDL) Fix wrong show create table stmt for auto list multi-columns partition #43967 [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44005: URL: https://github.com/apache/doris/pull/44005#issuecomment-2477886334 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+proce

Re: [PR] [feat](Nereids) support refresh catalog command [doris]

2024-11-14 Thread via GitHub
vinlee19 commented on PR #43449: URL: https://github.com/apache/doris/pull/43449#issuecomment-2477962734 @morningman PTAL -- 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] [feat](Nereids) support refresh catalog command [doris]

2024-11-14 Thread via GitHub
vinlee19 commented on PR #43449: URL: https://github.com/apache/doris/pull/43449#issuecomment-2477958904 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] [doc](load) update create table comment [doris-website]

2024-11-14 Thread via GitHub
liaoxin01 merged PR #1351: URL: https://github.com/apache/doris-website/pull/1351 -- 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...@do

Re: [I] [Enhancement] (nereids)implement DropRoleCommand in nereids [doris]

2024-11-14 Thread via GitHub
starocean999 closed issue #42618: [Enhancement] (nereids)implement DropRoleCommand in nereids URL: https://github.com/apache/doris/issues/42618 -- 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] [Enhancement] (nereids)implement DropRoleCommand in nereids [doris]

2024-11-14 Thread via GitHub
starocean999 closed issue #42618: [Enhancement] (nereids)implement DropRoleCommand in nereids URL: https://github.com/apache/doris/issues/42618 -- 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: [PR] [Improvement](bitmap-filter) reduce copy and remove some unused code of bitmap filter [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #43936: URL: https://github.com/apache/doris/pull/43936#issuecomment-2478045914 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] [test](statistics)Add stats test for replace table. [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44011: URL: https://github.com/apache/doris/pull/44011#issuecomment-2478047563 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+proce

[PR] [test](statistics)Add stats test for replace table. [doris]

2024-11-14 Thread via GitHub
Jibing-Li opened a new pull request, #44011: URL: https://github.com/apache/doris/pull/44011 ### What problem does this PR solve? Add stats test case for replace table. Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None

Re: [PR] [test](statistics)Add stats test for replace table. [doris]

2024-11-14 Thread via GitHub
Jibing-Li commented on PR #44011: URL: https://github.com/apache/doris/pull/44011#issuecomment-2478048064 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] [Enhancement] (nereids)implement showFrontendsCommand in nereids [doris]

2024-11-14 Thread via GitHub
starocean999 commented on PR #43122: URL: https://github.com/apache/doris/pull/43122#issuecomment-2478052679 please resolve conflict -- 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 c

Re: [PR] [Chore](function) remove some unused code of function [doris]

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

(doris) branch master updated (8dd4203ce5c -> 7b399793cab)

2024-11-14 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8dd4203ce5c [Fix](DDL) Fix wrong show create table stmt for auto list multi-columns partition (#43967) add 7b

[PR] [conf](fe) Print jvm `ClassHistogram` in fe gc log after full gc [doris]

2024-11-14 Thread via GitHub
SWJTU-ZhangLei opened a new pull request, #44010: URL: https://github.com/apache/doris/pull/44010 * Add `-XX:+PrintClassHistogramAfterFullGC` for JAVA_OPTS * Add `classhisto*=trace` for JAVA_OPTS_FOR_JDK_17 ### What problem does this PR solve? Issue Number: close #xxx

Re: [PR] [conf](fe) Print jvm `ClassHistogram` in fe gc log after full gc [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44010: URL: https://github.com/apache/doris/pull/44010#issuecomment-2478043004 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+proce

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

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

(doris) branch master updated: [Enhancement] (nereids)implement DropRoleCommand in nereids (#43231)

2024-11-14 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 578a94012a2 [Enhancement] (nereids)implemen

[PR] edit log routine load paused reason for auto resume [doris]

2024-11-14 Thread via GitHub
qzsee opened a new pull request, #44012: URL: https://github.com/apache/doris/pull/44012 ### 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] edit log routine load paused reason for auto resume [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44012: URL: https://github.com/apache/doris/pull/44012#issuecomment-2478055622 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+proce

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

2024-11-14 Thread via GitHub
starocean999 commented on PR #43119: URL: https://github.com/apache/doris/pull/43119#issuecomment-2478053138 please resolve conflict -- 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 c

Re: [PR] [conf](fe) Print jvm `ClassHistogram` in fe gc log after full gc [doris]

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

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

2024-11-14 Thread via GitHub
starocean999 commented on PR #43133: URL: https://github.com/apache/doris/pull/43133#issuecomment-2478057203 please resolve conflict -- 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 c

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

2024-11-14 Thread via GitHub
starocean999 commented on PR #43121: URL: https://github.com/apache/doris/pull/43121#issuecomment-2478054749 please resolve conflict -- 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 c

Re: [PR] [branch-2.1](function) fix error result in auto partition name (#41130) [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #43977: URL: https://github.com/apache/doris/pull/43977#issuecomment-2478011093 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] [Enhancement] (nereids)implement showPluginsCommand in nereids [doris]

2024-11-14 Thread via GitHub
starocean999 commented on PR #43131: URL: https://github.com/apache/doris/pull/43131#issuecomment-2478060166 please resolve conflicts -- 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

[PR] [fix](cloud) fix BlockFileCache::get_or_set crash [doris]

2024-11-14 Thread via GitHub
freemandealer opened a new pull request, #44013: URL: https://github.com/apache/doris/pull/44013 ### What problem does this PR solve? This is a Plan-B fix, the root cause is under study: 2# JVM_handle_linux_signal in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so

Re: [PR] [fix](cloud) fix BlockFileCache::get_or_set crash [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44013: URL: https://github.com/apache/doris/pull/44013#issuecomment-2478067074 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+proce

Re: [PR] [fix](cloud) fix BlockFileCache::get_or_set crash [doris]

2024-11-14 Thread via GitHub
freemandealer commented on PR #44013: URL: https://github.com/apache/doris/pull/44013#issuecomment-2478067703 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] [Enhancement] (nereids)implement showStorageEnginesCommand in nereids [doris]

2024-11-14 Thread via GitHub
starocean999 commented on PR #43135: URL: https://github.com/apache/doris/pull/43135#issuecomment-2478058614 please resolve conflict -- 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 c

Re: [PR] [feat]CTE Spill [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44014: URL: https://github.com/apache/doris/pull/44014#issuecomment-2478067887 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+proce

[PR] [feat]CTE Spill [doris]

2024-11-14 Thread via GitHub
mrhhsg opened a new pull request, #44014: URL: https://github.com/apache/doris/pull/44014 ### 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] [branch-2.0](memory) Fix jemalloc hook deadlock at BE start [doris]

2024-11-14 Thread via GitHub
xiaokang commented on PR #44009: URL: https://github.com/apache/doris/pull/44009#issuecomment-2478074176 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

[I] [Bug] str_to_date output problem [doris]

2024-11-14 Thread via GitHub
LiBinfeng-01 opened a new issue, #44016: URL: https://github.com/apache/doris/issues/44016 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master latest

Re: [PR] [fix](group commit) remove unused code [doris]

2024-11-14 Thread via GitHub
mymeiyi commented on PR #44015: URL: https://github.com/apache/doris/pull/44015#issuecomment-2478078892 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](group commit) remove unused code [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44015: URL: https://github.com/apache/doris/pull/44015#issuecomment-2478077385 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+proce

[PR] [fix](group commit) remove unused code [doris]

2024-11-14 Thread via GitHub
mymeiyi opened a new pull request, #44015: URL: https://github.com/apache/doris/pull/44015 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: remove unused code because the select be strategy is moved to GroupCommitMana

Re: [PR] [refine](column) Remove some unnecessary get_int functions. [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44017: URL: https://github.com/apache/doris/pull/44017#issuecomment-2478080525 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+proce

Re: [PR] [refine](column) Remove some unnecessary get_int functions. [doris]

2024-11-14 Thread via GitHub
Mryange commented on PR #44017: URL: https://github.com/apache/doris/pull/44017#issuecomment-2478080633 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

(doris-website) branch develop created (now 37d706348fa)

2024-11-14 Thread jeffreyh
This is an automated email from the ASF dual-hosted git repository. jeffreyh pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/doris-website.git at 37d706348fa Update package.json This branch includes the following new commits: new 37d706348fa Updat

(doris-website) 01/01: Update package.json

2024-11-14 Thread jeffreyh
This is an automated email from the ASF dual-hosted git repository. jeffreyh pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/doris-website.git commit 37d706348face93ca8ed59b571a1bdd90291a785 Author: Jeffrey AuthorDate: Fri Nov 15 14:50:28 2024 +0800 Updat

Re: [PR] [fix](cloud) fix BlockFileCache::get_or_set crash [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #44013: URL: https://github.com/apache/doris/pull/44013#issuecomment-2478073512 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](nereids) correct the log class in the command [doris]

2024-11-14 Thread via GitHub
CalvinKirs commented on PR #43896: URL: https://github.com/apache/doris/pull/43896#issuecomment-2478082710 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] fix str_to_date datetimev2 literal showing problem [doris]

2024-11-14 Thread via GitHub
LiBinfeng-01 opened a new pull request, #44018: URL: https://github.com/apache/doris/pull/44018 ### What problem does this PR solve? Issue Number: close #44016 Related PR: #27363 Problem Summary: str_to_date return type of fe fold constant and be calculation do not m

Re: [PR] fix str_to_date datetimev2 literal showing problem [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44018: URL: https://github.com/apache/doris/pull/44018#issuecomment-2478083129 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+proce

Re: [I] [Enhancement] (nereids)implement showTrashCommand in nereids [doris]

2024-11-14 Thread via GitHub
echo-hhj commented on issue #42763: URL: https://github.com/apache/doris/issues/42763#issuecomment-2478083586 I will implement it. -- 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] fix str_to_date datetimev2 literal showing problem [doris]

2024-11-14 Thread via GitHub
LiBinfeng-01 commented on PR #44018: URL: https://github.com/apache/doris/pull/44018#issuecomment-2478083473 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] [fix](cloud) explicit message when parse file_cache_path error [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44004: URL: https://github.com/apache/doris/pull/44004#issuecomment-2477883337 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+proce

[PR] [enhance](regression-test) add hudi cases [doris]

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

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

2024-11-14 Thread via GitHub
starocean999 commented on code in PR #43157: URL: https://github.com/apache/doris/pull/43157#discussion_r1843144110 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCollationCommand.java: ## @@ -0,0 +1,96 @@ +// Licensed to the Apache Software Founda

Re: [PR] [enhance](regression-test) add hudi cases [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44003: URL: https://github.com/apache/doris/pull/44003#issuecomment-2477883077 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+proce

Re: [PR] [fix](cloud) explicit message when parse file_cache_path error [doris]

2024-11-14 Thread via GitHub
freemandealer commented on PR #44004: URL: https://github.com/apache/doris/pull/44004#issuecomment-2477883207 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

[PR] [chore](meta) improve error log to eliminate misunderstanding [doris]

2024-11-14 Thread via GitHub
Yulei-Yang opened a new pull request, #44006: URL: https://github.com/apache/doris/pull/44006 When a get-role-request submitted from a invalid client, log in master FE for the same error show different IPs, which is confusing, like below: ```sql 2024-11-15 02:08:13,714 WARN (qtp1588318

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

2024-11-14 Thread via GitHub
starocean999 commented on code in PR #42979: URL: https://github.com/apache/doris/pull/42979#discussion_r1843150004 ## fe/fe-core/src/main/java/org/apache/doris/blockrule/SqlBlockRuleMgr.java: ## @@ -90,6 +91,21 @@ public List getSqlBlockRule(ShowSqlBlockRuleStmt stmt) throws A

Re: [PR] [fix](hive)Fixed the issue of reading hive table with empty lzo files [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #43979: URL: https://github.com/apache/doris/pull/43979#issuecomment-2477892628 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] [branch-2.1](DDL) Fix wrong show create table stmt for auto list multi-columns partition (#43967) [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44007: URL: https://github.com/apache/doris/pull/44007#issuecomment-2477899558 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+proce

Re: [PR] [branch-2.1](DDL) Fix wrong show create table stmt for auto list multi-columns partition (#43967) [doris]

2024-11-14 Thread via GitHub
zclllyybb commented on PR #44007: URL: https://github.com/apache/doris/pull/44007#issuecomment-2477899572 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] [test](doc) add some jdbc-example in doris's doc to regression test [doris]

2024-11-14 Thread via GitHub
yagagagaga commented on PR #43892: URL: https://github.com/apache/doris/pull/43892#issuecomment-2477900588 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-2.1](DDL) Fix wrong show create table stmt for auto list multi-columns partition (#43967) [doris]

2024-11-14 Thread via GitHub
zclllyybb opened a new pull request, #44007: URL: https://github.com/apache/doris/pull/44007 pick https://github.com/apache/doris/pull/43967 -- 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: [PR] [chore](type cast) Fix some implicit cast [doris]

2024-11-14 Thread via GitHub
zhiqiang- commented on code in PR #43050: URL: https://github.com/apache/doris/pull/43050#discussion_r1843154790 ## be/src/vec/data_types/data_type_decimal.cpp: ## @@ -230,7 +238,7 @@ const char* DataTypeDecimal::deserialize(const char* buf, MutableColumnPtr* c buf

(doris) branch cp_1114_2 updated (cfe0d596b5d -> f479b8db33e)

2024-11-14 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch cp_1114_2 in repository https://gitbox.apache.org/repos/asf/doris.git omit cfe0d596b5d fix core dump on rf between varchar and char omit a519702fac4 branch-2.1: [Bug](bitmap-filter) f

Re: [PR] [test](doc) add cancel-warm-up example in doris's doc to regression test [doris]

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

Re: [PR] [fix](cloud) explicit message when parse file_cache_path error [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #44004: URL: https://github.com/apache/doris/pull/44004#issuecomment-2477897948 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] [chore](meta) improve error log to eliminate misunderstanding [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44006: URL: https://github.com/apache/doris/pull/44006#issuecomment-2477889334 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+proce

Re: [PR] [fix](cloud) explicit message when parse file_cache_path error [doris]

2024-11-14 Thread via GitHub
freemandealer commented on PR #44004: URL: https://github.com/apache/doris/pull/44004#issuecomment-2477896711 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] branch-3.0: [Fix](DDL) Fix wrong show create table stmt for auto list multi-columns partition #43967 [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #44005: URL: https://github.com/apache/doris/pull/44005#issuecomment-2477886354 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] [docs](lakesoul) update lakesoul usage doc [doris]

2024-11-14 Thread via GitHub
doris-robot commented on PR #43996: URL: https://github.com/apache/doris/pull/43996#issuecomment-2477840066 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+proce

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

2024-11-14 Thread via GitHub
starocean999 commented on code in PR #43159: URL: https://github.com/apache/doris/pull/43159#discussion_r1843142329 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowDiagnoseTabletCommand.java: ## @@ -0,0 +1,84 @@ +// Licensed to the Apache Software F

Re: [PR] [Fix](DDL) Fix wrong show create table stmt for auto list multi-columns partition [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #43967: URL: https://github.com/apache/doris/pull/43967#issuecomment-2477880180 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](test)Format ipv6 [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #43978: URL: https://github.com/apache/doris/pull/43978#issuecomment-2477880260 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](cloud) explicit message when parse file_cache_path error [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #44004: URL: https://github.com/apache/doris/pull/44004#issuecomment-2477887063 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] branch-3.0: [Fix](DDL) Fix wrong show create table stmt for auto list multi-columns partition #43967 [doris]

2024-11-14 Thread via GitHub
github-actions[bot] opened a new pull request, #44005: URL: https://github.com/apache/doris/pull/44005 Cherry-picked from #43967 -- 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] [Enhancement] (nereids)implement showCollationCommand in nereids [doris]

2024-11-14 Thread via GitHub
starocean999 commented on PR #43157: URL: https://github.com/apache/doris/pull/43157#issuecomment-2477884970 please add test case -- 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 comm

(doris) branch auto-pick-43967-branch-3.0 created (now adfbe69415e)

2024-11-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43967-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at adfbe69415e branch-3.0: [Fix](auto-increment) Fix duplicate auto-increment column value proble

Re: [PR] [chore](meta) improve error log to eliminate misunderstanding [doris]

2024-11-14 Thread via GitHub
Yulei-Yang commented on PR #44006: URL: https://github.com/apache/doris/pull/44006#issuecomment-2477889645 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [fix](cloud) explicit message when parse file_cache_path error [doris]

2024-11-14 Thread via GitHub
github-actions[bot] commented on PR #44004: URL: https://github.com/apache/doris/pull/44004#issuecomment-2477889080 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] [Enhancement] (nereids)implement showCreateViewCommand in nereids [doris]

2024-11-14 Thread via GitHub
starocean999 commented on code in PR #43145: URL: https://github.com/apache/doris/pull/43145#discussion_r1843131435 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCreateViewCommand.java: ## @@ -0,0 +1,134 @@ +// Licensed to the Apache Software Foun

Re: [PR] branch-2.1: [fix](datacheck) let count skip opt via meta #43743 [doris]

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

(doris) branch branch-2.0 updated: [fix](nereids) convert stringLikeLiteral to double should use byte length (#43776) branch-2.0 (#43910)

2024-11-14 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 466c3093053 [fix](nereids) convert stri

Re: [PR] [feature](function) add approx_top_sum aggregation function [doris]

2024-11-14 Thread via GitHub
zzzxl1993 commented on code in PR #43643: URL: https://github.com/apache/doris/pull/43643#discussion_r1843144620 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/ApproxTopK.java: ## @@ -55,9 +55,19 @@ public ApproxTopK(boolean distinct, boolea

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

2024-11-14 Thread via GitHub
starocean999 commented on code in PR #43157: URL: https://github.com/apache/doris/pull/43157#discussion_r1843145082 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -3999,4 +4001,17 @@ public SetUserPropertiesCommand visitSetUserPropert

Re: [PR] [feature](function) add approx_top_sum aggregation function [doris]

2024-11-14 Thread via GitHub
zzzxl1993 commented on PR #43643: URL: https://github.com/apache/doris/pull/43643#issuecomment-2477885467 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 auto-pick-43967-branch-2.1 created (now 5d5547803cc)

2024-11-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43967-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 5d5547803cc branch-2.1: [fix](datacheck) let count skip opt via meta #43743 (#43981) No new r

  1   2   3   4   5   6   7   >