crate / crate-benchmarks

A collection of CrateDB benchmarks.
8 stars 4 forks source link

Add whitespace before WHERE clause #271

Closed BaurzhanSakhariev closed 1 year ago

BaurzhanSakhariev commented 1 year ago

SqlException: SQLParseException[line 1:94: mismatched input 'lrt' expecting {<EOF>, ';'}] occurred using: {"stmt": "SELECT lrt.t1.dev, lrt.t2.name FROM lrt.t1 INNER JOIN lrt.t2 ON lrt.t1.dev = lrt.t2.devWHERE lrt.t1.dev = CAST(random() * 127 AS BYTE) ORDER BY lrt.t2.name LIMIT 100"}

This issue ^ pops up from time to time and gets automatically closed.