Currently the table schema is not stored to data files when they are persisted. The data is just written using serialization from rkyv.
However, for the CLI tool that allows reading of the data files it is necessary to be able to read the data without prior knowledge of the schema. It is necessary to to add representation of the schema to SpaceInfo.
Currently the table schema is not stored to data files when they are persisted. The data is just written using serialization from
rkyv.However, for the CLI tool that allows reading of the data files it is necessary to be able to read the data without prior knowledge of the schema. It is necessary to to add representation of the schema to
SpaceInfo.