[GitHub] [doris] github-actions[bot] commented on pull request #20751: [Bug](function) catch error state in function cast to avoid core dump

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20751: URL: https://github.com/apache/doris/pull/20751#issuecomment-1590586037 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

[GitHub] [doris] airborne12 commented on pull request #20794: [Update](clucene) synchronize clucene version to improve clcuene performance

2023-06-14 Thread via GitHub
airborne12 commented on PR #20794: URL: https://github.com/apache/doris/pull/20794#issuecomment-1590586649 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

[GitHub] [doris] morrySnow merged pull request #20775: [fix](stats) Fix NPE when analyze database sync

2023-06-14 Thread via GitHub
morrySnow merged PR #20775: URL: https://github.com/apache/doris/pull/20775 -- 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 (f2025b9eed -> f707dc9395)

2023-06-14 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f2025b9eed [fix](memory) before compaction run, check memory exceed limit #20782 add f707dc9395 [fix](stats) F

[GitHub] [doris] github-actions[bot] commented on pull request #20794: [Update](clucene) synchronize clucene version to improve clcuene performance

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20794: URL: https://github.com/apache/doris/pull/20794#issuecomment-1590591072 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

[GitHub] [doris] csun5285 commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-14 Thread via GitHub
csun5285 commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229108691 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,251 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

[GitHub] [doris] csun5285 commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-14 Thread via GitHub
csun5285 commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229110969 ## be/src/olap/tablet.cpp: ## @@ -1062,10 +1063,18 @@ uint32_t Tablet::_calc_base_compaction_score() const { // all_rs_metas() is not sorted, so we use _c

[GitHub] [doris] csun5285 commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-14 Thread via GitHub
csun5285 commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229116516 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

[GitHub] [doris] Mryange commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-14 Thread via GitHub
Mryange commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1590602966 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 unsubscrib

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #20795: [Bug](table-function) return InvalidArgument when explode_split meet empty delimiter

2023-06-14 Thread via GitHub
BiteThet opened a new pull request, #20795: URL: https://github.com/apache/doris/pull/20795 ## Proposed changes return InvalidArgument when explode_split meet empty delimiter ## Further comments If this is a relatively large or complex change, kick off the discussion at

[GitHub] [doris] BiteTheDDDDt commented on pull request #20795: [Bug](table-function) return InvalidArgument when explode_split meet empty delimiter

2023-06-14 Thread via GitHub
BiteThet commented on PR #20795: URL: https://github.com/apache/doris/pull/20795#issuecomment-1590607197 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

[GitHub] [doris] wsjz commented on pull request #20591: [fix](multi-catalog)fix s3 check, complete catalog properties

2023-06-14 Thread via GitHub
wsjz commented on PR #20591: URL: https://github.com/apache/doris/pull/20591#issuecomment-1590609365 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1590609444 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

[GitHub] [doris] github-actions[bot] commented on pull request #20787: [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20787: URL: https://github.com/apache/doris/pull/20787#issuecomment-1590612898 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

[GitHub] [doris] github-actions[bot] commented on pull request #20787: [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20787: URL: https://github.com/apache/doris/pull/20787#issuecomment-1590612951 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

[GitHub] [doris] yiguolei merged pull request #20759: [enhancement](log4j) support high performance mode for log4j2 to escape potential bottleneck for doris read and write

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

[doris] branch master updated (f707dc9395 -> bcf103e993)

2023-06-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f707dc9395 [fix](stats) Fix NPE when analyze database sync (#20775) add bcf103e993 [enhancement](log4j) support

[GitHub] [doris] zddr commented on pull request #20793: [fix](mtmv)fix create mtmv with partition error

2023-06-14 Thread via GitHub
zddr commented on PR #20793: URL: https://github.com/apache/doris/pull/20793#issuecomment-1590613406 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #20795: [Bug](table-function) return InvalidArgument when explode_split meet empty delimiter

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20795: URL: https://github.com/apache/doris/pull/20795#issuecomment-1590613749 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

[GitHub] [doris] csun5285 commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-14 Thread via GitHub
csun5285 commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229134646 ## be/src/common/config.h: ## @@ -1004,6 +1004,17 @@ DECLARE_Int32(num_broadcast_buffer); // semi-structure configs DECLARE_Bool(enable_parse_multi_dimession_array);

[GitHub] [doris] zzzzzzzs commented on a diff in pull request #20044: [Function] Support date function: microsecond()

2023-06-14 Thread via GitHub
zzzs commented on code in PR #20044: URL: https://github.com/apache/doris/pull/20044#discussion_r1229135257 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.g4: ## @@ -247,6 +247,7 @@ MACRO: 'MACRO'; MAP: 'MAP'; MATCHED: 'MATCHED'; MERGE: 'MERGE'; +MICROS

[GitHub] [doris] zy-kkk commented on pull request #20765: [improvement](jdbc) support insert autoinc and default value column to mysql

2023-06-14 Thread via GitHub
zy-kkk commented on PR #20765: URL: https://github.com/apache/doris/pull/20765#issuecomment-1590621353 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

[GitHub] [doris] Mryange commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-14 Thread via GitHub
Mryange commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1590621766 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

[GitHub] [doris] github-actions[bot] commented on pull request #20044: [Function] Support date function: microsecond()

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20044: URL: https://github.com/apache/doris/pull/20044#issuecomment-1590623897 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 (bcf103e993 -> 9c30fb5a21)

2023-06-14 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bcf103e993 [enhancement](log4j) support high performance mode for log4j to escape potential bottleneck for doris read a

[GitHub] [doris] zy-kkk merged pull request #20766: [fix](script)Fix the JAVA_OPTS version error of the BE start script

2023-06-14 Thread via GitHub
zy-kkk merged PR #20766: URL: https://github.com/apache/doris/pull/20766 -- 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

[GitHub] [doris] xinyiZzz opened a new pull request, #20796: [fix](memory) memory management thread exits gracefully

2023-06-14 Thread via GitHub
xinyiZzz opened a new pull request, #20796: URL: https://github.com/apache/doris/pull/20796 ## Proposed changes Issue Number: close #xxx ``` ==2606023==ERROR: AddressSanitizer: heap-use-after-free on address 0x60e43670 at pc 0x55bb56449d60 bp 0x7f58725a9330 sp 0x7f58725a

[GitHub] [doris] zzzzzzzs commented on pull request #20044: [Function] Support date function: microsecond()

2023-06-14 Thread via GitHub
zzzs commented on PR #20044: URL: https://github.com/apache/doris/pull/20044#issuecomment-1590628223 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

[GitHub] [doris] morningman opened a new pull request, #20797: [community](github) required at least 2 approval

2023-06-14 Thread via GitHub
morningman opened a new pull request, #20797: URL: https://github.com/apache/doris/pull/20797 ## Proposed changes Make `Need_2_Approval` check as required. After this PR merged, all PRs need at least 2 approvals to merge. One must be committer, the other can be anyone.

[GitHub] [doris] morningman commented on pull request #20797: [community](github) required at least 2 approval

2023-06-14 Thread via GitHub
morningman commented on PR #20797: URL: https://github.com/apache/doris/pull/20797#issuecomment-1590632171 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

[GitHub] [doris] github-actions[bot] commented on pull request #20796: [fix](memory) memory management thread exits gracefully

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20796: URL: https://github.com/apache/doris/pull/20796#issuecomment-1590635625 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

[GitHub] [doris] ByteYue commented on pull request #19604: [enhance](load) add one backoff algorithm to control the load speed

2023-06-14 Thread via GitHub
ByteYue commented on PR #19604: URL: https://github.com/apache/doris/pull/19604#issuecomment-1590636410 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

[GitHub] [doris-thirdparty] zzzxl1993 opened a new pull request, #89: [Fix] fix clucene gcc compile error

2023-06-14 Thread via GitHub
zzzxl1993 opened a new pull request, #89: URL: https://github.com/apache/doris-thirdparty/pull/89 (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

[GitHub] [doris] github-actions[bot] commented on pull request #20797: [community](github) required at least 2 approval

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20797: URL: https://github.com/apache/doris/pull/20797#issuecomment-1590640185 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

[GitHub] [doris] github-actions[bot] commented on pull request #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20720: URL: https://github.com/apache/doris/pull/20720#issuecomment-1590640490 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

[GitHub] [doris] github-actions[bot] commented on pull request #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20720: URL: https://github.com/apache/doris/pull/20720#issuecomment-1590640447 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

[GitHub] [doris] github-actions[bot] commented on pull request #19604: [enhance](load) add one backoff algorithm to control the load speed

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #19604: URL: https://github.com/apache/doris/pull/19604#issuecomment-1590644859 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

[GitHub] [doris] yiguolei merged pull request #20689: [regression-test](test) fix mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy

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

[doris] branch master updated (9c30fb5a21 -> f58fa4d3fa)

2023-06-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9c30fb5a21 [fix](script)Fix the JAVA_OPTS version error of the BE start script (#20766) add f58fa4d3fa [regress

[GitHub] [doris] wsjz commented on pull request #20591: [fix](multi-catalog)fix s3 check, complete catalog properties

2023-06-14 Thread via GitHub
wsjz commented on PR #20591: URL: https://github.com/apache/doris/pull/20591#issuecomment-1590647172 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] lexluo09 commented on pull request #20797: [community](github) required at least 2 approval

2023-06-14 Thread via GitHub
lexluo09 commented on PR #20797: URL: https://github.com/apache/doris/pull/20797#issuecomment-1590654541 LGTM -- 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

[GitHub] [doris] eldenmoon merged pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-14 Thread via GitHub
eldenmoon merged PR #20732: URL: https://github.com/apache/doris/pull/20732 -- 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 (f58fa4d3fa -> 0f470fec0e)

2023-06-14 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f58fa4d3fa [regression-test](test) fix mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy

[GitHub] [doris] CodeCooker17 commented on pull request #20780: [fix](docs) some document errors of spark load on yarn ha model.

2023-06-14 Thread via GitHub
CodeCooker17 commented on PR #20780: URL: https://github.com/apache/doris/pull/20780#issuecomment-1590662073 @liujinhui1994 please code review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [doris] csun5285 commented on pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-14 Thread via GitHub
csun5285 commented on PR #20715: URL: https://github.com/apache/doris/pull/20715#issuecomment-1590666165 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

[GitHub] [doris] morrySnow merged pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-14 Thread via GitHub
morrySnow merged PR #20746: URL: https://github.com/apache/doris/pull/20746 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20746: URL: https://github.com/apache/doris/pull/20746#issuecomment-1590670260 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] branch master updated (0f470fec0e -> 54d42244fe)

2023-06-14 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0f470fec0e [Bug](topn opt) Fix Two-Phase read when some rowset swept (#20732) add 54d42244fe [feature](Nereids

[GitHub] [doris] didiaode18 commented on pull request #20617: [Feature](log)friendly hint for creating table failed

2023-06-14 Thread via GitHub
didiaode18 commented on PR #20617: URL: https://github.com/apache/doris/pull/20617#issuecomment-1590673475 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 unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590680039 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

[GitHub] [doris] yujun777 commented on pull request #20792: [fix](regression-test) fix compile test_vertical_compaction_agg_keys failed

2023-06-14 Thread via GitHub
yujun777 commented on PR #20792: URL: https://github.com/apache/doris/pull/20792#issuecomment-1590679203 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

[GitHub] [doris] morningman merged pull request #20680: [fix](hudi) set default class loader for hudi serializer

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

[doris] branch master updated: [fix](hudi) set default class loader for hudi serializer (#20680)

2023-06-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 062641e8f8 [fix](hudi) set default class load

[GitHub] [doris] morningman commented on a diff in pull request #20591: [fix](multi-catalog)fix s3 check, complete catalog properties

2023-06-14 Thread via GitHub
morningman commented on code in PR #20591: URL: https://github.com/apache/doris/pull/20591#discussion_r1229185186 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java: ## @@ -373,12 +374,15 @@ private FileCacheValue loadFiles(FileCacheKey key) {

[GitHub] [doris] BiteTheDDDDt commented on pull request #20795: [Bug](table-function) return InvalidArgument when explode_split meet empty delimiter

2023-06-14 Thread via GitHub
BiteThet commented on PR #20795: URL: https://github.com/apache/doris/pull/20795#issuecomment-1590688383 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

[GitHub] [doris] github-actions[bot] commented on pull request #20792: [fix](regression-test) fix compile test_vertical_compaction_agg_keys failed

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20792: URL: https://github.com/apache/doris/pull/20792#issuecomment-1590688872 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

[GitHub] [doris] Mryange closed pull request #20590: [improvement](profile)Add the build output block time in join node

2023-06-14 Thread via GitHub
Mryange closed pull request #20590: [improvement](profile)Add the build output block time in join node URL: https://github.com/apache/doris/pull/20590 -- 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 t

[GitHub] [doris] Mryange closed pull request #20553: [test](test) build output block avoid copy

2023-06-14 Thread via GitHub
Mryange closed pull request #20553: [test](test) build output block avoid copy URL: https://github.com/apache/doris/pull/20553 -- 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

[GitHub] [doris] CalvinKirs closed pull request #20786: [Feature](GA)Latest-Master-Code-Check

2023-06-14 Thread via GitHub
CalvinKirs closed pull request #20786: [Feature](GA)Latest-Master-Code-Check URL: https://github.com/apache/doris/pull/20786 -- 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

[GitHub] [doris] morningman commented on a diff in pull request #20723: [improvement](mutil-catalog) PaimonColumnValue support short and Decimal

2023-06-14 Thread via GitHub
morningman commented on code in PR #20723: URL: https://github.com/apache/doris/pull/20723#discussion_r1229194919 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonScanNode.java: ## @@ -95,7 +95,7 @@ public static void setPaimonParams(TFileRangeDesc rang

[GitHub] [doris] zhannngchen commented on a diff in pull request #20706: [Enhancement](merge-on-write) parallel calculate delete bitmap when tablet has multi segments

2023-06-14 Thread via GitHub
zhannngchen commented on code in PR #20706: URL: https://github.com/apache/doris/pull/20706#discussion_r1229183664 ## be/src/olap/tablet.cpp: ## @@ -2703,9 +2704,11 @@ Status Tablet::lookup_row_data(const Slice& encoded_key, const RowLocation& row_ } // ATTN: caller should

[GitHub] [doris] github-actions[bot] commented on pull request #20795: [Bug](table-function) return InvalidArgument when explode_split meet empty delimiter

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20795: URL: https://github.com/apache/doris/pull/20795#issuecomment-1590696334 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

[GitHub] [doris] CodeCooker17 opened a new pull request, #20798: [improve](spark-load) set status fail message when spark load job cancel.

2023-06-14 Thread via GitHub
CodeCooker17 opened a new pull request, #20798: URL: https://github.com/apache/doris/pull/20798 …tus is cancelled. ## Proposed changes Issue Number: close #xxx add more status fail message when spark load job cancel ## Further comments If this is a relative

[GitHub] [doris] zy-kkk commented on pull request #20768: [improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table

2023-06-14 Thread via GitHub
zy-kkk commented on PR #20768: URL: https://github.com/apache/doris/pull/20768#issuecomment-1590709947 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

[GitHub] [doris] Jibing-Li opened a new pull request, #20799: [Improvement](jdbc external table)Support jdbc external table for nereids.

2023-06-14 Thread via GitHub
Jibing-Li opened a new pull request, #20799: URL: https://github.com/apache/doris/pull/20799 ## Proposed changes Issue Number: close #xxx Nereids planner only support JDBC external catalog, this pr is to support JDBC external table for nereids. If this is a relat

[doris] branch master updated: [Enhancement](merge-on-write) optimize contains_agg when calculate delete bitmap (#20762)

2023-06-14 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 dd5b82fe00 [Enhancement](merge-on-write) opt

[GitHub] [doris] bingquanzhao opened a new pull request, #20800: [typo](doc) Fix the description of the alter-table-partition document

2023-06-14 Thread via GitHub
bingquanzhao opened a new pull request, #20800: URL: https://github.com/apache/doris/pull/20800 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

[GitHub] [doris] github-actions[bot] commented on pull request #20797: [community](github) required at least 2 approval

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20797: URL: https://github.com/apache/doris/pull/20797#issuecomment-1590716158 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

[GitHub] [doris] dataroaring merged pull request #20762: [Enhancement](merge-on-write) optimize contains_agg when calculate delete bitmap

2023-06-14 Thread via GitHub
dataroaring merged PR #20762: URL: https://github.com/apache/doris/pull/20762 -- 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.

[GitHub] [doris-thirdparty] kaka11chen opened a new pull request, #90: [Feature] Add `StringDictFilter` callbacks.

2023-06-14 Thread via GitHub
kaka11chen opened a new pull request, #90: URL: https://github.com/apache/doris-thirdparty/pull/90 (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

[GitHub] [doris] morrySnow opened a new pull request, #20801: [fix](Nereids) EmptySetRelation should be Gather not Any

2023-06-14 Thread via GitHub
morrySnow opened a new pull request, #20801: URL: https://github.com/apache/doris/pull/20801 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

[GitHub] [doris-thirdparty] qidaye merged pull request #89: [Fix] fix clucene gcc compile error

2023-06-14 Thread via GitHub
qidaye merged PR #89: URL: https://github.com/apache/doris-thirdparty/pull/89 -- 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-thirdparty] branch clucene updated: [Fix] fix clucene gcc compile error (#89)

2023-06-14 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new 383dc029 [Fix] fix clucene gcc

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #20802: [Chore](build) update ldb_toolchain to v0.18

2023-06-14 Thread via GitHub
BiteThet opened a new pull request, #20802: URL: https://github.com/apache/doris/pull/20802 ## Proposed changes 1. Fix missing libraries for gdb 2. Update llvm to 16.0.6 ## Further comments If this is a relatively large or complex change, kick off the d

[GitHub] [doris] BiteTheDDDDt commented on pull request #20802: [Chore](build) update ldb_toolchain to v0.18

2023-06-14 Thread via GitHub
BiteThet commented on PR #20802: URL: https://github.com/apache/doris/pull/20802#issuecomment-1590720706 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

[GitHub] [doris] BiteTheDDDDt commented on pull request #20787: [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node

2023-06-14 Thread via GitHub
BiteThet commented on PR #20787: URL: https://github.com/apache/doris/pull/20787#issuecomment-1590722434 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 unsub

[GitHub] [doris] BiteTheDDDDt commented on pull request #20658: [Bug](materialized-view) fix problems about create mv on ssb_flat q4.1 failed

2023-06-14 Thread via GitHub
BiteThet commented on PR #20658: URL: https://github.com/apache/doris/pull/20658#issuecomment-1590724002 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 unsub

[GitHub] [doris] liaoxin01 commented on a diff in pull request #20706: [Enhancement](merge-on-write) parallel calculate delete bitmap when tablet has multi segments

2023-06-14 Thread via GitHub
liaoxin01 commented on code in PR #20706: URL: https://github.com/apache/doris/pull/20706#discussion_r1229222044 ## be/src/service/point_query_executor.cpp: ## @@ -264,7 +265,7 @@ Status PointQueryExecutor::_lookup_row_key() { // Get rowlocation and rowset, ctx._rowset_

[GitHub] [doris] eldenmoon opened a new pull request, #20803: [Bug](rowset) expire delayed rowsets should be ignored and should not…

2023-06-14 Thread via GitHub
eldenmoon opened a new pull request, #20803: URL: https://github.com/apache/doris/pull/20803 … be deleted in _tablet_meta ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussi

[GitHub] [doris] eldenmoon commented on pull request #20803: [Bug](rowset) expire delayed rowsets should be ignored and should not…

2023-06-14 Thread via GitHub
eldenmoon commented on PR #20803: URL: https://github.com/apache/doris/pull/20803#issuecomment-1590732864 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

[GitHub] [doris] BiteTheDDDDt commented on pull request #20802: [Chore](build) update ldb_toolchain to v0.18

2023-06-14 Thread via GitHub
BiteThet commented on PR #20802: URL: https://github.com/apache/doris/pull/20802#issuecomment-1590735534 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

[GitHub] [doris] zy-kkk commented on pull request #20748: [typo](doc)delete document optimization

2023-06-14 Thread via GitHub
zy-kkk commented on PR #20748: URL: https://github.com/apache/doris/pull/20748#issuecomment-1590736760 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

[GitHub] [doris] github-actions[bot] commented on pull request #20748: [typo](doc)delete document optimization

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20748: URL: https://github.com/apache/doris/pull/20748#issuecomment-1590738944 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

[GitHub] [doris] github-actions[bot] commented on pull request #20748: [typo](doc)delete document optimization

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20748: URL: https://github.com/apache/doris/pull/20748#issuecomment-1590739024 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

[GitHub] [doris] bingquanzhao closed pull request #20800: [typo](doc) Fix the description of the alter-table-partition document

2023-06-14 Thread via GitHub
bingquanzhao closed pull request #20800: [typo](doc) Fix the description of the alter-table-partition document URL: https://github.com/apache/doris/pull/20800 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #20803: [Bug](rowset) expire delayed rowsets should be ignored and should not…

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20803: URL: https://github.com/apache/doris/pull/20803#issuecomment-1590743477 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

[GitHub] [doris] github-actions[bot] commented on pull request #20802: [Chore](build) update ldb_toolchain to v0.18

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20802: URL: https://github.com/apache/doris/pull/20802#issuecomment-1590745821 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

[GitHub] [doris] liaoxin01 commented on pull request #20706: [Enhancement](merge-on-write) parallel calculate delete bitmap when tablet has multi segments

2023-06-14 Thread via GitHub
liaoxin01 commented on PR #20706: URL: https://github.com/apache/doris/pull/20706#issuecomment-1590751896 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

[GitHub] [doris] liaoxin01 commented on a diff in pull request #20706: [Enhancement](merge-on-write) parallel calculate delete bitmap when tablet has multi segments

2023-06-14 Thread via GitHub
liaoxin01 commented on code in PR #20706: URL: https://github.com/apache/doris/pull/20706#discussion_r1229242541 ## be/src/olap/tablet.cpp: ## @@ -2703,9 +2704,11 @@ Status Tablet::lookup_row_data(const Slice& encoded_key, const RowLocation& row_ } // ATTN: caller should ho

[GitHub] [doris] github-actions[bot] commented on pull request #20706: [Enhancement](merge-on-write) parallel calculate delete bitmap when tablet has multi segments

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20706: URL: https://github.com/apache/doris/pull/20706#issuecomment-1590754902 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

[GitHub] [doris] morrySnow commented on pull request #20801: [fix](Nereids) EmptySetRelation should be Gather not Any

2023-06-14 Thread via GitHub
morrySnow commented on PR #20801: URL: https://github.com/apache/doris/pull/20801#issuecomment-1590758815 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

[GitHub] [doris] kaka11chen commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-14 Thread via GitHub
kaka11chen commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590759350 LGTM -- 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

[GitHub] [doris-thirdparty] morningman merged pull request #90: [Feature] Add `StringDictFilter` callbacks.

2023-06-14 Thread via GitHub
morningman merged PR #90: URL: https://github.com/apache/doris-thirdparty/pull/90 -- 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

[doris-thirdparty] branch orc updated: [Feature] Add `StringDictFilter` callbacks. (#90)

2023-06-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch orc in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/orc by this push: new a4e67d73 [Feature] Add `StringDictFilter

[GitHub] [doris] github-actions[bot] commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590785132 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

[GitHub] [doris] airborne12 commented on pull request #20794: [Update](clucene) synchronize clucene version to improve clcuene performance

2023-06-14 Thread via GitHub
airborne12 commented on PR #20794: URL: https://github.com/apache/doris/pull/20794#issuecomment-1590786131 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

[GitHub] [doris] dujl commented on pull request #20678: [fix](decimalv3) fix result error when cast a round decimalv3 to double

2023-06-14 Thread via GitHub
dujl commented on PR #20678: URL: https://github.com/apache/doris/pull/20678#issuecomment-1590796887 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [doris] github-actions[bot] commented on pull request #20794: [Update](clucene) synchronize clucene version to improve clcuene performance

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20794: URL: https://github.com/apache/doris/pull/20794#issuecomment-1590801000 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

[GitHub] [doris] github-actions[bot] commented on pull request #20758: [Feature-WIP](inverted index) add inverted index file size method

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20758: URL: https://github.com/apache/doris/pull/20758#issuecomment-1590808804 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

[GitHub] [doris] github-actions[bot] commented on pull request #20758: [Feature-WIP](inverted index) add inverted index file size method

2023-06-14 Thread via GitHub
github-actions[bot] commented on PR #20758: URL: https://github.com/apache/doris/pull/20758#issuecomment-1590808716 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

  1   2   3   4   5   >