mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
adding null aggregators and false hasMultipleValues to expected results of segment metadata query
This commit is contained in:
parent
2f7f5119cf
commit
dccf636676
@ -594,13 +594,15 @@
|
|||||||
"columns": {
|
"columns": {
|
||||||
"has_links": {
|
"has_links": {
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
|
"hasMultipleValues": false,
|
||||||
"size": 7773438,
|
"size": 7773438,
|
||||||
"cardinality": 2,
|
"cardinality": 2,
|
||||||
"errorMessage": null
|
"errorMessage": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"size": 747056474,
|
"size": 747056474,
|
||||||
"numRows": 3702583
|
"numRows": 3702583,
|
||||||
|
"aggregators": 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",
|
||||||
@ -608,13 +610,15 @@
|
|||||||
"columns": {
|
"columns": {
|
||||||
"has_links": {
|
"has_links": {
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
|
"hasMultipleValues": false,
|
||||||
"size": 7901000,
|
"size": 7901000,
|
||||||
"cardinality": 2,
|
"cardinality": 2,
|
||||||
"errorMessage": null
|
"errorMessage": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"size": 755796690,
|
"size": 755796690,
|
||||||
"numRows": 3743002
|
"numRows": 3743002,
|
||||||
|
"aggregators": 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",
|
||||||
@ -622,13 +626,15 @@
|
|||||||
"columns": {
|
"columns": {
|
||||||
"has_links": {
|
"has_links": {
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
|
"hasMultipleValues": false,
|
||||||
"size": 7405654,
|
"size": 7405654,
|
||||||
"cardinality": 2,
|
"cardinality": 2,
|
||||||
"errorMessage": null
|
"errorMessage": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"size": 706893542,
|
"size": 706893542,
|
||||||
"numRows":3502959
|
"numRows":3502959,
|
||||||
|
"aggregators": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1045,19 +1045,22 @@
|
|||||||
"columns": {
|
"columns": {
|
||||||
"country_name": {
|
"country_name": {
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
|
"hasMultipleValues": false,
|
||||||
"size": 41922148,
|
"size": 41922148,
|
||||||
"cardinality": 208,
|
"cardinality": 208,
|
||||||
"errorMessage": null
|
"errorMessage": null
|
||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
|
"hasMultipleValues": false,
|
||||||
"size": 8924222,
|
"size": 8924222,
|
||||||
"cardinality": 36,
|
"cardinality": 36,
|
||||||
"errorMessage": null
|
"errorMessage": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"size": 902457341,
|
"size": 902457341,
|
||||||
"numRows": 4462111
|
"numRows": 4462111,
|
||||||
|
"aggregators": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user