summaryrefslogtreecommitdiff
path: root/integrationtests/dmap4.csv.query.expected
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-03-15 11:18:02 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-03-15 11:18:02 +0000
commit1d914fbb58c32d0ed4b6609b66d13df82cc655a3 (patch)
treed50ab31411a1a13d8fd352aeb670f636cd26b908 /integrationtests/dmap4.csv.query.expected
parentc5336ad3ea398135640e2d9d1e41b655fed47739 (diff)
parent99da077be631ac8884e07d1fb1cf18447fa85525 (diff)
Merge branch 'append-query-results-to-outfile-when-in-streaming-mode' into 'master'
Add "append" modifier to "outfile" keyword in mapreduce query. See merge request Storage/dtail!6
Diffstat (limited to 'integrationtests/dmap4.csv.query.expected')
-rw-r--r--integrationtests/dmap4.csv.query.expected1
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/dmap4.csv.query.expected b/integrationtests/dmap4.csv.query.expected
new file mode 100644
index 0000000..84b37e3
--- /dev/null
+++ b/integrationtests/dmap4.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 append dmap4.csv.tmp \ No newline at end of file