Skip to content

Commit 3fa7236

Browse files
committed
Remove unintended changes
1 parent 4e09411 commit 3fa7236

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVFileFormat.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ class CSVFileFormat extends TextBasedFileFormat with DataSourceRegister {
163163
}
164164

165165
}
166+

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/text/TextFileFormat.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ class TextFileFormat extends TextBasedFileFormat with DataSourceRegister {
140140
override def supportDataType(dataType: DataType): Boolean =
141141
dataType == StringType
142142
}
143+

0 commit comments

Comments
 (0)