From be79b095bad4a8eb84521392e94514b4d625d821 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 3 Aug 2016 14:13:27 -0500 Subject: [PATCH] fixing expected result for segmentMetadata query in integration tests (#3318) --- .../src/test/resources/hadoop/batch_hadoop_queries.json | 3 ++- .../test/resources/queries/twitterstream_queries.json | 9 ++++++--- .../resources/queries/wikipedia_editstream_queries.json | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/integration-tests/src/test/resources/hadoop/batch_hadoop_queries.json b/integration-tests/src/test/resources/hadoop/batch_hadoop_queries.json index 76507686d5b..ded986fc55c 100644 --- a/integration-tests/src/test/resources/hadoop/batch_hadoop_queries.json +++ b/integration-tests/src/test/resources/hadoop/batch_hadoop_queries.json @@ -64,7 +64,8 @@ "numRows": 1014, "aggregators": null, "timestampSpec": null, - "queryGranularity": null + "queryGranularity": null, + "rollup":null } ] }, diff --git a/integration-tests/src/test/resources/queries/twitterstream_queries.json b/integration-tests/src/test/resources/queries/twitterstream_queries.json index f0544067d0c..fdc1a513492 100644 --- a/integration-tests/src/test/resources/queries/twitterstream_queries.json +++ b/integration-tests/src/test/resources/queries/twitterstream_queries.json @@ -609,7 +609,8 @@ "numRows": 3702583, "aggregators": null, "timestampSpec": null, - "queryGranularity": null + "queryGranularity": null, + "rollup":null }, { "id": "twitterstream_2013-01-02T00:00:00.000Z_2013-01-03T00:00:00.000Z_2013-01-03T03:44:58.791Z_v9", @@ -629,7 +630,8 @@ "numRows": 3743002, "aggregators": null, "timestampSpec": null, - "queryGranularity": null + "queryGranularity": null, + "rollup":null }, { "id": "twitterstream_2013-01-03T00:00:00.000Z_2013-01-04T00:00:00.000Z_2013-01-04T04:09:13.590Z_v9", @@ -649,7 +651,8 @@ "numRows":3502959, "aggregators": null, "timestampSpec": null, - "queryGranularity": null + "queryGranularity": null, + "rollup":null } ] }, diff --git a/integration-tests/src/test/resources/queries/wikipedia_editstream_queries.json b/integration-tests/src/test/resources/queries/wikipedia_editstream_queries.json index 3cf4cc4076a..7cafb020dc7 100644 --- a/integration-tests/src/test/resources/queries/wikipedia_editstream_queries.json +++ b/integration-tests/src/test/resources/queries/wikipedia_editstream_queries.json @@ -1068,7 +1068,8 @@ "numRows": 4462111, "aggregators": null, "timestampSpec": null, - "queryGranularity": null + "queryGranularity": null, + "rollup":null } ] }