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 d8b2638 commit 63466b1Copy full SHA for 63466b1
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/FileTable.scala
@@ -84,7 +84,7 @@ abstract class FileTable(
84
def inferSchema(files: Seq[FileStatus]): Option[StructType]
85
86
/**
87
- * Returns whether this format supports the given [[DataType]] in write path.
+ * Returns whether this format supports the given [[DataType]] in read/write path.
88
* By default all data types are supported.
89
*/
90
def supportsDataType(dataType: DataType): Boolean = true
0 commit comments