LibertyDSNP / parquetjs

Fully asynchronous, pure JavaScript implementation of the Parquet file format with additional features
MIT License
55 stars 25 forks source link

Logical type : TIME #143

Closed saraswatpuneet closed 2 months ago

saraswatpuneet commented 2 months ago

Problem

Part of #99 image

Support logical types in parquetjs starting with TIME support

Solution

Implementation following the parquet spec

Change summary:

Steps to Verify:

  1. npm run test