Github user sun-rui commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8984#discussion_r44093762
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -1914,3 +1914,43 @@ setMethod("attach",
                 }
                 attach(newEnv, pos = pos, name = name, warn.conflicts = 
warn.conflicts)
               })
    +
    +#' Returns the column types of a DataFrame.
    +#' 
    +#' @name coltypes
    +#' @title Get column types of a DataFrame
    +#' @param x (DataFrame)
    --- End diff --
    
    Could you update the style of  function description to be more consistent 
with other existing ones?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to