This commit is contained in:
Aliaksandr Valialkin 2024-04-29 04:21:40 +02:00
parent 89235a3489
commit 7ae71cab2e
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -1102,7 +1102,6 @@ func TestParseQueryFailure(t *testing.T) {
// invalid stats uniq
f(`foo | stats uniq`)
f(`foo | stats uniq()`)
f(`foo | stats uniq() as abc`)
// invalid by clause
f(`foo | stats by`)