From 9a3a005c916479faef417f8e9437f2bf1b38ecdd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Dec 2021 10:19:42 +0000 Subject: add where clause integration test to dmap1, all mapreduce token fields are lower case --- integrationtests/dmap1b.csv.query.expected | 1 + 1 file changed, 1 insertion(+) create mode 100644 integrationtests/dmap1b.csv.query.expected (limited to 'integrationtests/dmap1b.csv.query.expected') diff --git a/integrationtests/dmap1b.csv.query.expected b/integrationtests/dmap1b.csv.query.expected new file mode 100644 index 0000000..f6b2d8b --- /dev/null +++ b/integrationtests/dmap1b.csv.query.expected @@ -0,0 +1 @@ +from STATS select count($line),last($time),avg($goroutines),min(concurrentConnections),max(lifetimeConnections) group by $hostname where lifetimeConnections >= 3 outfile dmap1b.csv.tmp \ No newline at end of file -- cgit v1.2.3