Opened 5 years ago
Closed 5 years ago
#2115 closed defect (invalid)
range constructor throws invalid error on compatible sdoms
Reported by: | Dimitar Misev | Owned by: | dkamov |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | qlparser | Version: | 9.8 |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
Simple example to reproduce the problem:
$ rasql -q 'select {c[0,0:4,0:4], d[0:4,0:4]} from test_grey3d as c, test_grey2 as d' --out file rasql: rasdaman query tool v1.0, rasdaman 9.8.0. Opening database RASBASE at localhost:7001... ok. Executing retrieval query... rasdaman error 351: Execution error 351 in line 0, column 0, near token : Spatial domains of the binary induce operands are incompatible. aborting transaction... ok. rasql done.
c[0,0:4,0:4]
and d[0:4,0:4]
have the same sdoms but rasdaman think they are different and throws an error.
Change History (4)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Owner: | changed from | to
---|
comment:3 by , 5 years ago
comment:4 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I couldn't reproduce the problem.