We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35db95f commit 7c8ee6dCopy full SHA for 7c8ee6d
sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala
@@ -276,7 +276,7 @@ class DataFrameReader private[sql](sparkSession: SparkSession) extends Logging {
276
}
277
278
/**
279
- * Loads JSON files (one object per line) and returns the result as a [[DataFrame]].
+ * Loads a JSON file (one object per line) and returns the result as a [[DataFrame]].
280
*
281
* This function goes through the input once to determine the input schema. If you know the
282
* schema in advance, use the version that specifies the schema to avoid the extra scan.
0 commit comments