LibertyDSNP / parquetjs

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

Decimal Writer Support #90

Closed wilwade closed 1 year ago

wilwade commented 1 year ago

Problem

Need to support writing decimal types

Also closes: #87

Solution

Add basic encoding support for decimals

Change summary:

Steps to Verify:

  1. Generate a schema with decimal field
  2. Use it!
JasonYeMSFT commented 1 year ago

The changes look good regarding #87. Please feel free to close the issue once this PR is merged.