mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
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,
|
"numRows": 1014,
|
||||||
"aggregators": null,
|
"aggregators": null,
|
||||||
"timestampSpec": null,
|
"timestampSpec": null,
|
||||||
"queryGranularity": null
|
"queryGranularity": null,
|
||||||
|
"rollup":null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -609,7 +609,8 @@
|
|||||||
"numRows": 3702583,
|
"numRows": 3702583,
|
||||||
"aggregators": null,
|
"aggregators": null,
|
||||||
"timestampSpec": 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",
|
"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,
|
"numRows": 3743002,
|
||||||
"aggregators": null,
|
"aggregators": null,
|
||||||
"timestampSpec": 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",
|
"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,
|
"numRows":3502959,
|
||||||
"aggregators": null,
|
"aggregators": null,
|
||||||
"timestampSpec": null,
|
"timestampSpec": null,
|
||||||
"queryGranularity": null
|
"queryGranularity": null,
|
||||||
|
"rollup":null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1068,7 +1068,8 @@
|
|||||||
"numRows": 4462111,
|
"numRows": 4462111,
|
||||||
"aggregators": null,
|
"aggregators": null,
|
||||||
"timestampSpec": null,
|
"timestampSpec": null,
|
||||||
"queryGranularity": null
|
"queryGranularity": null,
|
||||||
|
"rollup":null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user