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
the function module in python binding is broken in 6.0
To Reproduce
In [1]: import datafusion
f
In [2]: from datafusion import functions
In [3]: dir(functions)
Out[3]:
['__builtins__',
'__cached__',
'__doc__',
'__file__',
'__getattr__',
'__loader__',
'__name__',
'__package__',
'__spec__',
'functions']
Expected behavior
expect the function module to be only one level below Datafusion.