Feature Request: Introduction of TupleCodec for Heterogeneous List Storage
TT432 opened this issue · 0 comments
Current Situation:
The project currently utilizes RecordCodecBuilder
for the storage of Map Entries which supports heterogeneous data types. However, there seems to be a gap when it comes to storing elements of Lists in a similar heterogeneous manner.
Proposed Feature:
I have developed a feature named TupleCodec
aimed at addressing this gap. The TupleCodec is designed to facilitate the storage of heterogeneous list elements.
Inquiry:
Is there an interest in integrating such a feature into the project? I believe TupleCodec
could significantly enhance the project's data handling capabilities, especially for complex data structures involving lists of mixed data types. If the project community is open to this addition, I am willing to contribute by opening a pull request.
I look forward to hearing your thoughts on this proposal.