opencb/hpg-bigdata

Convert BAM to Parquet without going through Avro

Closed this issue · 0 comments

Currently, when converting a BAM file to Parquet, first, the BAM is converted to Avro and then, to Parquet (i.e.: BAM -> Avro -> Parquet). A more effective approach should be implemented to convert from BAM to Parquet without going through Avro.