LiangliangSui opened a new issue, #1607:
URL: https://github.com/apache/incubator-fury/issues/1607
## Is your feature request related to a problem? Please describe.
The current Fury implementation (Java/golang/javascript, etc.), the language
used for serialization will be added to the Fury Header(Contradicts the current
xlang_spec).
Fury Header looks like the following format.
```
| 2 bytes | 4 bits | 1 bit | 1 bit | 1 bit | 1 bit | 1 byte |
optional 4 bytes |
+--------------+---------------+-------+-------+--------+-------+----------+-------------------------------------+
| magic number | reserved bits | oob | xlang | endian | null | language |
unsigned int for meta start offset |
```
code show as below


## Describe the solution you'd like
Do we need to remove these redundant language identifiers?
## Additional context
<!-- Add any other context or screenshots about the feature request here. -->
--
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]