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

Spaceship operator (<=>) not supported #14098

Open
ion-elgreco opened this issue Jan 12, 2025 · 0 comments
Open

Spaceship operator (<=>) not supported #14098

ion-elgreco opened this issue Jan 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ion-elgreco
Copy link

ion-elgreco commented Jan 12, 2025

Is your feature request related to a problem or challenge?

I am trying to add support for Generated Columns in Delta-rs. For this to be functional, we need the spaceship operator to be implemented in datafusion SQL. Currently it's not supported as we can see here:

DeltaError: Generic DeltaTable error: This feature is not implemented: Unsupported SQL binary operator Spaceship

Describe the solution you'd like

Add support for parsing <=> if it exists in a sql statement.

Describe alternatives you've considered

No response

Additional context

No response

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

No branches or pull requests

1 participant