-
Notifications
You must be signed in to change notification settings - Fork 1.7k
refactor: cleanup naming and macro usages for binary operator #17985
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
Yes! |
🤖 |
🤖: Benchmark completed Details
|
🤖 |
🤖: Benchmark completed Details
|
🤖 |
🤖: Benchmark completed Details
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing @sunng87 -- thank you
other | ||
), | ||
}.map( | ||
// downcast_dictionary_array duplicates code per possible key type, so we aim to do all prep work before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eventually it would be nicer to preserve the dictionary encoding (but I realize this PR doesn't change the unpacking pattern here)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this patch doesn't have any feature change, it's just some housekeeping work.
Which issue does this PR close?
N/A
Rationale for this change
The implementation of binary operators, especially for regex and bitwise, is a little bit difficult to read and understand.
What changes are included in this PR?
Are these changes tested?
Unit tests
Are there any user-facing changes?
No.