From 5e4888af0a65cb725bca642a8903bd98d9dc3206 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 6 Apr 2018 04:58:02 +0000 Subject: [PATCH] typo --- tests/druid_tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/druid_tests.py b/tests/druid_tests.py index b0d9caff76b70..868cd5e2d51f8 100644 --- a/tests/druid_tests.py +++ b/tests/druid_tests.py @@ -61,6 +61,7 @@ def __reduce__(self): 'timestamp': '2012-01-01T00:00:00.000Z', 'event': { 'dim1': 'Canada', + 'dim2': 'boy', 'metric1': 12345678, }, }, @@ -69,6 +70,7 @@ def __reduce__(self): 'timestamp': '2012-01-01T00:00:00.000Z', 'event': { 'dim1': 'USA', + 'dim2': 'girl', 'metric1': 12345678 / 2, }, }, @@ -165,7 +167,7 @@ def test_client(self, PyDruid): 'row_limit': 5000, 'include_search': 'false', 'metrics': ['count'], - 'groupby': ['dim1', 'dim2d'], + 'groupby': ['dim1', 'dim2'], 'force': 'true', } # two groupby