fallintoplace commented on PR #985:
URL: https://github.com/apache/arrow-go/pull/985#issuecomment-5060914020
I checked the Variant specification. Object field names are strings, and the
only field-name restriction is uniqueness; dictionary strings must be UTF-8,
but there is no non-empty requirement. An empty string is also a valid JSON
object key, for example {"": null}.
Parquet Java’s metadata and object builders accept empty keys as well, so
rejecting them here would make Go reject data produced by another conforming
implementation.
--
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]