Releases: adamviola/parquet-explorer
Releases · adamviola/parquet-explorer
Parquet Explorer v1.2.1
Parquet Explorer v1.2.0
- Refactored table implementation (now using Tabulator):
- Column resizing
- Row numbers
- Better support for long text (added text wrap + scrolling within a cell)
- Column type tooltips (on hover over column header)
- Better rendering performance when viewing many results (now using virtual DOM, which only renders rows that are visible)
- Added new extension configuration:
- Default query
- Default SQL table name (which can optionally be set to the file stem)
- Chunk size (number of results to fetch per request)
- Can now open
.pq
files (in addition to.parquet
)
Parquet Explorer v1.1.0
- "DESCRIBE" SQL queries now work (thanks @cathaypacific8747!)
- Fixed critical Parquet file path issue impacting Windows users (thanks @cathaypacific8747!)
- Fixed bug where queries that would have results with BigInt values failed
- Added details to the README.md
- Added an icon :)
Parquet Explorer v1.0.1
Removed logging