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

Feat(executor): add support for TRIM, fix TRIM CSV-style parsing order #2342

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

georgesittas
Copy link
Collaborator

@georgesittas georgesittas commented Sep 28, 2023

Closes #2341

It seems like we weren't parsing the arguments in the correct order for Snowflake and BigQuery, because the CSV parsing was taking into account only Spark's syntax which expects the trim pattern first and then the actual value.

References:

@tobymao tobymao merged commit e2c8366 into main Sep 28, 2023
@tobymao tobymao deleted the jo/trim_fixes branch September 28, 2023 19:19
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.

Support for GCP BigQuery's TRIM native function.
2 participants