fn resolve_state_path(
override_path: Option<&Path>,
snapshot_id: &str,
target_addr: &str,
catalog: &str,
schemas: &[String],
) -> Result<PathBuf>Expand description
Resolves the import resume state file path. When override_path is set it is
used verbatim; otherwise the stable default under ~/.greptime/import_state
is derived from the import identity.