Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21482#discussion_r192574389
--- Diff: R/pkg/NAMESPACE ---
@@ -281,6 +281,8 @@ exportMethods("%<=>%",
"initcap",
"input_file_name",
"instr",
+ "isInf",
+ "isinf",
--- End diff --
Yeah, I think we should not have both `isInf` and `isinf`. Since we have
`isNaN`, `isNull`..., maybe `isInf` is more consistent.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]