We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cc2ca commit 483686dCopy full SHA for 483686d
1 file changed
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/FileScan.scala
@@ -86,7 +86,7 @@ trait FileScan extends Scan
86
87
override def equals(obj: Any): Boolean = obj match {
88
case f: FileScan =>
89
- fileIndex == f.fileIndex && readSchema == f.readSchema &&
+ fileIndex == f.fileIndex && readSchema == f.readSchema
90
ExpressionSet(partitionFilters) == ExpressionSet(f.partitionFilters) &&
91
ExpressionSet(dataFilters) == ExpressionSet(f.dataFilters)
92
0 commit comments