-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(java): build JNI release package #2516
Merged
Merged
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f011a96 - Browse repository at this point
Copy the full SHA f011a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12303fd - Browse repository at this point
Copy the full SHA 12303fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36181b0 - Browse repository at this point
Copy the full SHA 36181b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b7655 - Browse repository at this point
Copy the full SHA 69b7655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b6f29 - Browse repository at this point
Copy the full SHA 32b6f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5001ff9 - Browse repository at this point
Copy the full SHA 5001ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6c0ff - Browse repository at this point
Copy the full SHA 6a6c0ffView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c11b61 - Browse repository at this point
Copy the full SHA 2c11b61View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9bc525 - Browse repository at this point
Copy the full SHA c9bc525View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf6b2d4 - Browse repository at this point
Copy the full SHA cf6b2d4View commit details -
fix: be compatible with v1 index format (#2582)
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 85bab4d - Browse repository at this point
Copy the full SHA 85bab4dView commit details -
feat: do flat search if too many rows are filtered out (#2583)
- replace RoaringBitmap with BitVec - use pool to avoid allocating bitset for each query with prefilter - fall back to flat search if too many rows filtered out - prefetch with flat search --------- Signed-off-by: BubbleCal <bubble-cal@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for a8603a1 - Browse repository at this point
Copy the full SHA a8603a1View commit details -
feat: add label list index (#2581)
This PR adds a new kind of scalar index, the LABEL_LIST scalar index. A label list index can only be created on list columns (the item data type has to be one of the data types that can be used for btree/bitmap indices). The label list index can speed up array_has_any and array_has_all queries. This is useful for tag-like columns where each row has some number of labels and the overall cardinality of the labels is relatively low (the index in-memory size will depend on the cardinality of the labels). This PR also introduces the idea that different scalar indices may support different types of queries. There is now `SargableQuery` (what is used by btree and bitmap) and `LabelListQuery` (used by the new label list index). Going forward we should probably break the FullTextQuery out of `SargableQuery` and into its own query type.
Configuration menu - View commit details
-
Copy full SHA for 7a841dc - Browse repository at this point
Copy the full SHA 7a841dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e65568 - Browse repository at this point
Copy the full SHA 0e65568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2399d43 - Browse repository at this point
Copy the full SHA 2399d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b611b53 - Browse repository at this point
Copy the full SHA b611b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a388c8 - Browse repository at this point
Copy the full SHA 2a388c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7dda34 - Browse repository at this point
Copy the full SHA e7dda34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc46bc - Browse repository at this point
Copy the full SHA 7fc46bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cffc78 - Browse repository at this point
Copy the full SHA 0cffc78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df0979 - Browse repository at this point
Copy the full SHA 6df0979View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf941a5 - Browse repository at this point
Copy the full SHA cf941a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2345a1f - Browse repository at this point
Copy the full SHA 2345a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cef449 - Browse repository at this point
Copy the full SHA 3cef449View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbadc42 - Browse repository at this point
Copy the full SHA bbadc42View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f0f2a9 - Browse repository at this point
Copy the full SHA 4f0f2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699b2d7 - Browse repository at this point
Copy the full SHA 699b2d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb1771 - Browse repository at this point
Copy the full SHA 5eb1771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2416983 - Browse repository at this point
Copy the full SHA 2416983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e95685 - Browse repository at this point
Copy the full SHA 2e95685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 718df33 - Browse repository at this point
Copy the full SHA 718df33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df953b - Browse repository at this point
Copy the full SHA 5df953bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41cda57 - Browse repository at this point
Copy the full SHA 41cda57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ca1a3 - Browse repository at this point
Copy the full SHA 36ca1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e07c3 - Browse repository at this point
Copy the full SHA 41e07c3View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8357129 - Browse repository at this point
Copy the full SHA 8357129View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.