Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Jun 8, 2025

While testing with the Rust implementation, I found that primitive_null.value was also empty, but According to the spec, it should be a value_header of a single null byte

This PR changes primitive_null.value to be a single 0 byte. You can confirm it is so with the following command

$ xxd primitive_null.value
00000000: 00

cc @mapleFU

@mapleFU mapleFU merged commit 84d525a into apache:master Jun 9, 2025
@alamb
Copy link
Contributor Author

alamb commented Jun 9, 2025

Thank you @mapleFU 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potential issues with Null variant example

2 participants