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

refactor: use sge.DPipe for StringConcat #8340

Closed
wants to merge 1 commit into from

Conversation

NickCrews
Copy link
Contributor

The default implementation in the SQLGlot compiler should use DPipe.

Exasol still needs it's own visit_StringConcat()
because it doesn't handle NULLs properly

This is in preparation for #8270, which will rely upon this.

The default implementation in the SQLGlot compiler shoud use DPipe.

Exasol still needs it's own visit_StringConcat()
because it doesn't handle NULLs properly
@cpcloud
Copy link
Member

cpcloud commented Feb 13, 2024

This won't work, because of the NULL handling of these other backends.

When I wrote those implementations there were all necessary to get things passing.

I tried DPipe first, but that doesn't exist/work on all backends, as is seen in the test suite :)

@NickCrews
Copy link
Contributor Author

uuuughhhhhhh

@NickCrews NickCrews closed this Feb 13, 2024
@cpcloud
Copy link
Member

cpcloud commented Feb 13, 2024

Well, I think you could've left the DPipe in the base class, and left the others, but closing it is also fine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants