From 6db4f1b8b8217daa2e1d8e6e8775d75b0f3aed4a Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 9 Apr 2025 14:15:58 -0400 Subject: [PATCH] doc: Clarify unsupported --- crates/iceberg/src/transaction/append.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/iceberg/src/transaction/append.rs b/crates/iceberg/src/transaction/append.rs index a4e7695ce..8c7b36358 100644 --- a/crates/iceberg/src/transaction/append.rs +++ b/crates/iceberg/src/transaction/append.rs @@ -73,6 +73,11 @@ impl<'a> FastAppendAction<'a> { } /// Adds existing parquet files + /// + /// Note: This API is not yet fully supported in version 0.5.0. + /// It is currently incomplete and should not be used in production. + /// Specifically, schema compatibility checks and support for adding to partitioned tables + /// have not yet been implemented. #[allow(dead_code)] async fn add_parquet_files(mut self, file_path: Vec) -> Result> { if !self