Skip to content

Commit 0d9ced2

Browse files
Fix deprecated usage
1 parent 4db864a commit 0d9ced2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl-destinations/tests/integration/delta_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mod delta_verification {
3232
) -> DeltaResult<()> {
3333
let table = database.load_table(table_name).await?;
3434

35-
let schema = table.get_schema()?;
35+
let schema = table.snapshot()?.schema();
3636

3737
let fields: Vec<_> = schema.fields().collect();
3838

0 commit comments

Comments
 (0)