remove old comment

This commit is contained in:
Colin Dellow 2018-07-05 19:51:34 -04:00
parent 45ecf24a75
commit 639c009ae5
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def make_99_rows():
row.append('{:03}'.format(i)), # BYTE_ARRAY/UTF8
row.append(bytes(ba_variable)), # BYTE_ARRAY
row.append(bytes(ba_fixed)) # FIXED_LENGTH_BYTE_ARRAY
# pyarrow does not support float yet :(
row.append(1.0 / (i + 1)) # FLOAT
rows.append(row)