[PR] [Fix](Regression) DCHECK failed in runtime filter wrapper [doris]

2024-03-18 Thread via GitHub
HappenLee opened a new pull request, #32446: URL: https://github.com/apache/doris/pull/32446 ## 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

Re: [PR] [Fix](Regression) DCHECK failed in runtime filter wrapper [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32446: URL: https://github.com/apache/doris/pull/32446#issuecomment-2005709026 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](Regression) DCHECK failed in runtime filter wrapper [doris]

2024-03-18 Thread via GitHub
HappenLee commented on PR #32446: URL: https://github.com/apache/doris/pull/32446#issuecomment-2005709074 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] [opt](parquet) Support hive struct schema change [doris]

2024-03-18 Thread via GitHub
AshinGau commented on code in PR #32438: URL: https://github.com/apache/doris/pull/32438#discussion_r1529656171 ## be/src/vec/exec/format/parquet/vparquet_column_reader.cpp: ## @@ -728,28 +729,40 @@ Status StructColumnReader::read_column_data(ColumnPtr& doris_column, DataTypePt

Re: [PR] [chore](routine-load) do not auto resume if job cannot resume definitely [doris]

2024-03-18 Thread via GitHub
HHoflittlefish777 commented on PR #32419: URL: https://github.com/apache/doris/pull/32419#issuecomment-2005713707 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

Re: [PR] [Fix](Regression) DCHECK failed in runtime filter wrapper [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32446: URL: https://github.com/apache/doris/pull/32446#issuecomment-2005712423 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-thirdparty) 01/01: Revert "[opt](chinese) chinese tokenizer lowercase interface (#203)"

2024-03-18 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch revert-203-clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git commit b8c1ef4de76b3fc3c5c0dbcdd3eaba43a226bb7f Author: qiye AuthorDate: Tue Mar 19 12:05:51 2024 +0

(doris-thirdparty) branch revert-203-clucene created (now b8c1ef4de7)

2024-03-18 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch revert-203-clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git at b8c1ef4de7 Revert "[opt](chinese) chinese tokenizer lowercase interface (#203)" This bran

[PR] Revert "[opt](chinese) chinese tokenizer lowercase interface" [doris-thirdparty]

2024-03-18 Thread via GitHub
qidaye opened a new pull request, #204: URL: https://github.com/apache/doris-thirdparty/pull/204 Reverts apache/doris-thirdparty#203 -- 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

[PR] [feat] recover level1 sider [doris-website]

2024-03-18 Thread via GitHub
jeffreys-cat opened a new pull request, #423: URL: https://github.com/apache/doris-website/pull/423 ![image](https://github.com/apache/doris-website/assets/11832969/cbed14a4-f6f0-4547-89be-f6164c3d3c92) -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] [fix](datetime) fix datetime rounding on BE (#32075) [doris]

2024-03-18 Thread via GitHub
zhiqiang- commented on PR #32359: URL: https://github.com/apache/doris/pull/32359#issuecomment-2005719469 merge blocked for waiting https://github.com/apache/doris/pull/27965 merge to 2.0 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] [Feature](partition) Support OLAP table null partition [doris]

2024-03-18 Thread via GitHub
HappenLee commented on code in PR #31827: URL: https://github.com/apache/doris/pull/31827#discussion_r1529669839 ## be/src/exec/tablet_info.cpp: ## @@ -547,12 +536,13 @@ Status VOlapTablePartitionParam::_create_partition_key(const TExprNode& t_expr, Status VOlapTablePartitionP

Re: [PR] [Fix](smooth-upgrade) Fix right function incompatibility when upgrade from 2.0 to 2.1 [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32444: URL: https://github.com/apache/doris/pull/32444#issuecomment-2005720731 TeamCity be ut coverage result: Function Coverage: 35.24% (8699/24687) Line Coverage: 27.06% (71154/262908) Region Coverage: 26.31% (36901/140268) Branch Coverage: 23.2

Re: [PR] [Fix](Regression) DCHECK failed in runtime filter wrapper [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32446: URL: https://github.com/apache/doris/pull/32446#issuecomment-2005720948 TeamCity be ut coverage result: Function Coverage: 35.24% (8700/24687) Line Coverage: 27.07% (71182/262910) Region Coverage: 26.32% (36915/140268) Branch Coverage: 23.2

Re: [PR] [Feature](partition) Support OLAP table null partition [doris]

2024-03-18 Thread via GitHub
HappenLee commented on code in PR #31827: URL: https://github.com/apache/doris/pull/31827#discussion_r1529671014 ## be/src/vec/columns/column_nullable.cpp: ## @@ -390,17 +391,23 @@ int ColumnNullable::compare_at(size_t n, size_t m, const IColumn& rhs_, /// instead of the u

Re: [PR] [opt](invert index) use lowercase by default [doris]

2024-03-18 Thread via GitHub
zzzxl1993 commented on PR #32405: URL: https://github.com/apache/doris/pull/32405#issuecomment-2005723099 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](random-bucket) random tabletindex when there is no cached value in memory [doris]

2024-03-18 Thread via GitHub
dataroaring commented on PR #32336: URL: https://github.com/apache/doris/pull/32336#issuecomment-2005727082 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] [opt](memory) Optimize mem tracker accuracy [doris]

2024-03-18 Thread via GitHub
xinyiZzz commented on PR #32039: URL: https://github.com/apache/doris/pull/32039#issuecomment-2005728331 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](random-bucket) random tabletindex when there is no cached value in memory [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32336: URL: https://github.com/apache/doris/pull/32336#issuecomment-2005731248 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] [fix](compile) Fix links failure when use gcc to compile [doris]

2024-03-18 Thread via GitHub
zclllyybb opened a new pull request, #32447: URL: https://github.com/apache/doris/pull/32447 ## Proposed changes Issue Number: close #xxx This is because the iso standard didn't specified whether or not implicitly instantiated symbols must be exported ## Further comments

Re: [PR] [fix](compile) Fix links failure when use gcc to compile [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32447: URL: https://github.com/apache/doris/pull/32447#issuecomment-2005731835 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](compile) Fix links failure when use gcc to compile [doris]

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

[PR] [fix](core) Fix buffer overflow in debug print [doris]

2024-03-18 Thread via GitHub
zclllyybb opened a new pull request, #32448: URL: https://github.com/apache/doris/pull/32448 ## Proposed changes Issue Number: close #xxx This is because `fmt::memory_buffer` is limited in size by default ``` ==2168255==ERROR: AddressSanitizer: heap-buffer-overflow on addr

Re: [PR] [fix](core) Fix buffer overflow in debug print [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32448: URL: https://github.com/apache/doris/pull/32448#issuecomment-2005734738 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](core) Fix buffer overflow in debug print [doris]

2024-03-18 Thread via GitHub
zclllyybb commented on PR #32448: URL: https://github.com/apache/doris/pull/32448#issuecomment-2005734748 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] [only test] "[refactor](nereids)unify outputTupleDesc and projection " [doris]

2024-03-18 Thread via GitHub
Mryange commented on PR #32249: URL: https://github.com/apache/doris/pull/32249#issuecomment-2005735859 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](compile) Fix links failure when use gcc to compile [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32447: URL: https://github.com/apache/doris/pull/32447#issuecomment-2005736002 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](core) Fix buffer overflow in debug print [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32448: URL: https://github.com/apache/doris/pull/32448#issuecomment-2005741189 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] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-03-18 Thread via GitHub
sjyango commented on PR #32333: URL: https://github.com/apache/doris/pull/32333#issuecomment-2005755293 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

[PR] [minor](test) Add Iceberg hadoop catalog FE unit test [doris]

2024-03-18 Thread via GitHub
morningman opened a new pull request, #32449: URL: https://github.com/apache/doris/pull/32449 ## Proposed changes For easy testing the behavior of Iceberg's HadoopCatalog.listNamespaces() ## Further comments If this is a relatively large or complex change, kick off the di

Re: [PR] [minor](test) Add Iceberg hadoop catalog FE unit test [doris]

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

Re: [PR] [enhancement](random-bucket) random tabletindex when there is no cached value in memory [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32336: URL: https://github.com/apache/doris/pull/32336#issuecomment-2005756649 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24687) Line Coverage: 27.08% (71188/262908) Region Coverage: 26.33% (36927/140268) Branch Coverage: 23.2

Re: [PR] [compile]( fix ) fix compile in gcc [doris]

2024-03-18 Thread via GitHub
shuke987 closed pull request #32385: [compile]( fix ) fix compile in gcc URL: https://github.com/apache/doris/pull/32385 -- 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](compile) Fix links failure when use gcc to compile [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32447: URL: https://github.com/apache/doris/pull/32447#issuecomment-2005760522 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: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
koarz commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005761639 I haven't used Launch debugging, but attach debugging doris is very convenient, maybe you can try to use lldb's attach debugging here is my config ``` {

[PR] [doc](iceberg) update iceberg doc [doris-website]

2024-03-18 Thread via GitHub
morningman opened a new pull request, #424: URL: https://github.com/apache/doris-website/pull/424 (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] [opt](invert index) use lowercase by default [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32405: URL: https://github.com/apache/doris/pull/32405#issuecomment-2005763751 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24687) Line Coverage: 27.07% (71186/262937) Region Coverage: 26.32% (36927/140292) Branch Coverage: 23.2

Re: [PR] [fix](compile) Fix links failure when use gcc to compile [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32447: URL: https://github.com/apache/doris/pull/32447#issuecomment-2005766318 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24687) Line Coverage: 27.08% (71192/262908) Region Coverage: 26.32% (36923/140268) Branch Coverage: 23.2

Re: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
koarz commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005767972 But it looks like the documentation's PALO_HOME hasn't been changed to DORIS_HOME, so I reckon I should need to use DORIS_HOME instead of PALO_HOME now -- This is an automated messag

Re: [PR] [fix](core) Fix buffer overflow in debug print [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32448: URL: https://github.com/apache/doris/pull/32448#issuecomment-2005771010 TeamCity be ut coverage result: Function Coverage: 35.24% (8699/24687) Line Coverage: 27.07% (71164/262908) Region Coverage: 26.31% (36907/140268) Branch Coverage: 23.2

Re: [PR] [fix](nereids) do not transpose semi join agg when mark join [doris]

2024-03-18 Thread via GitHub
iwanttobepowerful commented on PR #32296: URL: https://github.com/apache/doris/pull/32296#issuecomment-2005771722 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 comm

Re: [PR] [only test] "[refactor](nereids)unify outputTupleDesc and projection " [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32249: URL: https://github.com/apache/doris/pull/32249#issuecomment-2005775646 TeamCity be ut coverage result: Function Coverage: 35.24% (8701/24689) Line Coverage: 27.06% (71178/263001) Region Coverage: 26.31% (36914/140324) Branch Coverage: 23.2

[PR] [fix](ut) fix ut compile err in macOS [doris]

2024-03-18 Thread via GitHub
zy-kkk opened a new pull request, #32450: URL: https://github.com/apache/doris/pull/32450 ## 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](mailto:d

Re: [PR] [fix](ut) fix ut compile err in macOS [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32450: URL: https://github.com/apache/doris/pull/32450#issuecomment-200574 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](ut) fix ut compile err in macOS [doris]

2024-03-18 Thread via GitHub
zy-kkk commented on PR #32450: URL: https://github.com/apache/doris/pull/32450#issuecomment-2005777813 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[PR] [opt](chinese) opt skip Chinese lowercase index compaction logic and … [doris]

2024-03-18 Thread via GitHub
zzzxl1993 opened a new pull request, #32451: URL: https://github.com/apache/doris/pull/32451 …test case. ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@dori

Re: [PR] [opt](chinese) opt skip Chinese lowercase index compaction logic and … [doris]

2024-03-18 Thread via GitHub
zzzxl1993 commented on PR #32451: URL: https://github.com/apache/doris/pull/32451#issuecomment-2005779315 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] [opt](chinese) opt skip Chinese lowercase index compaction logic and … [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32451: URL: https://github.com/apache/doris/pull/32451#issuecomment-2005779248 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](cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
dataroaring merged PR #32424: URL: https://github.com/apache/doris/pull/32424 -- 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 (58278663cca -> cc4893fc160)

2024-03-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 58278663cca [fix](cloud) fix create table fail without be (#32372) add cc4893fc160 (cloud) Fix missing disk a

[PR] Revert "[opt](chinese) chinese tokenizer lowercase interface" [doris-thirdparty]

2024-03-18 Thread via GitHub
zzzxl1993 opened a new pull request, #205: URL: https://github.com/apache/doris-thirdparty/pull/205 Reverts apache/doris-thirdparty#201 -- 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 specifi

Re: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
AcKing-Sam commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005781062 > I haven't used Launch debugging, but attach debugging doris is very convenient, maybe you can try to use lldb's attach debugging here is my config > > ``` > {

Re: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
AcKing-Sam commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005782324 > But it looks like the documentation's PALO_HOME hasn't been changed to DORIS_HOME, so I reckon I should need to use DORIS_HOME instead of PALO_HOME now Yes, I noticed this

Re: [PR] [fix](ut) fix ut compile err in macOS [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32450: URL: https://github.com/apache/doris/pull/32450#issuecomment-2005784564 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: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
AcKing-Sam commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005784743 > I haven't used Launch debugging, but attach debugging doris is very convenient, maybe you can try to use lldb's attach debugging here is my config > > ``` > {

Re: [PR] [opt](chinese) opt skip Chinese lowercase index compaction logic and … [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32451: URL: https://github.com/apache/doris/pull/32451#issuecomment-200572 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](partition) Support insert overwrite auto detect partition [doris]

2024-03-18 Thread via GitHub
zclllyybb commented on code in PR #32156: URL: https://github.com/apache/doris/pull/32156#discussion_r1529730917 ## fe/fe-core/src/main/java/org/apache/doris/insertoverwrite/InsertOverwriteManager.java: ## @@ -69,12 +82,85 @@ public long registerTask(long dbId, long tableId, Li

Re: [PR] [fix](ut) fix ut compile err in macOS [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32450: URL: https://github.com/apache/doris/pull/32450#issuecomment-2005802138 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24687) Line Coverage: 27.08% (71193/262908) Region Coverage: 26.33% (36930/140268) Branch Coverage: 23.2

Re: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
koarz commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005812538 > > I haven't used Launch debugging, but attach debugging doris is very convenient, maybe you can try to use lldb's attach debugging here is my config > > ``` > > { > >

Re: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
AcKing-Sam commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005832089 > > > I haven't used Launch debugging, but attach debugging doris is very convenient, maybe you can try to use lldb's attach debugging here is my config > > > ``` > > >

Re: [PR] [Fix](Regression) DCHECK failed in runtime filter wrapper [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32446: URL: https://github.com/apache/doris/pull/32446#issuecomment-2005832098 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] [Feature](partition) Support OLAP table null partition [doris]

2024-03-18 Thread via GitHub
zclllyybb commented on PR #31827: URL: https://github.com/apache/doris/pull/31827#issuecomment-2005838678 run p0 10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
koarz commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005839520 > > > > I haven't used Launch debugging, but attach debugging doris is very convenient, maybe you can try to use lldb's attach debugging here is my config > > > > ``` > > > >

Re: [PR] [fix](compile) Fix links failure when use gcc to compile [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32447: URL: https://github.com/apache/doris/pull/32447#issuecomment-2005840216 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] [refactor](nereids)unify outputTupleDesc and projection [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32093: URL: https://github.com/apache/doris/pull/32093#issuecomment-2005841380 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] [opt](chinese) opt skip Chinese lowercase index compaction logic and … [doris]

2024-03-18 Thread via GitHub
zzzxl1993 commented on PR #32451: URL: https://github.com/apache/doris/pull/32451#issuecomment-2005843786 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] [improve] Improve Httpclient Connection [doris-flink-connector]

2024-03-18 Thread via GitHub
JNSimba merged PR #344: URL: https://github.com/apache/doris-flink-connector/pull/344 -- 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-flink-connector) branch master updated: [improve] Improve Httpclient Connection (#344)

2024-03-18 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new e5bba52 [improve] Improve Httpclie

Re: [PR] [Improve] Support flink1.19 [doris-flink-connector]

2024-03-18 Thread via GitHub
JNSimba merged PR #345: URL: https://github.com/apache/doris-flink-connector/pull/345 -- 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-flink-connector) branch master updated: [Improve] Support flink1.19 (#345)

2024-03-18 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 61372f3 [Improve] Support flink1.1

Re: [PR] [opt](chinese) opt skip Chinese lowercase index compaction logic and … [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32451: URL: https://github.com/apache/doris/pull/32451#issuecomment-2005855082 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](ut) fix ut compile err in macOS [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32450: URL: https://github.com/apache/doris/pull/32450#issuecomment-2005855156 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](ParquetReader) Fix Parquet Reader to read `int96` parquet type problem [doris]

2024-03-18 Thread via GitHub
BePPPower commented on PR #32394: URL: https://github.com/apache/doris/pull/32394#issuecomment-2005856433 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] [feature](function) Support for aggregate function foreach combiner for some error function [doris]

2024-03-18 Thread via GitHub
Mryange commented on PR #31913: URL: https://github.com/apache/doris/pull/31913#issuecomment-2005862131 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

Re: [PR] [FIX](array_agg) fix array agg with other agg function [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32387: URL: https://github.com/apache/doris/pull/32387#issuecomment-2005869446 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](array_agg) fix array agg with other agg function [doris]

2024-03-18 Thread via GitHub
BiteThet merged PR #32387: URL: https://github.com/apache/doris/pull/32387 -- 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 (cc4893fc160 -> 1fffd330792)

2024-03-18 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 cc4893fc160 (cloud) Fix missing disk and cpu report in cloud mode (#32424) add 1fffd330792 [FIX](array_agg) f

Re: [PR] [fix](compile) Fix links failure when use gcc to compile [doris]

2024-03-18 Thread via GitHub
HappenLee merged PR #32447: URL: https://github.com/apache/doris/pull/32447 -- 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: [fix](compile) Fix links failure when use gcc to compile (#32447)

2024-03-18 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 4e7eee8e670 [fix](compile) Fix links failure

Re: [PR] [Improvement](runtime-filter) support sync join node build side's size to init bloom runtime filter [doris]

2024-03-18 Thread via GitHub
BiteThet commented on PR #32180: URL: https://github.com/apache/doris/pull/32180#issuecomment-2005890690 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](Regression) DCHECK failed in runtime filter wrapper [doris]

2024-03-18 Thread via GitHub
HappenLee merged PR #32446: URL: https://github.com/apache/doris/pull/32446 -- 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 (4e7eee8e670 -> cee8473efbd)

2024-03-18 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4e7eee8e670 [fix](compile) Fix links failure when use gcc to compile (#32447) add cee8473efbd [Fix](Regressio

Re: [PR] [opt](hive) skip hidden file and dir [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32412: URL: https://github.com/apache/doris/pull/32412#issuecomment-2005902902 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] [opt](hive) skip hidden file and dir [doris]

2024-03-18 Thread via GitHub
morningman merged PR #32412: URL: https://github.com/apache/doris/pull/32412 -- 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: [opt](hive) skip hidden file and dir (#32412)

2024-03-18 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 a444cef5723 [opt](hive) skip hidden file and

Re: [PR] [Improvement](runtime-filter) support sync join node build side's size to init bloom runtime filter [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32180: URL: https://github.com/apache/doris/pull/32180#discussion_r1529798756 ## be/src/exprs/runtime_filter_slots.h: ## @@ -37,127 +37,125 @@ class VRuntimeFilterSlots { const std::vector& runtime_filters, bool need_loc

[PR] [opt](hive) skip hidden file and dir (#32412) [doris]

2024-03-18 Thread via GitHub
morningman opened a new pull request, #32453: URL: https://github.com/apache/doris/pull/32453 bp #32412 -- 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-ma

Re: [PR] [opt](hive) skip hidden file and dir (#32412) [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32453: URL: https://github.com/apache/doris/pull/32453#issuecomment-2005913454 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] Fix show auto analyze progress all 0. [doris]

2024-03-18 Thread via GitHub
Jibing-Li opened a new pull request, #32454: URL: https://github.com/apache/doris/pull/32454 ## 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

Re: [PR] [fix](ParquetReader) Fix Parquet Reader to read `int96` parquet type problem [doris]

2024-03-18 Thread via GitHub
BePPPower commented on PR #32394: URL: https://github.com/apache/doris/pull/32394#issuecomment-2005916249 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 show auto analyze progress all 0. [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32454: URL: https://github.com/apache/doris/pull/32454#issuecomment-2005916246 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] [opt](hive) skip hidden file and dir (#32412) [doris]

2024-03-18 Thread via GitHub
morningman commented on PR #32453: URL: https://github.com/apache/doris/pull/32453#issuecomment-2005915874 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] [Performance](join) speed up the colocate and bucket shuffle join by change rf size [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32421: URL: https://github.com/apache/doris/pull/32421#issuecomment-2005918408 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

(doris) branch high-priority-column updated: Fix bug (#32454)

2024-03-18 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a commit to branch high-priority-column in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/high-priority-column by this push: new d877ab18590 Fix bu

Re: [PR] [Performance](join) speed up the colocate and bucket shuffle join by change rf size [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32421: URL: https://github.com/apache/doris/pull/32421#issuecomment-2005918312 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 show auto analyze progress all 0. [doris]

2024-03-18 Thread via GitHub
Jibing-Li merged PR #32454: URL: https://github.com/apache/doris/pull/32454 -- 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] [opt](memory) Optimize mem tracker accuracy [doris]

2024-03-18 Thread via GitHub
xinyiZzz commented on PR #32039: URL: https://github.com/apache/doris/pull/32039#issuecomment-2005927585 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] [Performance](join) speed up the colocate and bucket shuffle join by change rf size [doris]

2024-03-18 Thread via GitHub
zhangstar333 merged PR #32421: URL: https://github.com/apache/doris/pull/32421 -- 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 (a444cef5723 -> b01f95abcc8)

2024-03-18 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a444cef5723 [opt](hive) skip hidden file and dir (#32412) add b01f95abcc8 [Performance](join) speed up the c

Re: [PR] [fix](ParquetReader) Fix Parquet Reader to read `int96` parquet type problem [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32394: URL: https://github.com/apache/doris/pull/32394#issuecomment-2005932589 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

<    3   4   5   6   7   8   9   >