Skip to content

Commit

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

uuid_type = ExtensionType('arrow.uuid', '',
FixedSizeBinaryField('', 16))
uuid_type = ExtensionType('arrow-uuid', '',
FixedSizeBinaryField('uuids', 16))
dict_ext_type = ExtensionType(
'dict-extension', 'dict-extension-serialized',
DictionaryField('str_dict', get_field('', 'int8'), dict0))
Expand Down

0 comments on commit 7b67150

Please sign in to comment.