mirror of https://github.com/apache/druid.git
adding numRows attribute to segment metadata query expected results
This commit is contained in:
parent
f8cf84f466
commit
47910a8333
|
@ -599,7 +599,8 @@
|
|||
"errorMessage": null
|
||||
}
|
||||
},
|
||||
"size": 747056474
|
||||
"size": 747056474,
|
||||
"numRows": 3702583
|
||||
},
|
||||
{
|
||||
"id": "twitterstream_2013-01-02T00:00:00.000Z_2013-01-03T00:00:00.000Z_2013-01-03T03:44:58.791Z_v9",
|
||||
|
@ -612,7 +613,8 @@
|
|||
"errorMessage": null
|
||||
}
|
||||
},
|
||||
"size": 755796690
|
||||
"size": 755796690,
|
||||
"numRows": 3743002
|
||||
},
|
||||
{
|
||||
"id": "twitterstream_2013-01-03T00:00:00.000Z_2013-01-04T00:00:00.000Z_2013-01-04T04:09:13.590Z_v9",
|
||||
|
@ -625,7 +627,8 @@
|
|||
"errorMessage": null
|
||||
}
|
||||
},
|
||||
"size": 706893542
|
||||
"size": 706893542,
|
||||
"numRows":3502959
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1056,7 +1056,8 @@
|
|||
"errorMessage": null
|
||||
}
|
||||
},
|
||||
"size": 902457341
|
||||
"size": 902457341,
|
||||
"numRows": 4462111
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue