mirror of https://github.com/apache/druid.git
fixing expected result for segmentMetadata query in integration tests (#3318)
This commit is contained in:
parent
a4b95af839
commit
be79b095ba
|
@ -64,7 +64,8 @@
|
|||
"numRows": 1014,
|
||||
"aggregators": null,
|
||||
"timestampSpec": null,
|
||||
"queryGranularity": null
|
||||
"queryGranularity": null,
|
||||
"rollup":null
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1068,7 +1068,8 @@
|
|||
"numRows": 4462111,
|
||||
"aggregators": null,
|
||||
"timestampSpec": null,
|
||||
"queryGranularity": null
|
||||
"queryGranularity": null,
|
||||
"rollup":null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue