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

(NOT FOR MERGING) Patch datafusion to use preview of arrow-rs #2269

Closed
wants to merge 1 commit into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Apr 18, 2022

This PR is assist @WinkerDu in #1184

Specifically, it patches datafusion to use a version of arrow-rs that is the same as 11.1.0 but contains the code in apache/arrow-rs#1572

The branch is https://github.com/alamb/arrow-rs/tree/alamb/test_null_cast

I created it by cherry-picking apache/arrow-rs@8bed7ea to a branch based on 11.1.0 tag:

git checkout 11.1.0
git checkout -b alamb/test_null_cast
git cherry-pick 8bed7ea 

@alamb alamb marked this pull request as draft April 18, 2022 20:33
@WinkerDu
Copy link
Contributor

Thank you @alamb for the assist! ❤️

@WinkerDu
Copy link
Contributor

@alamb Maybe this pr can be closed, I make my own branch as mentioned in #2364

@alamb
Copy link
Contributor Author

alamb commented Apr 28, 2022

Thanks @WinkerDu

@alamb alamb closed this Apr 28, 2022
@alamb alamb deleted the alamb/preview_null_cast branch August 8, 2023 20:12
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.

2 participants