From 7ae71cab2ef1136c559f7e774e6c368bd66f91a9 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 29 Apr 2024 04:21:40 +0200 Subject: [PATCH] wip --- lib/logstorage/parser_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/logstorage/parser_test.go b/lib/logstorage/parser_test.go index 7223087bf..6d2901a4d 100644 --- a/lib/logstorage/parser_test.go +++ b/lib/logstorage/parser_test.go @@ -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`)