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 8566580 commit 4b7cf40Copy full SHA for 4b7cf40
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -5949,7 +5949,7 @@ object SQLConf {
5949
.createWithDefault(2)
5950
}
5951
5952
- val HADOOP_LINE_RECORD_READER_ENABLED =
+ val HADOOP_LINE_RECORD_READER_ENABLED =
5953
buildConf("spark.sql.execution.datasources.hadoopLineRecordReader.enabled")
5954
.internal()
5955
.doc("Enable the imported Hadoop's LineRecordReader. This was imported and renamed to " +
0 commit comments