Skip to content

Commit 7c8ee6d

Browse files
committed
Leave it for now
1 parent 35db95f commit 7c8ee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class DataFrameReader private[sql](sparkSession: SparkSession) extends Logging {
276276
}
277277

278278
/**
279-
* Loads JSON files (one object per line) and returns the result as a [[DataFrame]].
279+
* Loads a JSON file (one object per line) and returns the result as a [[DataFrame]].
280280
*
281281
* This function goes through the input once to determine the input schema. If you know the
282282
* schema in advance, use the version that specifies the schema to avoid the extra scan.

0 commit comments

Comments
 (0)