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
Is your feature request related to a problem or challenge?
I'm working on Spark -> Substrait -> DataFusion conversion, and as part of it we sometimes, especially during testing,use Substrait's VirtualTables (ie tables with data built-in rather than read from a source).
Currently however reading those VirtualTables into DataFusion fails with NotImplemented("Only NamedTable reads are supported")
I'm working on a PR to add the support.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
I'm working on Spark -> Substrait -> DataFusion conversion, and as part of it we sometimes, especially during testing,use Substrait's VirtualTables (ie tables with data built-in rather than read from a source).
Currently however reading those VirtualTables into DataFusion fails with
NotImplemented("Only NamedTable reads are supported")
I'm working on a PR to add the support.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: