mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
2.2 KiB
2.2 KiB
Changelog
[1.13.4]
- parquetSchema more generic argument type.
[1.13.3]
- Convert logical type 'STRING'.
- Side-effect-free in package.json.
[1.13.2]
- Fix duckdb delta encoding (#77 thanks @mike-iqmo).
[1.13.1]
- Throw exception for unsupported file_path.
[1.13.0]
- Query planner: pre-fetch byte ranges in parallel (#75).
[1.12.1]
- Fix conversion of unsigned types.
- Allow passing a custom fetch function to utilities (#73).
[1.12.0]
- Add
onPagecallback toparquetRead.
[1.11.1]
- Fix handling of dictionary pages from parquet.net.
[1.11.0]
- Fix continued data pages
- Skip decoding unnecessary pages.
[1.10.4]
- Add type definitions for thrift.
[1.10.3]
- Internal refactor split out
readPagefunction.
[1.10.2]
- Export additional internal constants.
[1.10.1]
- Fix parsing of
crypto_metadatain thrift.
[1.10.0]
- Map
srcfiles to TypeScript types via package exports (#70). - Use
defaultInitialFetchSizefor both metadata andcachedAsyncBuffer.
[1.9.x]
- Add
minSizeparameter tocachedAsyncBufferfor finer control. - Return typed arrays in
onChunkcallbacks. - Change
readColumnto return an array ofDecodedArray(#67).
[1.8.x]
- Support endpoints without range requests in
asyncBufferFromUrl(#57 thanks @swlynch99). - Enhance error messages for common parsing issues.
- Mongo-style
filteroption inparquetQuery(#56 thanks @park-brian).
[1.7.0]
- Enable
readColumnto read all rows (#53 thanks @park-brian). - Validate url in
asyncBufferFromUrl.
[1.6.x]
- Fix timestamp conversion in metadata parsing (#45 thanks @cbardasano).
- Build TypeScript types before publishing to npm.
[1.5.0]
- Export
cachedAsyncBufferutility.
[1.4.0]
- Add
parquetQuerywithorderByoption.
[1.3.0]
- Promisify
parquetReadObjectsfunction. - Add support for parsing column and offset indexes (#29).
[1.2.0]
- Return columns in the requested order (#27 thanks @cstranstrum).
- Add option to return each row as an object keyed by column names (#25 thanks @cstranstrum).
[1.1.0]
- Export
asyncBufferFromFileandasyncBufferFromUrlutilities.
[1.0.0]
- Initial stable release.