Skip to content

Commit 4b7cf40

Browse files
committed
indent
1 parent 8566580 commit 4b7cf40

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5949,7 +5949,7 @@ object SQLConf {
59495949
.createWithDefault(2)
59505950
}
59515951

5952-
val HADOOP_LINE_RECORD_READER_ENABLED =
5952+
val HADOOP_LINE_RECORD_READER_ENABLED =
59535953
buildConf("spark.sql.execution.datasources.hadoopLineRecordReader.enabled")
59545954
.internal()
59555955
.doc("Enable the imported Hadoop's LineRecordReader. This was imported and renamed to " +

0 commit comments

Comments
 (0)