mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +00:00
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…
x
Reference in New Issue
Block a user