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
currently the spark_connect function is exported directly from our "private" daft.daft module. This should instead be reexported through a dedicated module.
Describe the solution you'd like
instead of
fromdaft.daftimportspark_connect
we should instead do something like this:
fromdaft.sparkimportspark_connect
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
currently the
spark_connect
function is exported directly from our "private"daft.daft
module. This should instead be reexported through a dedicated module.Describe the solution you'd like
instead of
we should instead do something like this:
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: