cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.75k stars 201 forks source link

WIP: Rust First/Last aggregates #254

Closed woojtek closed 2 years ago

woojtek commented 3 years ago

"thread 'main' panicked at 'bug: key doesn't match schema', src\physical\group_by.rs:381:36" while running "SELECT c.livesleft, FIRST(c.id) FROM cats.csv c GROUP BY c.livesleft"