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.parquettombstone files sit besidedate=…/partitions. Views now read…/main/<table>/date=*/**/*.parquetonly, avoidingHive partition mismatch/ missinghep_proto_*tables inshow tables. - Safety:
SELECT/WITHwithout an explicitLIMITare capped at 10,000 rows. Use--no-limitto disable. - TAB completion: SQL keywords, table names (from discovered views), common HEP columns, and
data_pathparquet globs. - MySQL-style suffixes: End a query with
\Gfor vertical row output, or\gto 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