rickyk586
Results
2
comments of
rickyk586
``` const schema = new parquetjs.ParquetSchema({ id: { type: 'UINT_64', compression: 'GZIP' }, name: { type: 'UTF8', compression: 'GZIP' }, createdAt: { type: 'TIMESTAMP_MILLIS', compression: 'GZIP' }, }); ```
may be helpful: https://stackoverflow.com/questions/44640604/logstash-parse-multiline-csv-file