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

Crate for generating proto.rs from orc_proto.proto #3

Merged
merged 7 commits into from
Nov 3, 2023

Conversation

Jefffrey
Copy link
Collaborator

@Jefffrey Jefffrey commented Nov 3, 2023

No description provided.

Copy link

codecov bot commented Nov 3, 2023

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@WenyXu
Copy link
Collaborator

WenyXu commented Nov 3, 2023

How about generating the file in build.rs? Such as this example

@Jefffrey
Copy link
Collaborator Author

Jefffrey commented Nov 3, 2023

How about generating the file in build.rs? Such as this example

Yeah I did consider this initially, but I decided to follow the pattern set by arrow-flight as the proto file wouldn't often change

Copy link
Collaborator

@waynexia waynexia left a comment

Choose a reason for hiding this comment

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

Would it update the generated files automatically?

@Jefffrey
Copy link
Collaborator Author

Jefffrey commented Nov 3, 2023

Would it update the generated files automatically?

We'll need to run the regen.sh manually whenever we put in updated proto file

Probably wouldn't happen too often

@Jefffrey Jefffrey merged commit 47bb450 into main Nov 3, 2023
6 of 8 checks passed
@Jefffrey Jefffrey deleted the gen_proto_from_file branch November 3, 2023 11:25
@waynexia
Copy link
Collaborator

waynexia commented Nov 3, 2023

Okay.

I'm going to ignore the failed CI due most of changes are generated

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.

3 participants