Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[FEATURE REQUEST]: Expose metadata #589
Open
Labels
Comments
|
Thanks @thrixton brining this up. It is internal for now since it is not properly mapped to the |
|
Good to know @imback82. |
|
Let me keep this open so we can follow up on this feature. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more a question than a feature request.
When parsing JSON files, I need to sanitize the field names so
field with spacesbecomesfield_with_spaces.I want to preserve the original name as well, metadata about the column if you like :)
There is a metadata field on
StructField, but it is internal.Why is this internal, is it possible or desirable to expose it?