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

Enable datafusion-substrait protoc feature, to remove compile-time dependency on protoc #312

Merged
merged 14 commits into from
Apr 3, 2023

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@andygrove andygrove marked this pull request as ready for review April 3, 2023 15:47
@andygrove andygrove marked this pull request as draft April 3, 2023 16:46
@andygrove andygrove marked this pull request as ready for review April 3, 2023 16:46
Cargo.toml Outdated
datafusion-expr = { git = "https://github.com/andygrove/arrow-datafusion.git", branch = "substrait-protoc" }
datafusion-optimizer = { git = "https://github.com/andygrove/arrow-datafusion.git", branch = "substrait-protoc" }
datafusion-sql = { git = "https://github.com/andygrove/arrow-datafusion.git", branch = "substrait-protoc" }
datafusion-substrait = { git = "https://github.com/andygrove/arrow-datafusion.git", branch = "substrait-protoc", features = ["protoc"] }
Copy link
Member Author

Choose a reason for hiding this comment

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

The main change is enabling the protoc feature here

@andygrove andygrove changed the title Try fix ci Enabke datafusion-substrait protoc feature, to remove compile-time dependency on protoc Apr 3, 2023
@andygrove andygrove changed the title Enabke datafusion-substrait protoc feature, to remove compile-time dependency on protoc Enable datafusion-substrait protoc feature, to remove compile-time dependency on protoc Apr 3, 2023
@andygrove andygrove merged commit 5eb0161 into apache:main Apr 3, 2023
@andygrove andygrove deleted the try-fix-ci branch April 3, 2023 18:42
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.

1 participant