Closed
Description
Community Note
- Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the bug
When a query returns a result entry that is either missing or contains null value for a property that would would otherwise be of integer type, all other values in the integer column created in the result table will be displayed as floats instead.
Example query:
Raw result:
{
"results": [
{
"n.iucnCategory": "CR",
"size(n.iucnCategory)": 2
},
{
"n.iucnCategory": "EN",
"size(n.iucnCategory)": 2
},
{
"n.iucnCategory": "LC",
"size(n.iucnCategory)": 2
},
{
"n.iucnCategory": "NT",
"size(n.iucnCategory)": 2
},
{
"n.iucnCategory": "VU",
"size(n.iucnCategory)": 2
},
{
"n.iucnCategory": "DD",
"size(n.iucnCategory)": 2
},
{
"n.iucnCategory": null,
"size(n.iucnCategory)": null
}
]
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status