github sipcapture/homer 11.0.224

3 hours ago

Homer Core 11.0.224

Interactive DuckLake CLI improvements and a fix for reading hive-partitioned Parquet after DuckLake compaction.

DuckLake CLI (homer cli)

  • Fix: Auto-created views no longer fail when *-delete.parquet tombstone files sit beside date=…/ partitions. Views now read …/main/<table>/date=*/**/*.parquet only, avoiding Hive partition mismatch / missing hep_proto_* tables in show tables.
  • Safety: SELECT / WITH without an explicit LIMIT are capped at 10,000 rows. Use --no-limit to disable.
  • TAB completion: SQL keywords, table names (from discovered views), common HEP columns, and data_path parquet globs.
  • MySQL-style suffixes: End a query with \G for vertical row output, or \g to execute (like a semicolon).

Upgrade

Install the homer-core package or binary built from tag 11.0.224 on branch homer11.

homer --version   # homer-core 11.0.224
homer cli         # interactive SQL shell
homer cli --no-limit

Full changelog

11.0.222...11.0.224

Don't miss a new homer release

NewReleases is sending notifications on new releases.