Opened 9 years ago
Closed 9 years ago
#1202 closed defect (fixed)
WCPS1.5_Slicing with one asterisk is valid and need to be handled
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | development |
Keywords: | WCPS 2.0, asterisk error, test wcps | Cc: | Dimitar Misev, Vlad Merticariu, Alex Dumitru |
Complexity: | Medium |
Description
With test_wcps 95-just_slice_asterisk.error.test, WCPS 2.0 will returns as valid case instead of exception like WCPS 1.0
for c in (mr) return max(c[j(*)])
which is translated to
SELECT max_cells(c[*:*,*:*]) FROM mr AS c
and return 253.
Change History (2)
comment:1 by , 9 years ago
Summary: | WCPS2.0_Slicing with one asterisk is valid and need to be handled → WCPS1.5_Slicing with one asterisk is valid and need to be handled |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch was accepted, close ticket.