Skip to content

Commit

Permalink
Fix typo in schema field name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreesh Maheshwar committed Dec 24, 2024
1 parent 61cdd08 commit f32b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_partitioning_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
NestedField(field_id=12, name="fixed_field", field_type=FixedType(16), required=False),
NestedField(field_id=13, name="decimal_field", field_type=DecimalType(5, 2), required=False),
NestedField(field_id=14, name="uuid_field", field_type=UUIDType(), required=False),
NestedField(field_id=15, name="special#string#field", field_type=StringType(), required=False),
NestedField(field_id=15, name="special#string+field", field_type=StringType(), required=False),
)


Expand Down

0 comments on commit f32b3aa

Please sign in to comment.