-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support string concat ||
for StringViewArray
#12063
Conversation
@alamb I have come up with a naive implementation, and i want to benchmark with current baseline. |
Thanks @dharanad -- this looks super exciting
In terms of benchmarking I would suggest make (in a separate PR) a |
I'm not entirely confident about this approach, as the only method I can think of involves creating a new buffer to hold the concatenated string. Any feedback or guidance on a more efficient solution would be greatly appreciated. |
Weird logictest are passing locally also the error cause is wrong. |
@alamb / @XiangpengHao Can you please help me with a review |
I will review this later today |
Likewise I found it strange the tests were passing locally for me. @dharanad, I took the liberty of merging up from main to get this branch to pass and wrote a few more tests. These tests actually uncovered a bug ( I also made a small performance improvement by avoiding allocating a new I also found another bug which I will file separately Update: filed #12101 |
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.
Thank you @dharanad 🙏
||
for StringViewArray
Thanks again @dharanad |
Thank You @alamb Really appreciate your help |
Likewise! |
Which issue does this PR close?
Closes #11766
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?