-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function
module in python binding is broken in 6.0
#1328
Comments
@jimexist this was intentional, see #1287 (comment). |
I don't have a strong opinion on this though, if you think there is a valid use-case for having the functions module, we can add it back. |
#1287 (comment) is the comment that made me change my mind on my original PR :) |
so you are saying that we should use: from datafusion.functions import functions as f instead of from datafusion import functions as f having two layers of |
ah I see now that I can do from datafusion.functions import md5 |
|
oh, i see what confused you. yeah, it would be better if |
Describe the bug
the
function
module in python binding is broken in 6.0To Reproduce
Expected behavior
expect the
function
module to be only one level belowDatafusion
.Additional context
related
The text was updated successfully, but these errors were encountered: