From f9cdb0ad61526c65750ab988304457f5ed5c2023 Mon Sep 17 00:00:00 2001 From: nishant Date: Sun, 21 Jun 2015 23:34:21 +0530 Subject: [PATCH] test for #1120 Make the changes described in #1120 to add test for the issue described there. --- processing/src/test/resources/druid.sample.json.bottom | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/processing/src/test/resources/druid.sample.json.bottom b/processing/src/test/resources/druid.sample.json.bottom index 75ea3502c6e..ac0ee8d73c6 100644 --- a/processing/src/test/resources/druid.sample.json.bottom +++ b/processing/src/test/resources/druid.sample.json.bottom @@ -44,6 +44,7 @@ { "timestamp":"2011-01-12T00:00:00.000Z", "market":["", "spot"], - "index":100.000000 + "index":100.000000, + "quality":"" } ] \ No newline at end of file