Re: [PR] [Enhancement] add information_schema.table_properties #38745 [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38746: URL: https://github.com/apache/doris/pull/38746#issuecomment-2275090601 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] [improve](cache) File cache async init [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39036: URL: https://github.com/apache/doris/pull/39036#issuecomment-2275088862 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](memory) Fix Allocator release memory to correct MemTracker after TLS attach task ends [doris]

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

Re: [PR] [Fix](merge-on-write) Fix FE may use the staled response to wrongly commit txn [doris]

2024-08-07 Thread via GitHub
zhannngchen commented on code in PR #39018: URL: https://github.com/apache/doris/pull/39018#discussion_r1708541254 ## be/src/cloud/cloud_txn_delete_bitmap_cache.h: ## @@ -42,7 +42,9 @@ class CloudTxnDeleteBitmapCache : public LRUCachePolicyTrackingManual {

Re: [PR] [Fix](regression) remove useless properties when create table in test_array_with_large_dataset [doris]

2024-08-07 Thread via GitHub
airborne12 commented on PR #39090: URL: https://github.com/apache/doris/pull/39090#issuecomment-2275087898 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](regression) remove useless properties when create table in test_array_with_large_dataset [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39090: URL: https://github.com/apache/doris/pull/39090#issuecomment-2275086013 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](window_funnel) fix wrong result of window_funnel [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on code in PR #38954: URL: https://github.com/apache/doris/pull/38954#discussion_r1708775995 ## be/src/vec/aggregate_functions/aggregate_function_window_funnel.h: ## @@ -72,138 +75,238 @@ } } -template +template struct WindowFunnelState {

[PR] [Fix](regression) remove useless properties when create table in test_array_with_large_dataset [doris]

2024-08-07 Thread via GitHub
airborne12 opened a new pull request, #39090: URL: https://github.com/apache/doris/pull/39090 ## Proposed changes Useless properties in regression case may cause error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39089: URL: https://github.com/apache/doris/pull/39089#issuecomment-2275084598 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
HappenLee opened a new pull request, #39089: URL: https://github.com/apache/doris/pull/39089 ## Proposed changes Issue Number: cherry pick #38985 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [feature](restore) Support clean_tables/clean_partitions properties for restore job [doris]

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

Re: [PR] [Fix](Planner) fix delete from using does not attach partition information [doris]

2024-08-07 Thread via GitHub
LiBinfeng-01 commented on PR #39011: URL: https://github.com/apache/doris/pull/39011#issuecomment-2275081721 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](test) fix p2 regression test of export [doris]

2024-08-07 Thread via GitHub
BePPPower commented on PR #39088: URL: https://github.com/apache/doris/pull/39088#issuecomment-2275079675 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](test) fix p2 regression test of export [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39088: URL: https://github.com/apache/doris/pull/39088#issuecomment-2275079612 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](window_funnel) fix wrong result of window_funnel [doris]

2024-08-07 Thread via GitHub
jacktengg commented on code in PR #38954: URL: https://github.com/apache/doris/pull/38954#discussion_r1708768610 ## be/src/vec/aggregate_functions/aggregate_function_window_funnel.h: ## @@ -212,64 +315,97 @@ struct WindowFunnelState { } else { window_funnel

Re: [PR] [enhance](mtmv)change mysql table type of mtmv to table [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38797: URL: https://github.com/apache/doris/pull/38797#issuecomment-2275078509 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] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

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

[PR] [fix](test) fix p2 regression test of export [doris]

2024-08-07 Thread via GitHub
BePPPower opened a new pull request, #39088: URL: https://github.com/apache/doris/pull/39088 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [enhance](mtmv)change mysql table type of mtmv to table [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38797: URL: https://github.com/apache/doris/pull/38797#issuecomment-2275078670 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](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2275078286 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

(doris) branch master updated (e2c89708b48 -> 02b6b4b85b6)

2024-08-07 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e2c89708b48 [test](inverted index) Change the duplicate name test (#39013) add 02b6b4b85b6 [Fix](Planner) fix d

Re: [PR] [Fix](Planner) fix delete from using does not attach partition information [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1] Picks "[Fix](partial update) Persist partial_update_info in RocksDB in case of BE restart after a partial update has commited #38331" (#39035)

2024-08-07 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 1fbfb81b8a1 [branch-2.1] Picks "[Fix](

Re: [PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2275076032 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](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
Gabriel39 commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2275076874 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] Picks "[Fix](partial update) Persist partial_update_info in RocksDB in case of BE restart after a partial update has commited #38331" [doris]

2024-08-07 Thread via GitHub
zhannngchen merged PR #39035: URL: https://github.com/apache/doris/pull/39035 -- 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](window_funnel) fix wrong result of window_funnel [doris]

2024-08-07 Thread via GitHub
jacktengg commented on PR #38954: URL: https://github.com/apache/doris/pull/38954#issuecomment-2275076721 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [Enchancement](column) make create_always_true_column return column const [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39086: URL: https://github.com/apache/doris/pull/39086#issuecomment-2275069464 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] return missed in assign operator [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38903: URL: https://github.com/apache/doris/pull/38903#issuecomment-2275068255 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](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-07 Thread via GitHub
w41ter commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1708714602 ## cloud/src/recycler/recycler.cpp: ## @@ -1888,72 +2019,90 @@ int InstanceRecycler::abort_timeout_txn() { } ++num_timeout; -std::unique_ptr

Re: [PR] [feat](lock)add deadlock detection tool and monitored lock implementations [doris]

2024-08-07 Thread via GitHub
CalvinKirs commented on PR #39015: URL: https://github.com/apache/doris/pull/39015#issuecomment-2275062652 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] [feat](lock)add deadlock detection tool and monitored lock implementations [doris]

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

Re: [PR] [feat](lock)add deadlock detection tool and monitored lock implementations [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39015: URL: https://github.com/apache/doris/pull/39015#issuecomment-2275062488 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](cases) array contains with index cases [doris]

2024-08-07 Thread via GitHub
amorynan commented on PR #39087: URL: https://github.com/apache/doris/pull/39087#issuecomment-2275061872 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] [fix](cases) array contains with index cases [doris]

2024-08-07 Thread via GitHub
amorynan opened a new pull request, #39087: URL: https://github.com/apache/doris/pull/39087 ## Proposed changes backport : https://github.com/apache/doris/pull/34848 Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] [fix](cases) array contains with index cases [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39087: URL: https://github.com/apache/doris/pull/39087#issuecomment-2275061881 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](Vault) Support alter hdfs storage vault and alter vault's name [doris]

2024-08-07 Thread via GitHub
ByteYue commented on code in PR #38685: URL: https://github.com/apache/doris/pull/38685#discussion_r1708746656 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HdfsStorageVault.java: ## @@ -56,6 +58,11 @@ public class HdfsStorageVault extends StorageVault { public stati

Re: [PR] [Enchancement](column) make create_always_true_column return column const [doris]

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

[PR] [Enchancement](column) make create_always_true_column return column const [doris]

2024-08-07 Thread via GitHub
BiteThet opened a new pull request, #39086: URL: https://github.com/apache/doris/pull/39086 ## Proposed changes make create_always_true_column return column const -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(doris) branch branch-2.1 updated: [fix](group commit) Modify group commit commit/abort txn timeout as stream load (#39003) (#39069)

2024-08-07 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 2ec1a6a7e71 [fix](group commit) Modi

Re: [PR] [fix](group commit) Modify group commit commit/abort txn timeout as stream load (#39003) [doris]

2024-08-07 Thread via GitHub
dataroaring merged PR #39069: URL: https://github.com/apache/doris/pull/39069 -- 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.1 updated: [fix](regression) fix test_group_commit_timeout failed due to different error message (#38995) (#39068)

2024-08-07 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 4668ebd1f60 [fix](regression) fix te

Re: [PR] [fix](regression) fix test_group_commit_timeout failed due to different error message (#38995) [doris]

2024-08-07 Thread via GitHub
dataroaring merged PR #39068: URL: https://github.com/apache/doris/pull/39068 -- 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] [Enhancement] add information_schema.table_properties #38745 [doris]

2024-08-07 Thread via GitHub
Vallishp commented on PR #38746: URL: https://github.com/apache/doris/pull/38746#issuecomment-2275056886 > what's the difference between table_options and table_properties? #34384 we have moved properties to new table table_properties and print each property and its value in a new ro

Re: [PR] [fix](memory) Fix Allocator release memory to correct MemTracker after TLS attach task ends [doris]

2024-08-07 Thread via GitHub
xinyiZzz commented on PR #38959: URL: https://github.com/apache/doris/pull/38959#issuecomment-2275055775 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] [enhancement](Nereids) fast compute hash code of deep expression tree to reduce conflict [doris]

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

Re: [PR] [fix](move-memtable) fix bvar g_load_stream_file_writer_cnt [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39075: URL: https://github.com/apache/doris/pull/39075#issuecomment-2275049349 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](move-memtable) fix bvar g_load_stream_file_writer_cnt [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39075: URL: https://github.com/apache/doris/pull/39075#issuecomment-2275049296 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](case) remove max in num check case [doris]

2024-08-07 Thread via GitHub
BiteThet commented on PR #39049: URL: https://github.com/apache/doris/pull/39049#issuecomment-2275049129 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] [test](catalog) add upgrade test cases for external catalog [doris]

2024-08-07 Thread via GitHub
morningman commented on PR #39063: URL: https://github.com/apache/doris/pull/39063#issuecomment-2275046177 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] add information_schema.table_properties #38745 [doris]

2024-08-07 Thread via GitHub
Vallishp commented on PR #38746: URL: https://github.com/apache/doris/pull/38746#issuecomment-2275044255 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] add information_schema.table_properties #38745 [doris]

2024-08-07 Thread via GitHub
Vallishp commented on code in PR #38746: URL: https://github.com/apache/doris/pull/38746#discussion_r1708726773 ## fe/fe-core/src/main/java/org/apache/doris/tablefunction/MetadataGenerator.java: ## @@ -1084,18 +1103,62 @@ private static TFetchSchemaTableDataResult tableOptionsM

Re: [PR] [Enhancement] add information_schema.table_properties #38745 [doris]

2024-08-07 Thread via GitHub
Vallishp commented on code in PR #38746: URL: https://github.com/apache/doris/pull/38746#discussion_r1708726095 ## regression-test/suites/query_p0/system/test_table_options.groovy: ## @@ -184,6 +177,41 @@ suite("test_table_options") { ); """ -qt_select """sel

(doris) branch branch-2.0 updated: [opt](merge-on-write) Skip the alignment process of some rowsets in partial update #38487 (#38686)

2024-08-07 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 4220c3fdc12 [opt](merge-on-write) Skip

Re: [PR] [opt](merge-on-write) Skip the alignment process of some rowsets in partial update #38487 [doris]

2024-08-07 Thread via GitHub
zhannngchen merged PR #38686: URL: https://github.com/apache/doris/pull/38686 -- 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] Revert "[opt](nereids) adjust broadcast/shuffle join" [doris]

2024-08-07 Thread via GitHub
hello-stephen commented on PR #39083: URL: https://github.com/apache/doris/pull/39083#issuecomment-2275042369 run performance -- 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] [fix](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2275041300 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] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39085: URL: https://github.com/apache/doris/pull/39085#issuecomment-2275037915 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

(doris) branch branch-3.0 updated: [Feat](nereids) support date function in partition prune (#38743)

2024-08-07 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 0c1d9356d3f [Feat](nereids) support da

(doris) branch branch-3.0 updated: [fix](index) fix inverted index compound file entry size int32 overflow #38891 (#38929)

2024-08-07 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 9ff1b150ede [fix](index) fix inverted inde

Re: [PR] [fix](index) fix inverted index compound file entry size int32 overflow #38891 [doris]

2024-08-07 Thread via GitHub
xiaokang merged PR #38929: URL: https://github.com/apache/doris/pull/38929 -- 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] [fix] (regression test) Fix unstable regression test (#36563) [doris]

2024-08-07 Thread via GitHub
csun5285 commented on PR #39055: URL: https://github.com/apache/doris/pull/39055#issuecomment-2275035043 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

(doris) branch branch-2.1 updated (329187895ef -> 44cb7978a92)

2024-08-07 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 329187895ef [fix](test) fix conflict create table by different regression test (#39004) (#39059) add 44cb7978a

Re: [PR] [Fix](merge-on-write) Fix UBSan error cause by member call on null pointer [doris]

2024-08-07 Thread via GitHub
bobhan1 commented on PR #39066: URL: https://github.com/apache/doris/pull/39066#issuecomment-2275034632 run performance -- 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] [opt](index) add more inverted index profile metrics #36696 [doris]

2024-08-07 Thread via GitHub
xiaokang merged PR #38858: URL: https://github.com/apache/doris/pull/38858 -- 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] [Fix](merge-on-write) Fix UBSan error cause by member call on null pointer [doris]

2024-08-07 Thread via GitHub
bobhan1 commented on PR #39066: URL: https://github.com/apache/doris/pull/39066#issuecomment-2275033287 run cloud_p1 -- 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](merge-on-write) Fix UBSan error cause by member call on null pointer [doris]

2024-08-07 Thread via GitHub
bobhan1 commented on PR #39066: URL: https://github.com/apache/doris/pull/39066#issuecomment-2275033157 run p1 -- 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 unsubscrib

Re: [I] [Bug] 通过mysql JDBC 删除记录,删除成功了,但是返回影响记录数为0 [doris]

2024-08-07 Thread via GitHub
lutinglt commented on issue #37770: URL: https://github.com/apache/doris/issues/37770#issuecomment-2275032137 pymysql也有同样的问题 -- 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] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

2024-08-07 Thread via GitHub
HappenLee commented on PR #39085: URL: https://github.com/apache/doris/pull/39085#issuecomment-2275029509 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] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39085: URL: https://github.com/apache/doris/pull/39085#issuecomment-2275029423 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

2024-08-07 Thread via GitHub
HappenLee opened a new pull request, #39085: URL: https://github.com/apache/doris/pull/39085 Fix ssb flat performance problem This reverts commit 11b332fd90eadeff78d120db2b51abc6b7b44d35. ## Proposed changes Issue Number: close #xxx -- This is an automa

Re: [PR] [fix](invert index) fix the error issue in the unit test remove_element_only_in_table [doris]

2024-08-07 Thread via GitHub
zzzxl1993 closed pull request #38936: [fix](invert index) fix the error issue in the unit test remove_element_only_in_table URL: https://github.com/apache/doris/pull/38936 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-07 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2275027140 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] [feat](lock)add deadlock detection tool and monitored lock implementations [doris]

2024-08-07 Thread via GitHub
morningman commented on code in PR #39015: URL: https://github.com/apache/doris/pull/39015#discussion_r1708699253 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -2987,4 +2987,17 @@ public static int metaServiceRpcRetryTimes() { //=

(doris) branch master updated: [test](inverted index) Change the duplicate name test (#39013)

2024-08-07 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 e2c89708b48 [test](inverted index) Change th

Re: [PR] [test](inverted index) Change the duplicate name test [doris]

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

Re: [PR] [feature](Vault) Support alter hdfs storage vault and alter vault's name [doris]

2024-08-07 Thread via GitHub
gavinchou commented on code in PR #38685: URL: https://github.com/apache/doris/pull/38685#discussion_r1708671056 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HdfsStorageVault.java: ## @@ -56,6 +58,11 @@ public class HdfsStorageVault extends StorageVault { public sta

Re: [PR] [feature](restore) Support clean_tables/clean_partitions properties for restore job [doris]

2024-08-07 Thread via GitHub
w41ter commented on PR #39028: URL: https://github.com/apache/doris/pull/39028#issuecomment-2275012955 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](memory) Fix Allocator release memory to correct MemTracker after TLS attach task ends [doris]

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

Re: [PR] [Enhancement] add information_schema.table_properties #38745 [doris]

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

Re: [PR] [enhancement](Nereids) fast compute hash code of deep expression tree to reduce conflict [doris]

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

[PR] [fix]fix common-zh link [doris-website]

2024-08-07 Thread via GitHub
0xFlackoLFG opened a new pull request, #969: URL: https://github.com/apache/doris-website/pull/969 (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 unsubscri

Re: [PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2274999744 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] Revert "[opt](nereids) adjust broadcast/shuffle join" [doris]

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

Re: [PR] Revert "[opt](nereids) adjust broadcast/shuffle join" [doris]

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

Re: [PR] [improvement](statistics)Return -1 when external table row count is unknown. [doris]

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

Re: [PR] [fix](expr) Add Parentheses for Correct Operator Precedence in toSqlImpl and conjunctExprToString Methods [doris]

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

Re: [PR] [Fix](lakesoul) Fix CVEs and some filter pushdown issues [doris]

2024-08-07 Thread via GitHub
xuchen-plus commented on code in PR #39044: URL: https://github.com/apache/doris/pull/39044#discussion_r1708643611 ## fe/be-java-extensions/lakesoul-scanner/pom.xml: ## @@ -48,68 +48,18 @@ under the License. - - -org.scala-la

Re: [PR] [Fix](lakesoul) Fix CVEs and some filter pushdown issues [doris]

2024-08-07 Thread via GitHub
xuchen-plus commented on code in PR #39044: URL: https://github.com/apache/doris/pull/39044#discussion_r1708643611 ## fe/be-java-extensions/lakesoul-scanner/pom.xml: ## @@ -48,68 +48,18 @@ under the License. - - -org.scala-la

Re: [PR] Revert "[opt](nereids) adjust broadcast/shuffle join" [doris]

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

Re: [PR] [feature](restore) Support clean_tables/clean_partitions properties for restore job [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [Bug](materialized-view) fix analyze where clause failed on mv [doris]

2024-08-07 Thread via GitHub
BiteThet commented on PR #39061: URL: https://github.com/apache/doris/pull/39061#issuecomment-2274969253 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 branch-2.1 updated: [fix](test) fix conflict create table by different regression test (#39004) (#39059)

2024-08-07 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 329187895ef [fix](test) fix conflict

Re: [PR] [fix](test) fix conflict create table by different regression test (#39004) [doris]

2024-08-07 Thread via GitHub
924060929 merged PR #39059: URL: https://github.com/apache/doris/pull/39059 -- 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] [MT] Add close file interaction time and profile indicators [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on code in PR #39084: URL: https://github.com/apache/doris/pull/39084#discussion_r1708637313 ## be/src/vec/sink/writer/vtablet_writer.cpp: ## @@ -812,6 +812,13 @@ void VNodeChannel::_add_block_success_callback(const PTabletWriterAddBlockResult

Re: [PR] [branch-2.0] Picks "[Fix](partial update) Persist partial_update_info in RocksDB in case of BE restart after a partial update has commited #38331" [doris]

2024-08-07 Thread via GitHub
bobhan1 commented on PR #39078: URL: https://github.com/apache/doris/pull/39078#issuecomment-2274967804 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

[PR] Add iceberg quick start, metacache and sql block rule [doris-website]

2024-08-07 Thread via GitHub
morningman opened a new pull request, #968: URL: https://github.com/apache/doris-website/pull/968 (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 unsubscrib

Re: [PR] [improvement](statistics)Return -1 when external table row count is unknown. [doris]

2024-08-07 Thread via GitHub
Jibing-Li commented on PR #38990: URL: https://github.com/apache/doris/pull/38990#issuecomment-2274965019 run performance -- 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

  1   2   3   4   5   6   7   8   9   10   >