Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-17883

Possible typo in comments of Row.scala

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.0.2, 2.1.0
    • SQL
    • None

    Description

      The description of the private method

      private def getAnyValAs[T <: AnyVal](i: Int): T

      says "Returns the value of a given fieldName." on
      https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/Row.scala#L465

      It should be "Returns the value at position i." instead.

      Attachments

        Issue Links

          Activity

            People

              weiluo_ren123 Weiluo Ren
              weiluo_ren123 Weiluo Ren
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: