Skip to content

Commit b2408cc

Browse files
doc: add_parquet_files is not fully supported for version 0.5.0 (#1187)
## Which issue does this PR close? - Mentioned in #1035 Co-authored-by: Renjie Liu <[email protected]>
1 parent a229d89 commit b2408cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/iceberg/src/transaction/append.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ impl<'a> FastAppendAction<'a> {
7373
}
7474

7575
/// Adds existing parquet files
76+
///
77+
/// Note: This API is not yet fully supported in version 0.5.0.
78+
/// It is currently incomplete and should not be used in production.
79+
/// Specifically, schema compatibility checks and support for adding to partitioned tables
80+
/// have not yet been implemented.
7681
#[allow(dead_code)]
7782
async fn add_parquet_files(mut self, file_path: Vec<String>) -> Result<Transaction<'a>> {
7883
if !self

0 commit comments

Comments
 (0)