Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update FileFormat.scala
  • Loading branch information
AngersZhuuuu committed Jan 19, 2022
commit 5dc67416303c40ce70f55441c5d76dc7a4b0ffda
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ trait FileFormat {
def supportDataType(dataType: DataType): Boolean = true

/**
* Returns whether this format supports the given filed name in write path.
* Returns whether this format supports the given filed name in read/write path.
* By default all field name is supported.
*/
def supportFieldName(name: String): Boolean = true
Expand Down