Skip to content

Commit

Permalink
integration test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Dec 11, 2023
1 parent 0b5110c commit 0bb4095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ def generate_nested_dictionary_case():
def generate_extension_case():
dict0 = Dictionary(0, StringField('dictionary0'), size=5, name='DICT0')

uuid_type = ExtensionType('uuid', 'uuid-serialized',
uuid_type = ExtensionType('arrow.uuid', '',
FixedSizeBinaryField('', 16))
dict_ext_type = ExtensionType(
'dict-extension', 'dict-extension-serialized',
Expand Down

0 comments on commit 0bb4095

Please sign in to comment.