We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the dataset schema has field metadata and we serialize/deserialize it as a JSON schema, we lose the field metadata. https://github.com/lancedb/lance/blob/main/rust/lance/src/arrow/json.rs
The text was updated successfully, but these errors were encountered:
fix: json schema serializes field metadata (#3379)
4d77d7b
fixes: #3378 --------- Co-authored-by: Weston Pace <[email protected]>
albertlockett
Successfully merging a pull request may close this issue.
When the dataset schema has field metadata and we serialize/deserialize it as a JSON schema, we lose the field metadata.
https://github.com/lancedb/lance/blob/main/rust/lance/src/arrow/json.rs
The text was updated successfully, but these errors were encountered: