Skip to content

Commit

Permalink
Missed one Javadoc parameter reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Howell committed Feb 17, 2017
1 parent 58118f2 commit b801ab0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -153,8 +153,6 @@ final class DataStreamReader private[sql](sparkSession: SparkSession) extends Lo
* <ul>
* <li>`maxFilesPerTrigger` (default: no max limit): sets the maximum number of new files to be
* considered in every trigger.</li>
* <li>`wholeFile` (default `false`): parse one record, which may span multiple lines,
* per file</li>
* <li>`primitivesAsString` (default `false`): infers all primitive values as a string type</li>
* <li>`prefersDecimal` (default `false`): infers all floating-point values as a decimal
* type. If the values do not fit in decimal, then it infers them as doubles.</li>
Expand Down Expand Up @@ -187,6 +185,8 @@ final class DataStreamReader private[sql](sparkSession: SparkSession) extends Lo
* `java.text.SimpleDateFormat`. This applies to timestamp type.</li>
* <li>`timeZone` (default session local timezone): sets the string that indicates a timezone
* to be used to parse timestamps.</li>
* <li>`wholeFile` (default `false`): parse one record, which may span multiple lines,
* per file</li>
* </ul>
*
* @since 2.0.0
Expand Down

0 comments on commit b801ab0

Please sign in to comment.