Skip to content

Releases: stoewer/parquet-cli

v0.0.9

05 Jul 05:41
cde179a
Compare
Choose a tag to compare
  • Add path to output of col-stats sub command
  • Improve column name when column path ends with list.element
  • Fix broken column paths and names in schema sub command

v0.0.8

06 May 08:29
Compare
Choose a tag to compare
  • The 'schema' sub-command now has multiple output options
  • The 'col-stats' sub-command has a -v flag and prints less useful information on demand
  • The 'dump' sub-command no longer prints the definition and repetition levels
  • Update parquet-go dependency

v0.0.6

12 Oct 09:19
Compare
Choose a tag to compare
  • New sub command info to print basic information about a parquet file
  • Project maintenance
    • Update go version
    • Use any instead of empty interface
    • Wrap errors with fmt.Errorf and remove github.com/pkg/errors dependency

v0.0.5

01 Aug 07:48
37aeed8
Compare
Choose a tag to compare

Changelog:

  • Use github.com/parquet-go/parquet-go as dependency

v0.0.4

13 Jan 05:13
Compare
Choose a tag to compare

What's Changed

  • Add compressed size to col-stats sub command by @stoewer in #8

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Jan 07:15
eac073a
Compare
Choose a tag to compare

Changelog

  • eac073a Implement CSV output for sub commands (#7)

v0.0.2

12 Jan 06:57
Compare
Choose a tag to compare

Changelog

  • 84e50a2 Sub command to aggregate statistics grouped by column values
  • 508200d Column stats show max definition and repetition levels

v0.0.1

09 Dec 08:29
59f0310
Compare
Choose a tag to compare

Changelog

  • 59f0310 GitHub actions for PR test and releases (#5)