-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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 SpaceshipDescribe 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request