Skip to content

Commit 63466b1

Browse files
committed
revise
1 parent d8b2638 commit 63466b1

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
@@ -84,7 +84,7 @@ abstract class FileTable(
8484
def inferSchema(files: Seq[FileStatus]): Option[StructType]
8585

8686
/**
87-
* Returns whether this format supports the given [[DataType]] in write path.
87+
* Returns whether this format supports the given [[DataType]] in read/write path.
8888
* By default all data types are supported.
8989
*/
9090
def supportsDataType(dataType: DataType): Boolean = true

0 commit comments

Comments
 (0)