apache / datafusion-python

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

feat: add python bindings for ends_with function #693

Closed richtia closed 1 month ago

richtia commented 1 month ago

Which issue does this PR close?

ends_with function is missing from datafusion_python

andygrove commented 1 month ago

@richtia It looks like ends_with is not available in DataFusion 37.x.x, so you will probably need to wait until https://github.com/apache/datafusion-python/pull/691 is merged

richtia commented 1 month ago

Looks like I accidentally deleted a line i changed on my rebase. added back the wrap pyfunction.

richtia commented 1 month ago

LGTM. Thanks @richtia. There is a merge conflict that needs fixing though.

Just rebased