-
Notifications
You must be signed in to change notification settings - Fork 3
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
Store package names in arrow metadata #122
Conversation
good call @kleinschmidt, I've switched this to use the schema-version instead of the schema name (defined in the |
@ericphanson you probably also want to include the version of the package as well since older or newer versions may be incompatible. |
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor code suggestions. Please bump the version to 0.5.22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly agree with @omus review and have left comments where I don't. needs a version bump.
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
sorry for the delay, I think I've addressed all the review feedback. I'll plan to merge in a day or two if there's no more review changes. |
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
for more informative unknown schema errors
closes #46
Here I chose to only store this information when the schema was defined in a package (rather than in Main or in a script or something), since it's only in that case we can reliably make a suggestion to load that package.