fix compile on non ee

This commit is contained in:
Ruben Fiszel
2024-03-20 15:09:28 +01:00
parent 184eb1477e
commit 7dafa3d62a
6 changed files with 39 additions and 7 deletions

View File

@@ -791,6 +791,7 @@ pub async fn handle_python_reqs(
}
}
#[cfg(all(feature = "enterprise", feature = "parquet"))]
enum PullFromTar {
Pulled(String),
NotPulled(String, String),