Skip to content

Commit

Permalink
fixes test?
Browse files Browse the repository at this point in the history
  • Loading branch information
aersam committed Mar 20, 2024
1 parent 0d09056 commit 1029704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def test_update_schema_rust_writer_append(existing_table: DeltaTable):
)
with pytest.raises(
SchemaMismatchError,
match="Schema error: Fail to merge schema field 'utf8' because the from data_type = Int64 does not equal Utf8",
match="Schema error: Cannot merge types string and long",
):
write_deltalake(
existing_table,
Expand Down

0 comments on commit 1029704

Please sign in to comment.