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?
DataWebEngine currently uses the TableProvider trait to integrate with DataFusion. This means only filters, projections, and limits can be pushed down to the Relay.
Is your feature request related to a problem or challenge?
DataWebEngine currently uses the TableProvider trait to integrate with DataFusion. This means only filters, projections, and limits can be pushed down to the Relay.
Describe the solution you'd like
Implement a federated table provider via integration with https://github.com/datafusion-contrib/datafusion-federation. This way, full subplans can be pushed down to the Relay.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: