-
Notifications
You must be signed in to change notification settings - Fork 0
feat: unify common traits #78
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededrustPull requests that update Rust codePull requests that update Rust code
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededrustPull requests that update Rust codePull requests that update Rust code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Now that we have core functionality implemented for flf to parquet and are looking at supporting other sources and targets, we need to define the traits of e.g.
Builder,ConverterWriter,Slicer,Schemaetc.What needs to be done?:
Buildertrait needs to be defined.Convertertrait needs to be defined.evolution-parsermodule needs rewrite to support parsing and trimming data other than flf.Schematrait needs to be defined.Slicertrait needs to be defined.Csvtarget to theevolution-targetsmodule.Writertrait and verify that its definition makes sense.