Github user NihalHarish commented on a diff in the pull request:
https://github.com/apache/spark/pull/21482#discussion_r194827936
--- Diff: python/pyspark/sql/functions.py ---
@@ -468,6 +468,18 @@ def input_file_name():
return Column(sc._jvm.functions.input_file_name())
+@since(2.4)
+def isinf(col):
--- End diff --
Do you want me to add the function to column.py?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]