You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per Substrait spec, the Read operator supports Properties field with a list of name/value pairs associated. I can't seem to be able to figure out a way to compile a table definition with WITH Statement. One concrete example below. Am I missing something or this can be a new feature request?
What is an Ibis equivalent implementation for this DDL that can generate to the expected Substrait plan:
You aren't missing anything, that just doesn't exist. There is Ibis DDL for creating a table with properties, but those calls are eager and are not part of the IR, so there's nothing to "translate" to substrait.
Adding deferred table creation statements to Ibis would be a long-term project.
I think the better move short-term is to edit the generated substrait plan with the watermark properties
What happened?
Per Substrait spec, the Read operator supports Properties field with a list of name/value pairs associated. I can't seem to be able to figure out a way to compile a table definition with WITH Statement. One concrete example below. Am I missing something or this can be a new feature request?
What is an Ibis equivalent implementation for this DDL that can generate to the expected Substrait plan:
Generated Substrait Plan
What version of ibis-substrait are you using?
v4.0.1
What substrait consumer(s) are you using, if any?
N/A
Relevant log output
No response
The text was updated successfully, but these errors were encountered: