Uh oh!
There was an error while loading. Please reload this page.
Upgrade to DataFusion 53 - #1402
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
timsaucer
commented
Mar 2, 2026
Nice work! There's quite a bit to review, but I plan on getting to it soon. |
timsaucer
commented
Mar 2, 2026
Related: #1407 |
timsaucer
left a comment
There was a problem hiding this comment.
Thank you so much for putting this together, and especially with the detailed sources for the diffs!
| datetime(2020, 7, 1, tzinfo=DEFAULT_TZ), | ||
| ], | ||
| type=pa.timestamp("ns", tz=DEFAULT_TZ), | ||
| type=pa.timestamp("us", tz=DEFAULT_TZ), |
There was a problem hiding this comment.
Ok, I think this is from apache/datafusion#19640 where it is now passing through the original data type from the input instead of changing it to nanoseconds. I think this is appropriate.
Which issue does this PR close?
N/A.
Rationale for this change
Keep in sync with the next major version of DataFusion.
What changes are included in this PR?
This PR is quite large, but most changes are related to the new version of PyO3.
datafusion,pyo3, andarrow(migrated the respective code as well).DataFusion 53.0.0section in the upgrade guide (sincePyCapsuleMethods::referenceis now deprecated).Are there any user-facing changes?
Yes, the behavior has changed in a few tests (the review comments below contain more info).