Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/17818#discussion_r114364879
--- Diff: R/pkg/R/functions.R ---
@@ -3974,3 +3974,23 @@ setMethod("grouping_id",
jc <- callJStatic("org.apache.spark.sql.functions",
"grouping_id", jcols)
column(jc)
})
+
+#' input_file_name
+#'
+#' Creates a string column for the file name of the current Spark task.
+#'
+#' @rdname input_file_name
+#' @name input_file_name
+#' @aliases input_file_name,missing-method
--- End diff --
actually, could you add `@family normal_funcs` here? I missed this earlier
and in the other PR.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]