This issue tracks the implementation of bytes type support in the TDL compiler.
Background
PR #252 has added bytes type support in the Python TDL implementation (spider-py). The TDL compiler needs to be updated to recognize and handle the bytes primitive type.
Tasks
Related
This issue tracks the implementation of
bytestype support in the TDL compiler.Background
PR #252 has added
bytestype support in the Python TDL implementation (spider-py). The TDL compiler needs to be updated to recognize and handle thebytesprimitive type.Tasks
bytesas a primitive typebytesbytestype in the compilerRelated
bytesas a native TDL type to improve byte array serde efficiency. #252