GitHub user feynmanliang opened a pull request: https://github.com/apache/spark/pull/8406
[SQL][MINOR][Doc] Clarify docs for inferring DataFrame from RDD of Products * Makes `SQLImplicits.rddToDataFrameHolder` scaladoc consistent with `SQLContext.createDataFrame[A <: Product](rdd: RDD[A])` since the former is essentially a wrapper for the latter * Clarifies `createDataFrame[A <: Product]` scaladoc to apply for any `RDD[Product]`, not just case classes You can merge this pull request into a Git repository by running: $ git pull https://github.com/feynmanliang/spark sql-doc-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/8406.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8406 ---- commit 24d166b5f732987cdd7c48c655d9b6f28d00c9a7 Author: Feynman Liang <fli...@databricks.com> Date: 2015-08-25T00:33:31Z Documentation consistency fix ---- --- 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