diff options
| author | Paul Buetow <paul@buetow.org> | 2023-09-05 17:17:38 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-09-07 15:32:31 +0300 |
| commit | f771066f175c7bde9fd5cbcf39ab855afd5d5786 (patch) | |
| tree | 84eb0938a73ceb99326ae140cf1897f5c35567fb /integrationtests/dmap5.csv.query.expected | |
| parent | 9c77304550d65b8e7c2b724b991eef0dbc13694a (diff) | |
add mapr aggregration on CSV integr test
Diffstat (limited to 'integrationtests/dmap5.csv.query.expected')
| -rw-r--r-- | integrationtests/dmap5.csv.query.expected | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
