Opened 4 years ago
Closed 15 months ago
#2382 closed defect (duplicate)
rasql - wrong subset validation error when grid domains are valid
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | rasserver | Version: | 9.8 |
Keywords: | Cc: | Vlad Merticariu, Peter Baumann | |
Complexity: | Medium |
Description
Import 2 test coverages from the attached file. Then check the rasql queries below:
rasql -q 'select sdom(c) from test_2d as c' --out string [0:35,0:17] rasql -q 'select sdom(c) from test_3d as c' --out string [0:0,0:35,0:17] rasql -q 'SELECT sdom( ( c + d[0,0:35,0:17] )) FROM test_2d AS c, test_3d AS d' --out string [0:35,0:17] rasql -q 'SELECT sdom( ( c + d[0,0:35,0:17] )[30:32,3:12]) FROM test_2d AS c, test_3d AS d' [ERROR] - 2020-11-03 09:58:48,833, qlparser/qtbinaryinduce.cc:313: areaOp1 [30:32,3:12] with extent [3,10] [ERROR] - 2020-11-03 09:58:48,833, qlparser/qtbinaryinduce.cc:314: areaOp2 [0:35,0:17] with extent [36,18] Execution error: Spatial domains of the binary induce operands are incompatible.
Attachments (1)
Change History (3)
by , 4 years ago
Attachment: | test_subset.zip added |
---|
comment:1 by , 4 years ago
Cc: | added |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 15 months ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #2371