Opened 6 years ago
Last modified 5 years ago
#2068 closed defect
induced condenser treats null values different from regular condensers — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Vlad Merticariu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | qlparser | Version: | 9.7 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
In regular condense and shorthand condensers like avg_cells, null values are ignored (cf. documentation).
In the induced condenser this is not the case: null values are treated the same way as in binary induced operation, i.e. the result is null if any cell in the operands (or slices in induced condenser) is null (cf. documentation).
Note:
See TracTickets
for help on using tickets.