You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- LiteralFromJson accepts an integer JSON token for float/double defaults (Java writes a
float default as a bare integer), so Java-produced v3 metadata parses in C++.
- ValidateDefault rejects a non-null default on unknown/variant/geometry/geography fields
(the spec requires those to default to null).
- Tests: full TableMetadata-level v3 default round-trip; non-primitive + must-be-null
default rejection; SchemaField equality distinguishes default values; present-null
write-default dropped to absence; integer-encoded float default parses.
0 commit comments