Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17818#discussion_r114246336
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -3890,3 +3890,23 @@ setMethod("not",
                 jc <- callJStatic("org.apache.spark.sql.functions", "not", 
x@jc)
                 column(jc)
               })
    +
    +#' input_file_name
    +#'
    +#' Creates a string column for the file name of the current Spark task.
    --- End diff --
    
    I actually find this description in Scala API quite a bit confusing - what 
is "Spark task" and how it has "file name"?


---
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]

Reply via email to