Skip to content
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

colexec: add support for concat binary op with string and another type #55841

Closed
rafiss opened this issue Oct 22, 2020 · 0 comments · Fixed by #85681
Closed

colexec: add support for concat binary op with string and another type #55841

rafiss opened this issue Oct 22, 2020 · 0 comments · Fixed by #85681
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team

Comments

@rafiss
Copy link
Collaborator

rafiss commented Oct 22, 2020

#55611 is adding support for concatenation between strings and any other non-array type, which Postgres supports.

The vec engine should support this as part of #49463

Jira issue: CRDB-3625

@rafiss rafiss added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-vec SQL vectorized engine labels Oct 22, 2020
@jlinder jlinder added the T-sql-queries SQL Queries Team label Jun 16, 2021
@craig craig bot closed this as completed in ce8bfd4 Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants