apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
323 stars 64 forks source link

Adjust visibility of crate private members & Functions #537

Closed jdye64 closed 7 months ago

jdye64 commented 7 months ago

There are several places in the codebase that maintain (crate) visibility. This is generally fine but since ADP is generally used by third party libraries that does not make much sense since this prevents those libraries from using those entities. This PR adjusts a few that I have stumbled across and that have been causing problems for dask-sql.