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.
1 parent 7353460 commit 6a0028cCopy full SHA for 6a0028c
etl-destinations/tests/integration/delta_test.rs
@@ -32,7 +32,7 @@ mod delta_verification {
32
) -> DeltaResult<()> {
33
let table = database.load_table(table_name).await?;
34
35
- let schema = table.get_schema()?;
+ let schema = table.snapshot()?.schema();
36
37
let fields: Vec<_> = schema.fields().collect();
38
0 commit comments