We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9fc1d commit 706d261Copy full SHA for 706d261
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Changelog
2
3
+## [1.25.4]
4
+ - Convert UUID logical type to string using custom parser
5
+
6
## [1.25.3]
- - Fix include dictionary when reading with offset index (#158 1thanks @tomquist)
7
+ - Fix include dictionary when reading with offset index (#158 thanks @tomquist)
8
- Don't fetch offset index when reading entire rowgroup
9
10
## [1.25.2]
package.json
@@ -1,6 +1,6 @@
{
"name": "hyparquet",
- "version": "1.25.3",
+ "version": "1.25.4",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
0 commit comments