Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-15 Thread via GitHub
JNSimba commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678859940 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/JsonDebeziumSchemaSerializer.java: ## @@ -144,13 +149,28 @@ private vo

Re: [PR] [Feature](Planner) Support `SET_VAR` hint in insert statement [doris]

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

Re: [PR] [fix](function) the bucket number arg of width_bucket should be a positive integer value [doris]

2024-07-15 Thread via GitHub
mrhhsg commented on PR #37892: URL: https://github.com/apache/doris/pull/37892#issuecomment-2230156989 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

Re: [PR] [fix](function) the bucket number arg of width_bucket should be a positive integer value [doris]

2024-07-15 Thread via GitHub
doris-robot commented on PR #37892: URL: https://github.com/apache/doris/pull/37892#issuecomment-2230156654 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] Compatible with Spark4 and Scala 2.13 [doris-spark-connector]

2024-07-15 Thread via GitHub
awol2005ex commented on PR #216: URL: https://github.com/apache/doris-spark-connector/pull/216#issuecomment-2230156514 > > > Is it possible to modify the spark version of pom directly here? > > > > > > Some Scala Must be modified to 2.13 > > It is recommende

[PR] [fix](function) the bucket number arg of width_bucket should be a positive integer value [doris]

2024-07-15 Thread via GitHub
mrhhsg opened a new pull request, #37892: URL: https://github.com/apache/doris/pull/37892 ## 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 abov

Re: [PR] [fix](stream_load) fix stream load may failed caused by column name with keyword (#35822) [doris]

2024-07-15 Thread via GitHub
yiguolei commented on PR #37890: URL: https://github.com/apache/doris/pull/37890#issuecomment-2230153003 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] [Bug](function) Fix function for cast string as date/datetime (#35637) [doris]

2024-07-15 Thread via GitHub
yongjinhou commented on PR #37891: URL: https://github.com/apache/doris/pull/37891#issuecomment-2230152330 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

(doris) branch cherry-1 updated (a1899eb1ee7 -> ae62284efb7)

2024-07-15 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch cherry-1 in repository https://gitbox.apache.org/repos/asf/doris.git from a1899eb1ee7 [fix](stream_load) fix stream load may failed caused by column name with keyword (#35822) add a

(doris) branch branch-2.1 updated (9bb37e3616a -> 2c4b5519e97)

2024-07-15 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 9bb37e3616a [Bug](runtime-filter) try to fix DCHECK fail on _acquire_runtime_filter (#37805) add 2c4b5519e9

Re: [PR] [fix](regression) fix regression test case failure [doris]

2024-07-15 Thread via GitHub
jacktengg commented on PR #37853: URL: https://github.com/apache/doris/pull/37853#issuecomment-2230152029 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] [Bug](function) Fix function for cast string as date/datetime (#35637) [doris]

2024-07-15 Thread via GitHub
doris-robot commented on PR #37891: URL: https://github.com/apache/doris/pull/37891#issuecomment-2230151991 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] [Bug](function) Fix function for cast string as date/datetime (#35637) [doris]

2024-07-15 Thread via GitHub
yongjinhou opened a new pull request, #37891: URL: https://github.com/apache/doris/pull/37891 ## Proposed changes Issue Number: close #35635 cherry-pick https://github.com/apache/doris/pull/35637 from master to branch-2.1 Cast rules:Consistent with mysql. String:Date

Re: [PR] [cherry-pick](branch-2.1) let insert statement support CTE (#36150) [doris]

2024-07-15 Thread via GitHub
yiguolei merged PR #36265: URL: https://github.com/apache/doris/pull/36265 -- 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](Nereids) tablet prune wrong when decimal value scale is nagtive [doris]

2024-07-15 Thread via GitHub
morrySnow commented on PR #37889: URL: https://github.com/apache/doris/pull/37889#issuecomment-2230149867 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](stream_load) fix stream load may failed caused by column name with keyword (#35822) [doris]

2024-07-15 Thread via GitHub
doris-robot commented on PR #37890: URL: https://github.com/apache/doris/pull/37890#issuecomment-2230149509 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](stream_load) fix stream load may failed caused by column name with keyword (#35822) [doris]

2024-07-15 Thread via GitHub
caiconghui opened a new pull request, #37890: URL: https://github.com/apache/doris/pull/37890 let KW_SQL, KW_CACHE, KW_COLOCATE, KW_COMPRESS_TYPE, KW_DORIS_INTERNAL_TABLE_ID, KW_HOTSPOT, KW_PRIVILEGES, KW_RECENT, KW_STAGES, KW_WARM, KW_UP, KW_CONVE

Re: [PR] [Feature](Planner) Support `SET_VAR` hint in insert statement [doris]

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

Re: [PR] Compatible with Spark4 and Scala 2.13 [doris-spark-connector]

2024-07-15 Thread via GitHub
JNSimba commented on PR #216: URL: https://github.com/apache/doris-spark-connector/pull/216#issuecomment-2230148794 > > Is it possible to modify the spark version of pom directly here? > > Some Scala Must be modified to 2.13 It is recommended to make it compatible with smaller

Re: [PR] [Bug](function) Fix function for cast string as date/datetime [doris]

2024-07-15 Thread via GitHub
yongjinhou closed pull request #37882: [Bug](function) Fix function for cast string as date/datetime URL: https://github.com/apache/doris/pull/37882 -- 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

Re: [PR] [fix](Nereids) Refactor character conversion to use Java 8's String.valueOf() [doris]

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

(doris) branch cherry-1 created (now a1899eb1ee7)

2024-07-15 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch cherry-1 in repository https://gitbox.apache.org/repos/asf/doris.git at a1899eb1ee7 [fix](stream_load) fix stream load may failed caused by column name with keyword (#35822) This bran

(doris) 01/01: [fix](stream_load) fix stream load may failed caused by column name with keyword (#35822)

2024-07-15 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch cherry-1 in repository https://gitbox.apache.org/repos/asf/doris.git commit a1899eb1ee7f4c1bad61bbfe72af7d6c528722fe Author: caiconghui <55968745+caicong...@users.noreply.github.com> AuthorDat

[PR] [fix](Nereids) tablet prune wrong when decimal value scale is nagtive [doris]

2024-07-15 Thread via GitHub
morrySnow opened a new pull request, #37889: URL: https://github.com/apache/doris/pull/37889 we use unscaled value of BigDecimal in tablet prune. So we need to ensure BigDecimal's precision and scale is same with the literal contains it. -- This is an automated message from the Apache

Re: [PR] [fix](Nereids) tablet prune wrong when decimal value scale is nagtive [doris]

2024-07-15 Thread via GitHub
doris-robot commented on PR #37889: URL: https://github.com/apache/doris/pull/37889#issuecomment-2230145774 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](delete) Delete job should retry if encounter `TRY_LOCK_FAILED` status [doris]

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

Re: [PR] [fix](round) fix round decimal128 overflow [doris]

2024-07-15 Thread via GitHub
cambyzju commented on PR #37733: URL: https://github.com/apache/doris/pull/37733#issuecomment-2230142410 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 unsubscri

Re: [PR] [fix](multicast) should not ignore Status of block::merge #35886 [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37869: URL: https://github.com/apache/doris/pull/37869#issuecomment-2230141429 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](multicast) should not ignore Status of block::merge #35886 [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37869: URL: https://github.com/apache/doris/pull/37869#issuecomment-2230141715 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] [spill](regression) add regression test cases for spill [doris]

2024-07-15 Thread via GitHub
jacktengg commented on PR #37319: URL: https://github.com/apache/doris/pull/37319#issuecomment-2230141427 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](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2230138336 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] [opt](delete) Delete job should retry if encounter `TRY_LOCK_FAILED` status [doris]

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

Re: [PR] [Fix](Variant) handle scalar variant with none string root [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37794: URL: https://github.com/apache/doris/pull/37794#issuecomment-2230133861 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](Variant) handle scalar variant with none string root [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37794: URL: https://github.com/apache/doris/pull/37794#issuecomment-2230133817 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 branch-2.1 updated (8e428712289 -> 9bb37e3616a)

2024-07-15 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 8e428712289 [fix](in expr) fix error result when in expr has null value and lef… (#37800) add 9bb37e3616a

Re: [PR] [Feature](Planner) Support `SET_VAR` hint in insert statement [doris]

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

Re: [PR] [fix](multicast) should not ignore Status of block::merge #35886 [doris]

2024-07-15 Thread via GitHub
jacktengg commented on PR #37869: URL: https://github.com/apache/doris/pull/37869#issuecomment-2230133416 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] [Bug](runtime-filter) try to fix DCHECK fail on _acquire_runtime_filter [doris]

2024-07-15 Thread via GitHub
yiguolei merged PR #37805: URL: https://github.com/apache/doris/pull/37805 -- 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](colocate) fix colocate join while multi tables (#37729) [doris]

2024-07-15 Thread via GitHub
yiguolei commented on PR #37859: URL: https://github.com/apache/doris/pull/37859#issuecomment-2230132340 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] [fix](colocate) fix colocate join while multi tables (#37729) [doris]

2024-07-15 Thread via GitHub
yiguolei commented on PR #37859: URL: https://github.com/apache/doris/pull/37859#issuecomment-2230131571 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] [Refactor](Variant) should not call finalize in const functions [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37839: URL: https://github.com/apache/doris/pull/37839#issuecomment-2230132134 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] [Refactor](Variant) should not call finalize in const functions [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37839: URL: https://github.com/apache/doris/pull/37839#issuecomment-2230132091 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](brpc) add gc for abafreelist to avoid eagain and set brpc timeout_ms to 2s [doris]

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

Re: [PR] [enhancement](log)Updated the default setting of sys_log_mode in fe.conf for better performance [doris]

2024-07-15 Thread via GitHub
yiguolei commented on PR #37793: URL: https://github.com/apache/doris/pull/37793#issuecomment-2230129460 Do not pick to 2.1 now, we should check it on master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [enhancement](log)Updated the default setting of sys_log_mode in fe.conf for better performance [doris]

2024-07-15 Thread via GitHub
yiguolei merged PR #37793: URL: https://github.com/apache/doris/pull/37793 -- 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: [enhancement](log)Updated the default setting of sys_log_mode in fe.conf for better performance (#37793)

2024-07-15 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 2f0e5745547 [enhancement](log)Updated the defau

Re: [PR] [chore](backup) Fix the db name of the restored view [doris]

2024-07-15 Thread via GitHub
w41ter commented on PR #37412: URL: https://github.com/apache/doris/pull/37412#issuecomment-2230124069 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

Re: [I] [Bug] For Stream load, partial column import is used, and the default value for the 'current_timestamp' column is the table creation date. [doris]

2024-07-15 Thread via GitHub
15767714253 commented on issue #30343: URL: https://github.com/apache/doris/issues/30343#issuecomment-2230123738 还没解决? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [Chore](brpc) add gc for abafreelist to avoid eagain and set brpc timeout_ms to 2s [doris]

2024-07-15 Thread via GitHub
BiteThet commented on PR #37888: URL: https://github.com/apache/doris/pull/37888#issuecomment-2230121683 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] [Chore](brpc) add gc for abafreelist to avoid eagain and set brpc timeout_ms to 2s [doris]

2024-07-15 Thread via GitHub
BiteThet opened a new pull request, #37888: URL: https://github.com/apache/doris/pull/37888 ## Proposed changes 1. add gc for abafreelist to avoid eagain ``` [CANCELLED]failed to send brpc when exchange, error=Resource temporarily unavailable, error_text=[E11]Resource temporaril

Re: [PR] [Fix](Variant) handle scalar variant with none string root [doris]

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

Re: [PR] [opt](delete) Delete job should retry if encounter `TRY_LOCK_FAILED` status [doris]

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

(doris) branch branch-2.0 updated: [fix](Nereids) fix fe fold constant failed when using like function (#37616) (#37863)

2024-07-15 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 7d09754c827 [fix](Nereids) fix fe fold

Re: [PR] [fix](Nereids) fix fe fold constant failed when using like function [doris]

2024-07-15 Thread via GitHub
morrySnow merged PR #37863: URL: https://github.com/apache/doris/pull/37863 -- 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] tpch queries unify [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37887: URL: https://github.com/apache/doris/pull/37887#issuecomment-2230115873 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/9951817212";) output. shellcheck err

Re: [PR] [chore](label) add a doing label for every pr [doris]

2024-07-15 Thread via GitHub
xiaokang commented on PR #37886: URL: https://github.com/apache/doris/pull/37886#issuecomment-2230115342 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] [Optimize](Row store) allow to set row_store_page_size for tables, change default value to 16KB [doris]

2024-07-15 Thread via GitHub
eldenmoon merged PR #37145: URL: https://github.com/apache/doris/pull/37145 -- 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 (b3731356790 -> 5c34742ef2f)

2024-07-15 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 b3731356790 [opt](inverted index) mow supports index optimization (#37428) add 5c34742ef2f [Optimize](Row stor

Re: [PR] tpch queries unify [doris]

2024-07-15 Thread via GitHub
doris-robot commented on PR #37887: URL: https://github.com/apache/doris/pull/37887#issuecomment-2230115002 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] tpch queries unify [doris]

2024-07-15 Thread via GitHub
englefly opened a new pull request, #37887: URL: https://github.com/apache/doris/pull/37887 ## 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 ab

Re: [PR] [Fix](Variant) handle scalar variant with none string root [doris]

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

Re: [PR] [chore](label) add a doing label for every pr [doris]

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

(doris) branch master updated: [opt](inverted index) mow supports index optimization (#37428)

2024-07-15 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 b3731356790 [opt](inverted index) mow suppor

Re: [PR] [opt](inverted index) mow supports index optimization [doris]

2024-07-15 Thread via GitHub
qidaye merged PR #37428: URL: https://github.com/apache/doris/pull/37428 -- 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

(doris) 01/01: add a doing label for every pr

2024-07-15 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch chore](label)-add-a-doing-label-for-every-pr in repository https://gitbox.apache.org/repos/asf/doris.git commit 8b4cd5db0ecf55cb058c4ff3690ff489e836f4cf Author: Kang AuthorDate: Tue Jul 16 14:20:1

(doris) branch chore](label)-add-a-doing-label-for-every-pr created (now 8b4cd5db0ec)

2024-07-15 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch chore](label)-add-a-doing-label-for-every-pr in repository https://gitbox.apache.org/repos/asf/doris.git at 8b4cd5db0ec add a doing label for every pr This branch includes the following new

Re: [PR] [fix](docker)Docker be register bug and add fe new interface recovery [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37335: URL: https://github.com/apache/doris/pull/37335#issuecomment-2230110750 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] [improvement](regression)Use createMV to create materialized view. [doris]

2024-07-15 Thread via GitHub
Jibing-Li commented on PR #37837: URL: https://github.com/apache/doris/pull/37837#issuecomment-2230107524 run external -- 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](Nereids) fix fe fold constant failed when using like function [doris]

2024-07-15 Thread via GitHub
LiBinfeng-01 commented on PR #37864: URL: https://github.com/apache/doris/pull/37864#issuecomment-2230104942 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] version1.2 [doris-website]

2024-07-15 Thread via GitHub
0xFlackoLFG closed pull request #863: version1.2 URL: https://github.com/apache/doris-website/pull/863 -- 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: c

[PR] version1.2 [doris-website]

2024-07-15 Thread via GitHub
0xFlackoLFG opened a new pull request, #863: URL: https://github.com/apache/doris-website/pull/863 (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](Variant) handle scalar variant with none string root [doris]

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

Re: [PR] [fix](Nereids) Refactor character conversion to use Java 8's String.valueOf() [doris]

2024-07-15 Thread via GitHub
morrySnow commented on PR #37773: URL: https://github.com/apache/doris/pull/37773#issuecomment-2230095361 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 un

Re: [PR] [fix](Nereids) Refactor character conversion to use Java 8's String.valueOf() [doris]

2024-07-15 Thread via GitHub
morrySnow commented on PR #37773: URL: https://github.com/apache/doris/pull/37773#issuecomment-2230095624 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]fix be core when migration tablet to other disk [doris]

2024-07-15 Thread via GitHub
z404289981 commented on PR #37712: URL: https://github.com/apache/doris/pull/37712#issuecomment-2230094185 run external -- 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](delete) Delete job should retry if encounter `TRY_LOCK_FAILED` status [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37834: URL: https://github.com/apache/doris/pull/37834#issuecomment-2230093901 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](storage) Added disk decommission and hotswap disk feasibility [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37784: URL: https://github.com/apache/doris/pull/37784#issuecomment-2230093271 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-2.1 updated: [fix](in expr) fix error result when in expr has null value and lef… (#37800)

2024-07-15 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 8e428712289 [fix](in expr) fix error re

Re: [PR] [fix](in expr) fix error result when in expr has null value and lef… [doris]

2024-07-15 Thread via GitHub
yiguolei merged PR #37800: URL: https://github.com/apache/doris/pull/37800 -- 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] [opt](delete) Delete job should retry if encounter `TRY_LOCK_FAILED` status [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37834: URL: https://github.com/apache/doris/pull/37834#issuecomment-2230091972 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](Planner) Support `SET_VAR` hint in insert statement [doris]

2024-07-15 Thread via GitHub
bobhan1 commented on PR #36579: URL: https://github.com/apache/doris/pull/36579#issuecomment-2230090091 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] [opt](delete) Delete job should retry if encounter `TRY_LOCK_FAILED` status [doris]

2024-07-15 Thread via GitHub
bobhan1 commented on PR #37834: URL: https://github.com/apache/doris/pull/37834#issuecomment-2230087359 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] [chore](ut) unit test for column nullable serialization [doris]

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

Re: [PR] [fix](routine-load) fix auto resume invalid when FE leader change or single FE restart [doris]

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

Re: [PR] [improve] (http api) Support calculating file information in the cloud [doris]

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

Re: [PR] [regression-test](test-json) enhance the robustness and stability of Doris in handling semi-structure types [doris]

2024-07-15 Thread via GitHub
Tech-Circle-48 commented on PR #37885: URL: https://github.com/apache/doris/pull/37885#issuecomment-2230072872 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] [chore](ut) unit test for column nullable serialization [doris]

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

Re: [PR] [enhancement](regression-test) sync unique case to 2.1 [doris]

2024-07-15 Thread via GitHub
dataroaring commented on PR #37272: URL: https://github.com/apache/doris/pull/37272#issuecomment-2230069985 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] [regression-test](test-json) test invalid json [doris]

2024-07-15 Thread via GitHub
doris-robot commented on PR #37885: URL: https://github.com/apache/doris/pull/37885#issuecomment-2230069037 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] [improve] (http api) Support calculating file information in the cloud [doris]

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

Re: [PR] [fix](routine-load) fix auto resume invalid when FE leader change or single FE restart [doris]

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

Re: [PR] [improvement](doris compose) make lock file all users can read and write [doris]

2024-07-15 Thread via GitHub
github-actions[bot] commented on PR #37878: URL: https://github.com/apache/doris/pull/37878#issuecomment-2230067318 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](multi-catalog)fix paimon meta properties convert [doris]

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

Re: [PR] [chore](ut) unit test for column nullable serialization [doris]

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

Re: [PR] [improve] (http api) Support calculating file information in the cloud [doris]

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

Re: [PR] [fix](routine-load) fix auto resume invalid when FE leader change or single FE restart [doris]

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

Re: [PR] [fix](multi-catalog)fix paimon meta properties convert [doris]

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

Re: [PR] [Improvement](rpc) set grpc channel's keepAliveTime and remove proxy on InterruptedExcep… [doris]

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

Re: [PR] [Improvement](rpc) set grpc channel's keepAliveTime and remove proxy on InterruptedExcep… [doris]

2024-07-15 Thread via GitHub
BiteThet commented on PR #37304: URL: https://github.com/apache/doris/pull/37304#issuecomment-2230048981 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] [fix](auth)Fix the error message of auth [doris]

2024-07-15 Thread via GitHub
zfr9527 opened a new pull request, #37884: URL: https://github.com/apache/doris/pull/37884 ## Proposed changes [fix](auth)Fix the error message of auth -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

  1   2   3   4   5   6   7   8   9   10   >