Skip to content

Parquet Explorer v1.2.0

Choose a tag to compare

@adamviola adamviola released this 07 May 04:00
· 8 commits to main since this release
  • 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)