(doris) branch branch-2.1 updated: [opt](serde)Optimize the filling of fixed values ​​into block columns without repeated deserialization. (#37377) (#38245) (#38810)

2024-08-04 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 607c0b82a9c [opt](serde)Optimize the fi

Re: [PR] [branch-2.1][improvement](jdbc catalog) improvement some jdbc catalog properties check order [doris]

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

(doris) branch branch-2.1 updated: [Fix](nereids) change char(0) to char(1), varchar(0) to varchar(65533) when create table (#38427) (#38530)

2024-08-04 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 de9b9d6a399 [Fix](nereids) change char(

Re: [PR] [Fix](nereids) change char(0) to char(1), varchar(0) to varchar(65533) when create table (#38427) [doris]

2024-08-04 Thread via GitHub
yiguolei merged PR #38530: URL: https://github.com/apache/doris/pull/38530 -- 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) remove some unstable and not important cases [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38779: URL: https://github.com/apache/doris/pull/38779#issuecomment-2268015185 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](Nereids) remove some unstable and not important cases [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38779: URL: https://github.com/apache/doris/pull/38779#issuecomment-2268015202 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] [doc](ES Catalog) Update ES Catalog docs [doris-website]

2024-08-04 Thread via GitHub
morningman merged PR #943: URL: https://github.com/apache/doris-website/pull/943 -- 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...@dor

(doris-website) branch master updated: [doc](ES Catalog) Update ES Catalog docs (#943)

2024-08-04 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-website.git The following commit(s) were added to refs/heads/master by this push: new e6eb4f8748b [doc](ES Catalog) Update

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica #38695 [doris]

2024-08-04 Thread via GitHub
yujun777 commented on PR #38839: URL: https://github.com/apache/doris/pull/38839#issuecomment-2268021952 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](clone) fix stale tablet report miss the new cloning replica #38695 [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38839: URL: https://github.com/apache/doris/pull/38839#issuecomment-2268022001 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] [minor](fix) Fix incorrect fmt arguments [doris]

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

Re: [PR] [minor](fix) Fix incorrect fmt arguments [doris]

2024-08-04 Thread via GitHub
Gabriel39 commented on PR #38840: URL: https://github.com/apache/doris/pull/38840#issuecomment-2268022770 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] [minor](fix) Fix incorrect fmt arguments [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38840: URL: https://github.com/apache/doris/pull/38840#issuecomment-2268022739 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](clone) fix stale tablet report miss the new cloning replica #38695 [doris]

2024-08-04 Thread via GitHub
yujun777 commented on PR #38839: URL: https://github.com/apache/doris/pull/38839#issuecomment-2268023281 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] add null check before accessing pointer [doris]

2024-08-04 Thread via GitHub
yiguolei merged PR #38817: URL: https://github.com/apache/doris/pull/38817 -- 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: [fix] add null check before accessing pointer (#38817)

2024-08-04 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 fbe529b0752 [fix] add null check before accessi

Re: [PR] [Fix] fix arrow read timestamp bug [doris-spark-connector]

2024-08-04 Thread via GitHub
JNSimba merged PR #221: URL: https://github.com/apache/doris-spark-connector/pull/221 -- 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-spark-connector) branch master updated: [Fix] fix arrow read timestamp bug (#221)

2024-08-04 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-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new 7df4c3f [Fix] fix arrow read times

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica #38695 [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38839: URL: https://github.com/apache/doris/pull/38839#issuecomment-2268028154 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] [minor](fix) Fix incorrect fmt arguments [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38840: URL: https://github.com/apache/doris/pull/38840#issuecomment-2268028666 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](clone) fix stale tablet report miss the new cloning replica #38695 [doris]

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

Re: [PR] [fix](nereids) optimize cost model to make join order good for runtime filter when stats is not available [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38444: URL: https://github.com/apache/doris/pull/38444#issuecomment-2268032414 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](nereids) optimize cost model to make join order good for runtime filter when stats is not available [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38444: URL: https://github.com/apache/doris/pull/38444#issuecomment-2268032444 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](nereids) fix bug in PullUpJoinFromUnion rule [doris]

2024-08-04 Thread via GitHub
englefly commented on PR #38534: URL: https://github.com/apache/doris/pull/38534#issuecomment-2268032735 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](nereids) optimize cost model to make join order good for runtime filter when stats is not available [doris]

2024-08-04 Thread via GitHub
englefly merged PR #38444: URL: https://github.com/apache/doris/pull/38444 -- 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 (fbe529b0752 -> 023eb564c9c)

2024-08-04 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fbe529b0752 [fix] add null check before accessing pointer (#38817) add 023eb564c9c [fix](nereids) optimize cost

Re: [PR] [fix](compaction) fix mismatch between segment key and value column rows during compaction (#37960) [doris]

2024-08-04 Thread via GitHub
luwei16 commented on PR #38835: URL: https://github.com/apache/doris/pull/38835#issuecomment-2268037551 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] [improve](serde) support json string format with escaped charactors [doris]

2024-08-04 Thread via GitHub
amorynan commented on PR #37176: URL: https://github.com/apache/doris/pull/37176#issuecomment-2268038334 this pr is no need to pick for 2.0 , because it has bavior change , and it relays on https://github.com/apache/doris/pull/34764 -- This is an automated message from the Apache Git Serv

Re: [PR] [fix](move-memtable) tolerate minority replica failure in sinkv2 [doris]

2024-08-04 Thread via GitHub
kaijchen closed pull request #38120: [fix](move-memtable) tolerate minority replica failure in sinkv2 URL: https://github.com/apache/doris/pull/38120 -- 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](move-memtable) tolerate minority replica failure in sinkv2 [doris]

2024-08-04 Thread via GitHub
kaijchen commented on PR #38120: URL: https://github.com/apache/doris/pull/38120#issuecomment-2268040862 superseded by #38119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [fix](move-memtable) tolerate minority replica failure in load stream [doris]

2024-08-04 Thread via GitHub
kaijchen closed pull request #38119: [fix](move-memtable) tolerate minority replica failure in load stream URL: https://github.com/apache/doris/pull/38119 -- 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 g

Re: [PR] [fix](move-memtable) tolerate minority replica failure in load stream [doris]

2024-08-04 Thread via GitHub
kaijchen commented on PR #38119: URL: https://github.com/apache/doris/pull/38119#issuecomment-2268040953 superseded by #38119 -- 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] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-04 Thread via GitHub
Mryange commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2268041697 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](compaction) fix mismatch between segment key and value column rows during compaction (#37960) [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38835: URL: https://github.com/apache/doris/pull/38835#issuecomment-2268041985 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](group commit) Fix group commit debug log and improve performance (#38754) [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38841: URL: https://github.com/apache/doris/pull/38841#issuecomment-2268043679 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](group commit) Fix group commit debug log and improve performance (#38754) [doris]

2024-08-04 Thread via GitHub
mymeiyi opened a new pull request, #38841: URL: https://github.com/apache/doris/pull/38841 Pick https://github.com/apache/doris/pull/38754 -- 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 spec

Re: [PR] [Chore](dependnecies)remove javax.el [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38843: URL: https://github.com/apache/doris/pull/38843#issuecomment-2268045736 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](routine-load) fix show routine load job result is incorrect (#38199) [doris]

2024-08-04 Thread via GitHub
sollhui closed pull request #38827: [fix](routine-load) fix show routine load job result is incorrect (#38199) URL: https://github.com/apache/doris/pull/38827 -- 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

Re: [PR] [fix](routine-load) fix show routine load job result is incorrect (#38199) [doris]

2024-08-04 Thread via GitHub
sollhui commented on PR #38827: URL: https://github.com/apache/doris/pull/38827#issuecomment-2268045925 Close pr for fix already in 2.1. branch -- 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

[PR] [fix](txn) fix abortTxn by label does not acquire table write lock (#38777) [doris]

2024-08-04 Thread via GitHub
mymeiyi opened a new pull request, #38842: URL: https://github.com/apache/doris/pull/38842 pick https://github.com/apache/doris/pull/38777 -- 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

Re: [PR] [fix](txn) fix abortTxn by label does not acquire table write lock (#38777) [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38842: URL: https://github.com/apache/doris/pull/38842#issuecomment-2268045085 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](regression) fix test_primary_key_simple_case (#38798) [doris]

2024-08-04 Thread via GitHub
mymeiyi opened a new pull request, #38844: URL: https://github.com/apache/doris/pull/38844 pick https://github.com/apache/doris/pull/38798 -- 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 spec

Re: [PR] [Chore](dependnecies)remove javax.el [doris]

2024-08-04 Thread via GitHub
CalvinKirs commented on code in PR #38843: URL: https://github.com/apache/doris/pull/38843#discussion_r1703466240 ## fe/pom.xml: ## @@ -435,6 +435,12 @@ under the License. import pom + +org.glassfish +

Re: [PR] [fix](txn) fix abortTxn by label does not acquire table write lock (#38777) [doris]

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

Re: [PR] [fix](group commit) Fix group commit debug log and improve performance (#38754) [doris]

2024-08-04 Thread via GitHub
mymeiyi commented on PR #38841: URL: https://github.com/apache/doris/pull/38841#issuecomment-2268047350 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](regression) fix test_primary_key_simple_case (#38798) [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38844: URL: https://github.com/apache/doris/pull/38844#issuecomment-2268046532 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) fix test_primary_key_simple_case (#38798) [doris]

2024-08-04 Thread via GitHub
mymeiyi commented on PR #38844: URL: https://github.com/apache/doris/pull/38844#issuecomment-2268046943 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](dependnecies)remove javax.el [doris]

2024-08-04 Thread via GitHub
CalvinKirs commented on PR #38843: URL: https://github.com/apache/doris/pull/38843#issuecomment-2268047938 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] support get json raw data with jsonpath [doris]

2024-08-04 Thread via GitHub
sollhui commented on PR #38820: URL: https://github.com/apache/doris/pull/38820#issuecomment-2268049564 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

[I] [Bug] Executing an SQL statement containing a regular expression results in an error [doris]

2024-08-04 Thread via GitHub
yuzq24 opened a new issue, #38845: URL: https://github.com/apache/doris/issues/38845 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.1.4 ### Wh

Re: [PR] [fix](hist) Fix unstable result of aggregrate function hist [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38608: URL: https://github.com/apache/doris/pull/38608#issuecomment-2268051964 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](hist) Fix unstable result of aggregrate function hist [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38608: URL: https://github.com/apache/doris/pull/38608#issuecomment-2268051993 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](cloud) Using file cache disks number to determine the size of the flush memtable thread pool [doris]

2024-08-04 Thread via GitHub
liaoxin01 merged PR #38789: URL: https://github.com/apache/doris/pull/38789 -- 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: [Opt](cloud) Using file cache disks number to determine the size of the flush memtable thread pool (#38789)

2024-08-04 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 455018b13d2 [Opt](cloud) Using file cache disks

Re: [PR] [Enhancement] (doris-future) Support auto partition name function [doris]

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

[PR] [Fix](nereids) fix bug in pull up join union [doris]

2024-08-04 Thread via GitHub
englefly opened a new pull request, #38846: URL: https://github.com/apache/doris/pull/38846 ## Proposed changes some slots are mapped to wrong place Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] [fix](nereids) fix bug in PullUpJoinFromUnion rule [doris]

2024-08-04 Thread via GitHub
englefly closed pull request #38534: [fix](nereids) fix bug in PullUpJoinFromUnion rule URL: https://github.com/apache/doris/pull/38534 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] [Fix](nereids) fix bug in pull up join union [doris]

2024-08-04 Thread via GitHub
englefly commented on PR #38846: URL: https://github.com/apache/doris/pull/38846#issuecomment-2268054847 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](nereids) fix bug in pull up join union [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38846: URL: https://github.com/apache/doris/pull/38846#issuecomment-2268054613 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] [minor](fix) Fix incorrect fmt arguments [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38840: URL: https://github.com/apache/doris/pull/38840#issuecomment-2268055012 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] [minor](fix) Fix incorrect fmt arguments [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38840: URL: https://github.com/apache/doris/pull/38840#issuecomment-2268055035 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] [bugfix](backup)(cooldown) cancel backup properly when be backup failed [doris]

2024-08-04 Thread via GitHub
w41ter commented on code in PR #38724: URL: https://github.com/apache/doris/pull/38724#discussion_r1703461611 ## fe/fe-core/src/main/java/org/apache/doris/backup/BackupJob.java: ## @@ -181,6 +230,21 @@ public synchronized boolean finishTabletSnapshotTask(SnapshotTask task, TFin

[PR] [refactor](minor) Delete unused code [doris]

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

Re: [PR] [refactor](minor) Delete unused code [doris]

2024-08-04 Thread via GitHub
Gabriel39 commented on PR #38848: URL: https://github.com/apache/doris/pull/38848#issuecomment-2268057992 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] [function](cast)Make string casting to integers more like MySQL's behavior [doris]

2024-08-04 Thread via GitHub
Mryange opened a new pull request, #38847: URL: https://github.com/apache/doris/pull/38847 ## Proposed changes There are two issues here. First, the results of casting are inconsistent between FE and BE . ``` FE mysql [(none)]>select cast('3.000' as int); +---

Re: [PR] [function](cast)Make string casting to integers more like MySQL's behavior [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38847: URL: https://github.com/apache/doris/pull/38847#issuecomment-2268057554 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] [refactor](minor) Delete unused code [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38848: URL: https://github.com/apache/doris/pull/38848#issuecomment-2268057947 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] [bugfix](backup)(cooldown) cancel backup properly when be backup failed [doris]

2024-08-04 Thread via GitHub
w41ter commented on code in PR #38724: URL: https://github.com/apache/doris/pull/38724#discussion_r1703472354 ## regression-test/suites/backup_restore/test_backup_cancelled.groovy: ## @@ -0,0 +1,192 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more co

Re: [PR] [minor](fix) Fix incorrect fmt arguments [doris]

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

Re: [PR] [Enhancement] (doris-future) Support auto partition name function [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #34258: URL: https://github.com/apache/doris/pull/34258#issuecomment-2268062537 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] [function](cast)Make string casting to integers more like MySQL's behavior [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on code in PR #38847: URL: https://github.com/apache/doris/pull/38847#discussion_r1703474583 ## be/src/util/string_parser.hpp: ## @@ -243,6 +243,20 @@ class StringParser { return true; } +// For strings like "3.0", "3.123", and "

[PR] [Feat](nereids) Support date_trunc function in partition prune (#38025) [doris]

2024-08-04 Thread via GitHub
feiniaofeiafei opened a new pull request, #38849: URL: https://github.com/apache/doris/pull/38849 cherry-pick #38025 to branch-2.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 above to go to the spec

Re: [PR] [Feat](nereids) Support date_trunc function in partition prune (#38025) [doris]

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

Re: [PR] [Feat](nereids) Support date_trunc function in partition prune (#38025) [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38849: URL: https://github.com/apache/doris/pull/38849#issuecomment-2268064344 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] [refactor](minor) Delete unused code [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38848: URL: https://github.com/apache/doris/pull/38848#issuecomment-2268064742 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](regression-test) Add regression test for presto dialect [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #37275: URL: https://github.com/apache/doris/pull/37275#issuecomment-2268064909 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] [enhancement](regression-test) Add regression test for presto dialect [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #37275: URL: https://github.com/apache/doris/pull/37275#issuecomment-2268064940 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]function use sse to opt match_ipv6_subnet [doris]

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

Re: [PR] [fix](nereids)support group_concat with agg state [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38080: URL: https://github.com/apache/doris/pull/38080#issuecomment-2268069612 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](nereids)support group_concat with agg state [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38080: URL: https://github.com/apache/doris/pull/38080#issuecomment-2268069640 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] [minor](fix) Fix incorrect fmt arguments [doris]

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

Re: [PR] [fix](function) Fix wrong nullable processing for convert_tz [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38764: URL: https://github.com/apache/doris/pull/38764#issuecomment-2268073503 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]function use sse to opt match_ipv6_subnet [doris]

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

Re: [I] [Bug] 在 DUPLICATE KEY 模型下,SQL ERROR: select [key字段] from [table] where [正则表达式] order by [key字段] [doris]

2024-08-04 Thread via GitHub
huangmaoxian closed issue #31676: [Bug] 在 DUPLICATE KEY 模型下,SQL ERROR: select [key字段] from [table] where [正则表达式] order by [key字段] URL: https://github.com/apache/doris/issues/31676 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [minor](fix) Fix incorrect fmt arguments [doris]

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

[PR] [fix](regression) fix prepare_insert when execute prepare stmt in observer fe (#38545) [doris]

2024-08-04 Thread via GitHub
mymeiyi opened a new pull request, #38850: URL: https://github.com/apache/doris/pull/38850 pick https://github.com/apache/doris/pull/38545 -- 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 spec

Re: [PR] [fix](schema-change) Fix schema change run into nullable check specified for MV [doris]

2024-08-04 Thread via GitHub
TangSiyang2001 commented on PR #38806: URL: https://github.com/apache/doris/pull/38806#issuecomment-2268075912 2.0 and 2.1 do not have this bug -- 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

Re: [PR] [fix](regression) fix prepare_insert when execute prepare stmt in observer fe (#38545) [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38850: URL: https://github.com/apache/doris/pull/38850#issuecomment-2268075944 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) fix prepare_insert when execute prepare stmt in observer fe (#38545) [doris]

2024-08-04 Thread via GitHub
mymeiyi commented on PR #38850: URL: https://github.com/apache/doris/pull/38850#issuecomment-2268075973 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]function use sse to opt match_ipv6_subnet [doris]

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

Re: [PR] [chore](sql) Forbid show hidden columns and create table with hidden column [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38796: URL: https://github.com/apache/doris/pull/38796#issuecomment-2268077572 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](sql) Forbid show hidden columns and create table with hidden column [doris]

2024-08-04 Thread via GitHub
github-actions[bot] commented on PR #38796: URL: https://github.com/apache/doris/pull/38796#issuecomment-2268077597 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](nereids)support group_concat with distinct and order by [doris]

2024-08-04 Thread via GitHub
starocean999 merged PR #38080: URL: https://github.com/apache/doris/pull/38080 -- 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: [fix](nereids)support group_concat with distinct and order by (#38080)

2024-08-04 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f97de21dcbe [fix](nereids)support group_con

(doris) branch branch-3.0 updated: [fix](index compaction)Remove return error in merged rows check (#38732)

2024-08-04 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 370d09b0b70 [fix](index compaction)R

Re: [PR] [Chore](dependnecies)remove javax.el [doris]

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

Re: [PR] [Chore](dependnecies)remove javax.el [doris]

2024-08-04 Thread via GitHub
CalvinKirs commented on PR #38843: URL: https://github.com/apache/doris/pull/38843#issuecomment-2268082789 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] release note3.0 [doris-website]

2024-08-04 Thread via GitHub
0xFlackoLFG closed pull request #932: release note3.0 URL: https://github.com/apache/doris-website/pull/932 -- 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] [fix](routine load) reset Kafka progress cache when routine load job topic change [doris]

2024-08-04 Thread via GitHub
liaoxin01 commented on code in PR #38474: URL: https://github.com/apache/doris/pull/38474#discussion_r1703472480 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -644,6 +644,58 @@ void MetaServiceImpl::get_rl_task_commit_attach(::google::protobuf::RpcControlle } }

[PR] [doc] zh-activity offline [doris-website]

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

<    1   2   3   4   >