Skip to content

Commit

Permalink
ARROW-8140: [Dev] Follow class name change
Browse files Browse the repository at this point in the history
NullType was renamed to NullField by 963ac4f.

Closes #6649 from kou/archery-use-null-field

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Mar 18, 2020
1 parent 1078dc4 commit d4db474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/integration/datagen.py
Expand Up @@ -1036,7 +1036,7 @@ def generate_null_case(batch_sizes):
def generate_null_trivial_case(batch_sizes):
# Generate a case with no buffers
fields = [
NullType(name='f0'),
NullField(name='f0'),
]
return _generate_file('null_trivial', fields, batch_sizes)

Expand Down

0 comments on commit d4db474

Please sign in to comment.