Opened 10 years ago
Closed 9 years ago
#858 closed defect (fixed)
Shifting 1D array fails
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | critical | Milestone: | 9.2 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
e.g.
select shift(a, [5]) from double1d as a
results in Execution error 406 in line 1, column 8, near token shift: Second operand of shift function must be of type Point.
Change History (5)
comment:1 by , 9 years ago
Milestone: | 9.1 → 9.2 |
---|
comment:2 by , 9 years ago
Priority: | minor → critical |
---|
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is a blocker for several upcoming earthlook related tasks. Right now, Petascope employs a hack to get over it, but it can lead to unexpected behaviour in some cases.