Skip to content

Commit 519522f

Browse files
committed
test fix
1 parent c29c29c commit 519522f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def test_update_table_spec(test_catalog: Catalog, test_schema: Schema, table_nam
360360
table = test_catalog.create_table(identifier, test_schema)
361361

362362
with table.update_spec() as update:
363-
update.add_field(source_column_name="id", transform=BucketTransform(16), partition_field_name="shard")
363+
update.add_field(source_column_name="VendorID", transform=BucketTransform(16), partition_field_name="shard")
364364

365365
loaded = test_catalog.load_table(identifier)
366366
expected_spec = PartitionSpec(

0 commit comments

Comments
 (0)