Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Nov 30, 2024
1 parent 1c7323a commit 8108206
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ object CometScanExec extends DataTypeSupport {
}

def isFileFormatSupported(fileFormat: FileFormat): Boolean = {
// Only support Spark's built-in Parquet scans, not others such as Delta which use a subclass
// of ParquetFileFormat.
fileFormat.getClass().equals(classOf[ParquetFileFormat])
}
}

0 comments on commit 8108206

Please sign in to comment.