Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Oct 7, 2024
1 parent ecd9fc2 commit 985bbff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ def test_hash_character_ngrams(input_col, ngram):
len(got) == max(0, len(s.as_py()) - ngram + 1)
for got, s in zip(pa_result, input_col)
)
assert pa_result.type == pa.list_(
pa.field("element", pa.uint32(), nullable=False)
)

0 comments on commit 985bbff

Please sign in to comment.