Opened 5 years ago
Closed 5 years ago
#2254 closed defect (fixed)
Wrong error when subset is not inside of mdd sdom
Reported by: | Dimitar Misev | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | 9.8 |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
rasql -q 'select c[0:700,0:800] from test_mr as c' --out string Executing retrieval query... rasdaman error 356: Execution error 356 in line 1, column 9, near token [: Specified domain does not intersect with spatial domain of MDD.
because the subset does intersect with sdom of test_mr, which is
$ rasql -q 'select sdom(c) from test_mr as c' --out string Result element 1: [0:59,0:39]
The error should say: subset extends outside the array sdom
Change History (2)
comment:1 by , 5 years ago
Status: | assigned → accepted |
---|
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.