Skip to content

function module in python binding is broken in 6.0 #1328

@jimexist

Description

@jimexist

Describe the bug

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.

Additional context

related

  1. Rework the python bindings [WIP] #856
  2. Rework the python bindings using conversion traits from arrow-rs  #873

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions