pub async fn commit_data_files_append(
table: &Table,
catalog: &dyn Catalog,
data_files: Vec<DataFile>,
) -> Result<Table, ConnectorError>Expand description
Append data_files in one Iceberg transaction.
ยงErrors
Returns ConnectorError::OutcomeUnknown when the catalog does not acknowledge the commit.