Skip to content

Releases: adamviola/parquet-explorer

Parquet Explorer v1.2.1

15 May 02:30
Compare
Choose a tag to compare
  • Fixed bug involving rows being shown twice (#10)
  • Fixed bug where scrolling wouldn't work when the file contained BigInts
  • Fixed bug where Ctrl/Cmd + Enter made two queries instead of one
  • Updated README with a gif

Parquet Explorer v1.2.0

07 May 04:00
Compare
Choose a tag to compare
  • 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

13 Apr 06:55
Compare
Choose a tag to compare
  • "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

13 Apr 03:58
Compare
Choose a tag to compare
Removed logging