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? Please describe what you are trying to do.
Currently, it is unwieldy to patch the datafusion dependency when developing as you need to manually patch all sub-crates as well as the core datafusion library.
Describe the solution you'd like
The datafusion library re-exports most of the sub crates already so changing the code to use these will allow for easier patching.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.