use TempDir;
/// Creates a temporary directory path suitable for use as a warehouse location.
///
/// On Windows, this returns a `file://` URL to avoid the drive letter being
/// interpreted as a URL scheme by iceberg's file I/O layer.
///
/// # Panics
///
/// Panics if the system's temporary directory cannot be created or contains
/// non-UTF-8 characters. This is called at startup and test time only.