You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/18 20:32:52 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #2269: (NOT FOR MERGING) Patch datafusion to use preview of arrow-rs

alamb opened a new pull request, #2269:
URL: https://github.com/apache/arrow-datafusion/pull/2269

   This PR is assist @WinkerDu in https://github.com/apache/arrow-datafusion/issues/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 https://github.com/apache/arrow-rs/pull/1572 
   
   The branch is https://github.com/alamb/arrow-rs/tree/alamb/test_null_cast
   
   I created it by cherry-picking https://github.com/apache/arrow-rs/commit/8bed7ea9d7c7f16cf9987a7150b4b4ec614ae723 to a branch based on 11.1.0 tag:
   
   
   ```shell
   git checkout 11.1.0
   git checkout -b alamb/test_null_cast
   git cherry-pick 8bed7ea 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] WinkerDu commented on pull request #2269: (NOT FOR MERGING) Patch datafusion to use preview of arrow-rs

Posted by GitBox <gi...@apache.org>.
WinkerDu commented on PR #2269:
URL: https://github.com/apache/arrow-datafusion/pull/2269#issuecomment-1105654226

   Thank you @alamb for the assist! ❤️ 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] WinkerDu commented on pull request #2269: (NOT FOR MERGING) Patch datafusion to use preview of arrow-rs

Posted by GitBox <gi...@apache.org>.
WinkerDu commented on PR #2269:
URL: https://github.com/apache/arrow-datafusion/pull/2269#issuecomment-1111760739

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed pull request #2269: (NOT FOR MERGING) Patch datafusion to use preview of arrow-rs

Posted by GitBox <gi...@apache.org>.
alamb closed pull request #2269: (NOT FOR MERGING) Patch datafusion to use preview of arrow-rs
URL: https://github.com/apache/arrow-datafusion/pull/2269


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on pull request #2269: (NOT FOR MERGING) Patch datafusion to use preview of arrow-rs

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #2269:
URL: https://github.com/apache/arrow-datafusion/pull/2269#issuecomment-1112545691

   Thanks @WinkerDu 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org