Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patched DataFusion version 45.0.0 #54

Draft
wants to merge 6 commits into
base: base-df-upgrade-ver45
Choose a base branch
from

Conversation

wiedld
Copy link
Collaborator

@wiedld wiedld commented Jan 28, 2025

Follow on to

This brings us up to the version45 release, this commit here and this apache branch.

Patches added:

I have both the SanityCheck plan patch (to turn it off for UNION children), and the revert of this patch, in the same branch. Therefore I can test iox against both.

commit 6405b3574545401cc1a6f2e3edf6dcdb34a278b7
Author: wiedld <[email protected]>
Date:   Mon Feb 3 11:29:32 2025 -0800

    fix: clippy warnings

commit 80f085fb02d296751b9d9b954bccdf70e3ef8c2b
Author: Andrew Lamb <[email protected]>
Date:   Mon Feb 3 14:38:52 2025 -0500

    chore: skip order calculation / exponential planning

commit 9cc3c1f0aa0db48153de127b878db64f80ef10e3
Author: wiedld <[email protected]>
Date:   Mon Jan 27 16:10:38 2025 -0800

    chore: fmt fix

commit 79dbaea807cc9f1996a781ae75cbed200949587d
Author: Andrew Lamb <[email protected]>
Date:   Tue Jul 16 12:14:19 2024 -0400

    Test + workaround for SanityCheck plan

commit 47528dd99f1f8bae46e36f76d1907a283d535008
Author: wiedld <[email protected]>
Date:   Tue Oct 15 12:51:48 2024 -0700

    chore: default=true for skip_physical_aggregate_schema_check, and add warn logging

commit ff3bc54d42724ac296a3ebda1b0700a8f9820bc6
Author: wiedld <[email protected]>
Date:   Fri Oct 11 12:31:34 2024 -0700

    fix: handle when the left side of the union has no fields (e.g. an empty projection)

commit 26058ac024095ad8852eb3a8ab707ac09a02e8d7 (influx_origin/base-df-upgrade-ver45, apache/branch-45, branch-45, base-df-upgrade-ver45)
Author: Andrew Lamb <[email protected]>
Date:   Mon Feb 3 16:26:35 2025 -0500

    Update changelog (#14460)

Patches due to tech debt (all slated as lower priority, and are lingering):

Patches due to upstream bugs:

Other commits on this branch:

Made a quick attempt to see if we could remove the SanityCheck patch.

  1. reverted the patch => got a sqllogictest failure.
  2. added back the patch => all tests pass.
  3. 7819ce6 to fix wasmbuild

@wiedld wiedld force-pushed the iox-13280/upgrade-df-ver45 branch from 1353531 to 6405b35 Compare February 4, 2025 16:21
@alamb alamb mentioned this pull request Feb 5, 2025
@alamb alamb changed the title Upgrade to patched datafusion version 45.0.0 Patched DataFusion version 45.0.0 Feb 5, 2025
@alamb alamb force-pushed the iox-13280/upgrade-df-ver45 branch from b1c4a07 to c915be1 Compare February 5, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants