Opened 5 years ago
Closed 5 years ago
#2160 closed defect (fixed)
Subset on array constant wrongly throws exception
Reported by: | Dimitar Misev | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The following query throws an exception currently:
rasql -q 'select encode( <[0:2,0:2] 0, 0, 0; 1, 1, 1; 2, 2, 2>[0, *:*] , "csv")' --out string rasserver log: qlparser/qtconversion.cc:219: no tile available to convert. terminal: rasdaman error 0: Exception: ODMG General
The correct behavior, however, is to print
0,0,0
Change History (5)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
Owner: | changed from | to
---|
comment:4 by , 5 years ago
Status: | assigned → accepted |
---|
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Once the above is fixed, it should be checked if this query works as well:
It also throws an error currently, but should not.