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

    https://github.com/apache/spark/pull/11388#discussion_r54524553
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala ---
    @@ -1427,30 +1427,6 @@ class DataFrame private[sql](
       def transform[U](t: DataFrame => DataFrame): DataFrame = t(this)
     
       /**
    -   * Returns a new RDD by applying a function to all rows of this 
DataFrame.
    -   * @group rdd
    -   * @since 1.3.0
    -   */
    -  def map[R: ClassTag](f: Row => R): RDD[R] = rdd.map(f)
    --- End diff --
    
    Good question... Checked the Jenkins MiMA section of the build log of this 
PR, didn't see any lines related to DataFrame.


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