Re: [PR] [opt](inverted index) cache result sign is initialized only once [doris]

2024-08-31 Thread via GitHub
github-actions[bot] commented on PR #40212: URL: https://github.com/apache/doris/pull/40212#issuecomment-2323157634 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](inverted index) cache result sign is initialized only once [doris]

2024-08-31 Thread via GitHub
github-actions[bot] commented on PR #40212: URL: https://github.com/apache/doris/pull/40212#issuecomment-2323157643 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](inverted index) cache result sign is initialized only once [doris]

2024-08-31 Thread via GitHub
xiaokang commented on code in PR #40212: URL: https://github.com/apache/doris/pull/40212#discussion_r1739969955 ## be/src/vec/exprs/vexpr.cpp: ## @@ -617,7 +617,14 @@ bool VExpr::fast_execute(Block& block, const ColumnNumbers& arguments, size_t re return false; }

Re: [PR] [opt](inverted index) cache result sign is initialized only once [doris]

2024-08-30 Thread via GitHub
github-actions[bot] commented on PR #40212: URL: https://github.com/apache/doris/pull/40212#issuecomment-2322798488 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](inverted index) cache result sign is initialized only once [doris]

2024-08-30 Thread via GitHub
zzzxl1993 commented on PR #40212: URL: https://github.com/apache/doris/pull/40212#issuecomment-2322796746 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](inverted index) cache result sign is initialized only once [doris]

2024-08-30 Thread via GitHub
doris-robot commented on PR #40212: URL: https://github.com/apache/doris/pull/40212#issuecomment-2322796727 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] [opt](inverted index) cache result sign is initialized only once [doris]

2024-08-30 Thread via GitHub
zzzxl1993 opened a new pull request, #40212: URL: https://github.com/apache/doris/pull/40212 ## Proposed changes 1. optimize the performance issue caused by slow result sign generation due to too many values in the in condition. -- This is an automated message from