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

ARROW-7003: [Rust] Generate flatbuffers files in docker build image #5738

Closed
wants to merge 5 commits into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Oct 27, 2019

This PR updates the build docker image to generate IPC source based on the flatbuffer specification.

Note that the generated files are currently not used in the build (the generated files have a _generated.rs suffix so don't overwrite the checked in versions of the files).

We cannot fully automate this until google/flatbuffers#5589 is resolved, or we figure out a workaround, but I suggest we merge this current PR since it lays the groundwork.

@github-actions
Copy link

@andygrove
Copy link
Member Author

Travis CI failure unrelated to this PR

Copy link
Contributor

@paddyhoran paddyhoran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @andygrove

Copy link
Contributor

@nevi-me nevi-me left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Andy. I've lately been getting errors when trying to merge PRs, I'll look into it when I have enough time.

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