pub fn write_empty_files(
output_path: &Path,
sidecar_path: Option<&Path>,
) -> Result<()>Expand description
Create both files empty (touch-equivalent), preserving directory creation semantics for callers that want a “no rows produced” outcome to still emit well-formed (empty) JSONL files.