You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/expected/test_prql.sh_15ebcd913f56cd...

499 B

✘ error: unable to compile PRQL: from access_log | take abc
reason: `take` expected int or range, but found this.access_log.abc
= note: Error:
╭─[:1:24]

1 │ from access_log | take abc
│ ─┬─
│ ╰─── `take` expected int or range, but found this.access_log.abc
───╯