archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Add support for using parquet files #208

Closed jacomago closed 5 months ago

jacomago commented 5 months ago

Adds support in the plainstorage plugin for storing pb messages in parquet files.

This is unnecessary when PR apache/parquet-mr#1136 is in the parquet release.

removes need for single forks tests tag Removes need for slow tests tag

Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb