hulunbier opened a new pull request #260: URL: https://github.com/apache/arrow-rs/pull/260
Hope this fixes issue #241 # Which issue does this PR close? Closes #241 # Rationale for this change De-serializing schema with empty metadata gives us a "missing field metadata..." error, as stated in #241. returns an empty HashMap may be a better choice. # What changes are included in this PR? Annotates field `Schema::metadata` with `#[serde(default)]`, which will give us a empty HashMap if metadata is empty. # Are there any user-facing changes? none. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
