Skip to content

Conversation

@comphead
Copy link
Contributor

  • DataFusion 52 migration

Which issue does this PR close?

Closes #3046 .

This PR is on shared branch and replaces #3052

Rationale for this change

What changes are included in this PR?

How are these changes tested?

* DataFusion 52 migration
@comphead
Copy link
Contributor Author

@andygrove @mbutrovich cc

@comphead comphead changed the title DataFusion 52 migration chore: DataFusion 52 migration Feb 10, 2026
andygrove and others added 2 commits February 10, 2026 12:21
…3471)

DataFusion 52's arrow-arith kernels only support Date32 +/- Interval
types, not raw integers. When Spark sends Date32 + Int8/Int16/Int32
arithmetic, the planner now routes these operations to the Spark
date_add/date_sub UDFs which handle integer types directly.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@comphead
Copy link
Contributor Author

Some array functions tests fails on Cause: org.apache.comet.CometNativeException: index out of bounds: the len is 3 but the index is 3. The possible related issue #3338

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.

DataFusion 52 migration

2 participants