Skip to content

Commit 214bd8b

Browse files
committed
fix
1 parent 43743b3 commit 214bd8b

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/FileTable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ abstract class FileTable(
6464
dataSchema.foreach { field =>
6565
if (!supportsDataType(field.dataType)) {
6666
throw new AnalysisException(
67-
s"$name data source does not support ${field.dataType.catalogString} data type.")
67+
s"$formatName data source does not support ${field.dataType.catalogString} data type.")
6868
}
6969
}
7070
val partitionSchema = fileIndex.partitionSchema

0 commit comments

Comments
 (0)