LibertyDSNP / parquetjs

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

Xxhasher not returning hex-encoded string values #85

Closed shannonwells closed 1 year ago

shannonwells commented 1 year ago

Xxhasher was not returning hex-encoded string values, instead returns base 10.

Steps to reproduce

XxHasher.hash64("15") returns "17181926294437511708"

Expected behaviour

XxHasher.hash64("15") returns "ee7276ee58e4421c"