Open
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We still have a few classes that do not yet have wrapper functions. Namely datafusion.object_store
and datafusion.common
. Additionally in datafusion.substrait
we reference LogicalPlan
that is not exposed.
Also worth doing is reviewing the excellent PR #751 to see how it now fits in with the updated python wrappers.
Describe the solution you'd like
Add missing wrappers and validate namespace corrections
Describe alternatives you've considered
None
Additional context
This is follow on work to #750