Re: [PR] [enhance](variant) add inverted index [doris]

2025-02-19 Thread via GitHub
eldenmoon merged PR #48062: URL: https://github.com/apache/doris/pull/48062 -- 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] [enhance](variant) add inverted index [doris]

2025-02-19 Thread via GitHub
csun5285 commented on code in PR #48062: URL: https://github.com/apache/doris/pull/48062#discussion_r1961613445 ## regression-test/suites/variant_p0/update/inverted_index/load.groovy: ## @@ -0,0 +1,77 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

Re: [PR] [enhance](variant) add inverted index [doris]

2025-02-19 Thread via GitHub
eldenmoon commented on code in PR #48062: URL: https://github.com/apache/doris/pull/48062#discussion_r1961403828 ## be/src/olap/rowset/segment_v2/segment.h: ## @@ -275,6 +275,8 @@ class Segment : public std::enable_shared_from_this, public MetadataAdd DorisCallOnce _invert

Re: [PR] [enhance](variant) add inverted index [doris]

2025-02-18 Thread via GitHub
hello-stephen commented on PR #48062: URL: https://github.com/apache/doris/pull/48062#issuecomment-2667493923 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+pro

[PR] [enhance](variant) add inverted index [doris]

2025-02-18 Thread via GitHub
csun5285 opened a new pull request, #48062: URL: https://github.com/apache/doris/pull/48062 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test