Github user henryr commented on a diff in the pull request:
https://github.com/apache/spark/pull/21482#discussion_r193898812
--- Diff: R/pkg/NAMESPACE ---
@@ -281,6 +281,8 @@ exportMethods("%<=>%",
"initcap",
"input_file_name",
"instr",
+ "isInf",
+ "isinf",
--- End diff --
Do you know if there's any consistency behind the different capitalization
schemes? There's `format_number`, `isnan` and `isNotNull` here, for example.
If not, how about we just go with `isInf` for now and if other aliases are
needed in the future they can be added and discussed then?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]