chaokunyang commented on code in PR #3151:
URL: https://github.com/apache/fory/pull/3151#discussion_r2692949679
##########
docs/specification/xlang_serialization_spec.md:
##########
@@ -76,7 +76,7 @@ This specification defines the Fory xlang binary format. The
format is dynamic r
- binary: an variable-length array of bytes.
- array: only allow 1d numeric components. Other arrays will be taken as List.
The implementation should support the
interoperability between array and list.
- - bool_array: one dimensional int16 array.
+ - bool_array: one dimensional int8 array.
Review Comment:
```suggestion
- bool_array: one dimensional bool array.
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]