Opened 4 years ago

Closed 4 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 apercov, 4 years ago

Status: assignedaccepted

comment:2 by Dimitar Misev, 4 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.