fn merge_and_compact( continue_on_error: bool, store_config: &ChunkStoreConfig, path_to_input_rrds: &[String], path_to_output_rrd: Option<&String>, ) -> Result<()>