-
Notifications
You must be signed in to change notification settings - Fork 0
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, Oct 15, 2024 #47
Conversation
…ata from both to each other
…smatch in aggregates
…an (#44) (apache#12979) * Don't preserve functional dependency when generating UNION logical plan * Remove extra lines
…pache#12562)" This reverts commit 577e4bb.
…on-view Utf8s, and test does pass (due to coercion?)
@alamb -- I had to add a single additional patch commit, due to an upstream commit from oct-8. The test case correctly shows that Steps I took to debug:
So this branch now passes all DF tests, but I'm still unsure how DF main is ok with this test. (This was also called out in the PR itself.) 🤔 |
Thank you for this list
I believe this was fixed in a newer version of arrow-rs that was released after that DataFusion commit Since IOx is now running a newer arrow in my mind that explains the test difference |
BTW I have added a discussion item for our next meeting about these patches (aka how should we be thinking about them upstream) |
We are now on Oct-30th. Closing this PR. |
This takes us up to Oct-15 SHA 399e840.
It advances DF by adding these oct-7 to oct-15 commits: 577e4bb...influxdata:arrow-datafusion:399e8403d2fb5a058fb263bc2449dbc9d7529841
Patches applied
We are still manually patching upstream commits, for these fixes:
now()
apache/datafusion#12951SanityCheckPlan
Patches still not fixed: