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 d6e9160 commit f1c951fCopy full SHA for f1c951f
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/HadoopFileLinesReader.scala
@@ -35,6 +35,9 @@ import org.apache.hadoop.mapreduce.task.TaskAttemptContextImpl
35
* @param lineSeparator A line separator that should be used for each line. If the value is `None`,
36
* it covers `\r`, `\r\n` and `\n`.
37
* @param conf Hadoop configuration
38
+ *
39
+ * @note The behavior when `lineSeparator` is `None` (covering `\r`, `\r\n` and `\n`) is defined
40
+ * by [[LineRecordReader]], not within Spark.
41
*/
42
class HadoopFileLinesReader(
43
file: PartitionedFile,
0 commit comments