jonahgao opened a new pull request, #6865: URL: https://github.com/apache/arrow-datafusion/pull/6865
# Which issue does this PR close? None # Rationale for this change In our system, we store metadata in both the `Field` and the `Schema`, such as the default values for columns and the primary keys for tables. But once those metadata are serialized, they are lost. I wonder if we can preserve those metadata in the proto. # What changes are included in this PR? Preserve metadata for `Field` and `Schema` in proto # Are these changes tested? Yes # Are there any user-facing changes? New message fields in proto -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
