Skip to content

Commit b39e614

Browse files
andygroveclaude
andcommitted
fix: regenerate 3.5.8.diff from clean Spark checkout
Regenerated from a fresh Spark v3.5.8 clone with only the ParquetFileMetadataStructRowIndexSuite ignore annotations (#3317). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 15b0eb5 commit b39e614

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dev/diffs/3.5.8.diff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@ index c10e1799702..ba6629abfd9 100644
20722072
@@ -16,7 +16,7 @@
20732073
*/
20742074
package org.apache.spark.sql.execution.datasources.parquet
2075-
2075+
20762076
-import org.apache.spark.sql.{AnalysisException, DataFrame, QueryTest}
20772077
+import org.apache.spark.sql.{AnalysisException, DataFrame, IgnoreCometNativeDataFusion, QueryTest}
20782078
import org.apache.spark.sql.execution.datasources.FileFormat
@@ -2081,7 +2081,7 @@ index c10e1799702..ba6629abfd9 100644
20812081
@@ -154,7 +154,8 @@ class ParquetFileMetadataStructRowIndexSuite extends QueryTest with SharedSparkS
20822082
}
20832083
}
2084-
2084+
20852085
- test(s"reading ${ROW_INDEX_TEMPORARY_COLUMN_NAME} - not present in a table") {
20862086
+ test(s"reading ${ROW_INDEX_TEMPORARY_COLUMN_NAME} - not present in a table",
20872087
+ IgnoreCometNativeDataFusion("https://github.com/apache/datafusion-comet/issues/3317")) {
@@ -2091,7 +2091,7 @@ index c10e1799702..ba6629abfd9 100644
20912091
@@ -172,7 +173,8 @@ class ParquetFileMetadataStructRowIndexSuite extends QueryTest with SharedSparkS
20922092
}
20932093
}
2094-
2094+
20952095
- test(s"reading ${ROW_INDEX_TEMPORARY_COLUMN_NAME} - present in a table") {
20962096
+ test(s"reading ${ROW_INDEX_TEMPORARY_COLUMN_NAME} - present in a table",
20972097
+ IgnoreCometNativeDataFusion("https://github.com/apache/datafusion-comet/issues/3317")) {
@@ -2101,7 +2101,7 @@ index c10e1799702..ba6629abfd9 100644
21012101
@@ -189,7 +191,8 @@ class ParquetFileMetadataStructRowIndexSuite extends QueryTest with SharedSparkS
21022102
}
21032103
}
2104-
2104+
21052105
- test(s"reading ${ROW_INDEX_TEMPORARY_COLUMN_NAME} - as partition col") {
21062106
+ test(s"reading ${ROW_INDEX_TEMPORARY_COLUMN_NAME} - as partition col",
21072107
+ IgnoreCometNativeDataFusion("https://github.com/apache/datafusion-comet/issues/3317")) {

0 commit comments

Comments
 (0)