pub trait SpillMetricsSink: Send + Sync { // Required method fn record_spill(&self, bytes: u64, files: u64); }