Remove PropertyValue::Null
Reviewers: ipaljak, mferencevic Reviewed By: ipaljak Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2332
This commit is contained in:
@@ -301,7 +301,7 @@ TEST(QueryPlan, AggregateGroupByValues) {
|
||||
group_by_vals.emplace_back(std::vector<PropertyValue>{1});
|
||||
group_by_vals.emplace_back(std::vector<PropertyValue>{1, 2});
|
||||
group_by_vals.emplace_back(std::vector<PropertyValue>{2, 1});
|
||||
group_by_vals.emplace_back(PropertyValue::Null);
|
||||
group_by_vals.emplace_back(PropertyValue());
|
||||
// should NOT result in another group because 7.0 == 7
|
||||
group_by_vals.emplace_back(7.0);
|
||||
// should NOT result in another group
|
||||
|
||||
Reference in New Issue
Block a user