remove old comment
This commit is contained in:
parent
45ecf24a75
commit
639c009ae5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue