From f771066f175c7bde9fd5cbcf39ab855afd5d5786 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 5 Sep 2023 17:17:38 +0300 Subject: add mapr aggregration on CSV integr test --- integrationtests/dmap5.csv.query.expected | 1 + 1 file changed, 1 insertion(+) create mode 100644 integrationtests/dmap5.csv.query.expected (limited to 'integrationtests/dmap5.csv.query.expected') diff --git a/integrationtests/dmap5.csv.query.expected b/integrationtests/dmap5.csv.query.expected new file mode 100644 index 0000000..2d1723c --- /dev/null +++ b/integrationtests/dmap5.csv.query.expected @@ -0,0 +1 @@ +select sum($timecount),last($time),min($min_goroutines), group by $hostname set $timecount = `count($time)`, $time = `$time`, $min_goroutines = `min($goroutines)` logformat csv outfile dmap5.csv.tmp \ No newline at end of file -- cgit v1.2.3