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 43743b3 commit 214bd8bCopy full SHA for 214bd8b
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/FileTable.scala
@@ -64,7 +64,7 @@ abstract class FileTable(
64
dataSchema.foreach { field =>
65
if (!supportsDataType(field.dataType)) {
66
throw new AnalysisException(
67
- s"$name data source does not support ${field.dataType.catalogString} data type.")
+ s"$formatName data source does not support ${field.dataType.catalogString} data type.")
68
}
69
70
val partitionSchema = fileIndex.partitionSchema
0 commit comments