Re: [PR] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-12-10 Thread via GitHub
github-actions[bot] closed pull request #35733: [fix] Remove one partition scanned constraint for partition cache URL: https://github.com/apache/doris/pull/35733 -- 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] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #35733: URL: https://github.com/apache/doris/pull/35733#issuecomment-2529891710 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-06-12 Thread via GitHub
skyyws commented on code in PR #35733: URL: https://github.com/apache/doris/pull/35733#discussion_r1623711680 ## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ## @@ -496,18 +496,6 @@ private List buildCacheTableList() { List tblTimeList = Lists.

Re: [PR] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-06-02 Thread via GitHub
skyyws commented on code in PR #35733: URL: https://github.com/apache/doris/pull/35733#discussion_r1623711680 ## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ## @@ -496,18 +496,6 @@ private List buildCacheTableList() { List tblTimeList = Lists.

Re: [PR] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-05-31 Thread via GitHub
cambyzju commented on code in PR #35733: URL: https://github.com/apache/doris/pull/35733#discussion_r1622338509 ## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ## @@ -496,18 +496,6 @@ private List buildCacheTableList() { List tblTimeList = List

[PR] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-05-31 Thread via GitHub
skyyws opened a new pull request, #35733: URL: https://github.com/apache/doris/pull/35733 ## Proposed changes Issue Number: close #35617 This check lead to partition cache not worked if sql scanned more than one partition, so I remove this check in this pr. --

Re: [PR] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35733: URL: https://github.com/apache/doris/pull/35733#issuecomment-2141763017 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