Skip to content

chore: [native_datafusion] replace #3311 references with specific issues in 3.5.8 diff#3761

Open
andygrove wants to merge 1 commit intoapache:mainfrom
andygrove:spark-sql-native-datafusion-3.5
Open

chore: [native_datafusion] replace #3311 references with specific issues in 3.5.8 diff#3761
andygrove wants to merge 1 commit intoapache:mainfrom
andygrove:spark-sql-native-datafusion-3.5

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Mar 22, 2026

Which issue does this PR close?

Part of #3321

Partial close of #3311 — replaces all references to #3311 in the 3.5.8 Spark SQL test diff with more specific issues.

Rationale for this change

Issue #3311 is a broad tracking issue covering multiple distinct problems. Replacing references with specific issues makes it easier to track and resolve individual problems, and will allow #3311 to be closed.

What changes are included in this PR?

Updates the 3.5.8 diff to replace IgnoreCometNativeDataFusion references from #3311 to:

How are these changes tested?

Diff applies cleanly to Spark v3.5.8. CI will validate via the Spark SQL test workflow.

… diff

- caseSensitive → apache#3760 (case-insensitive duplicate field detection)
- SPARK-34212 decimals, schema mismatch error message, SPARK-45604
  timestamp_ntz → apache#3720 (schema mismatch no error thrown)
@andygrove andygrove changed the title fix: replace #3311 references with specific issues in 3.5.8 diff chore: replace #3311 references with specific issues in 3.5.8 diff Mar 22, 2026
withTable("t") {
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala
index 8b4ac474f87..3f79f20822f 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the old diff did not list all files in correct alphabetical order. This just moved a section.

@andygrove andygrove changed the title chore: replace #3311 references with specific issues in 3.5.8 diff chore: [native_datafusion] replace #3311 references with specific issues in 3.5.8 diff Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant