-
Notifications
You must be signed in to change notification settings - Fork 1k
Special handling for dictionary-encoded text in vectorized grouping #8270
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
base: main
Are you sure you want to change the base?
Conversation
If we have a small dictionary, hashing its entries and then translating the key indexes to the actual rows will be faster.
|
@fabriziomello, @erimatnor: please review this pull request.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8270 +/- ##
==========================================
- Coverage 82.16% 82.02% -0.14%
==========================================
Files 257 256 -1
Lines 48323 48643 +320
Branches 12189 12277 +88
==========================================
+ Hits 39704 39899 +195
- Misses 3741 3884 +143
+ Partials 4878 4860 -18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request has been automatically marked as stale due to lack of activity. This pull request will be closed in 30 days. |
|
This pull request has been automatically marked as stale due to lack of activity. This pull request will be closed in 30 days. |
If we have a small dictionary, hashing its entries and then translating the key indexes to the actual rows will be faster.