From 9be9483f45478af9c9f8b48b47ef01966dc17156 Mon Sep 17 00:00:00 2001 From: Matthew Turner Date: Thu, 12 Dec 2024 10:28:34 -0500 Subject: [PATCH] Update feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f053b3..e17e567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ url = "2.5.2" [features] default = ["functions-parquet"] deltalake = ["dep:deltalake"] -iceberg = ["dep:iceberg-datafusion"] +iceberg = ["dep:iceberg-datafusion", "dep:iceberg-catalog-rest"] flightsql = ["dep:arrow-flight", "dep:tonic"] experimental-flightsql-server = ["flightsql"] s3 = ["object_store/aws", "url"]