in src/stage.rs [114:121]
fn fmt_as(&self, _t: DisplayFormatType, f: &mut Formatter) -> std::fmt::Result {
write!(
f,
"RayStageExec[{}] (output_partitioning={:?})",
self.stage_id,
self.properties().partitioning
)
}