From b2dbe133347ef220ff781ffeb1f8137245f5235f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Oct 2021 13:32:20 +0300 Subject: when a mapreduce outfile is specified also always write a outfile.query file --- integrationtests/dmap2.csv.query.expected | 1 + 1 file changed, 1 insertion(+) create mode 100644 integrationtests/dmap2.csv.query.expected (limited to 'integrationtests/dmap2.csv.query.expected') diff --git a/integrationtests/dmap2.csv.query.expected b/integrationtests/dmap2.csv.query.expected new file mode 100644 index 0000000..b15de3a --- /dev/null +++ b/integrationtests/dmap2.csv.query.expected @@ -0,0 +1 @@ +from STATS select count($time),$time,max($goroutines),avg($goroutines),min($goroutines) group by $time order by count($time) outfile dmap2.csv.tmp \ No newline at end of file -- cgit v1.2.3