aijazkhan81

Results 1 issues of aijazkhan81

``` var writer = await parquet.ParquetWriter.openFile(schema, 'fruits.parquet'); await writer.appendRow({name: 'apples', quantity: 10, price: 2.5, date: new Date(), in_stock: true}); await writer.appendRow({name: 'oranges', quantity: 10, price: 2.5, date: new Date(), in_stock:...