diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-03-15 11:18:02 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-03-15 11:18:02 +0000 |
| commit | 5b8f5b0835fd41ae9a74d2ebce5e9d522de83cb1 (patch) | |
| tree | d50ab31411a1a13d8fd352aeb670f636cd26b908 /integrationtests/dmap4.csv.query.expected | |
| parent | 45b2e60f7206f90af977e95e44e2529aa2ce8081 (diff) | |
| parent | d9601ca860367ec8ddf6bc5c108c826723a81abd (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.expected | 1 |
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 |
