You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: