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 2021/05/02 10:59:21 UTC

[GitHub] [arrow-rs] eyalsatori opened a new issue #247: Fail to build arrow

eyalsatori opened a new issue #247:
URL: https://github.com/apache/arrow-rs/issues/247


   The issue caused by [api change in flatbuffer crate](https://github.com/google/flatbuffers/issues/6608#issuecomment-830785530) . 
   
   I saw that  the [flatbuffer version already pinned in the master](https://github.com/apache/arrow-rs/commit/d008f31b107c1030a1f5144c164e8ca8bf543576),  But it's look like no version with the fix was  publish to crates.io . 
   
   could you publish a new version with the pinned flatbuffer, or at least supply some workaround to compile my app ? 
   (I can use the `[patch.crates-io]` but I don't fill comfortable that every build of my app will compile with master HEAD  )
   


-- 
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.

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



[GitHub] [arrow-rs] alamb commented on issue #247: Fail to build arrow

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #247:
URL: https://github.com/apache/arrow-rs/issues/247#issuecomment-864533523


   I think we are now publishing versions of arrow with these fixes more regularly so closing this ticket. Please reopen if you think there is still work to be done


-- 
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.

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



[GitHub] [arrow-rs] alamb closed issue #247: Fail to build arrow

Posted by GitBox <gi...@apache.org>.
alamb closed issue #247:
URL: https://github.com/apache/arrow-rs/issues/247


   


-- 
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.

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



[GitHub] [arrow-rs] Max-Meldrum commented on issue #247: Fail to build arrow

Posted by GitBox <gi...@apache.org>.
Max-Meldrum commented on issue #247:
URL: https://github.com/apache/arrow-rs/issues/247#issuecomment-830796747


   You could use ``cargo update -p flatbuffers:0.8.6 --precise 0.8.4`` to downgrade the version in your Cargo.lock. However, not sure how good this solution is in the long run ^^


-- 
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.

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