apache / datafusion-python

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

Add isnan scalar function #471

Closed viirya closed 10 months ago

viirya commented 10 months ago

Which issue does this PR close?

Closes #.

Rationale for this change

Adding isnan scalar function which exists in Rust library.

What changes are included in this PR?

Are there any user-facing changes?

viirya commented 10 months ago

CI seems broken: https://github.com/apache/arrow-datafusion-python/issues/472

viirya commented 10 months ago

CI should be fixed by https://github.com/apache/arrow-datafusion-python/pull/474

viirya commented 10 months ago

Ah, this repos still uses 29.0.0.

Changed to draft until this upgrades to latest DataFusion.

viirya commented 10 months ago

Close this as there is first time contributor's work #495. This is good first issue so it should be better to let new contributor work on this.