We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add_parquet_files
1 parent a229d89 commit b2408ccCopy full SHA for b2408cc
crates/iceberg/src/transaction/append.rs
@@ -73,6 +73,11 @@ impl<'a> FastAppendAction<'a> {
73
}
74
75
/// 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.
81
#[allow(dead_code)]
82
async fn add_parquet_files(mut self, file_path: Vec<String>) -> Result<Transaction<'a>> {
83
if !self
0 commit comments