mirror of
				https://github.com/cldellow/sqlite-parquet-vtable.git
				synced 2025-10-29 02:09:55 +00:00 
			
		
		
		
	remove old comment
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Colin Dellow
					Colin Dellow