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 Dimitar Misev, 5 years ago

Owner: changed from Dimitar Misev to apercov
Status: newassigned

comment:2 by Dimitar Misev, 5 years ago

Owner: changed from apercov to dkamov

comment:3 by dkamov, 5 years ago

I couldn't 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... ok.
Query result collection has 1 element(s):
  Result object 1: going into file rasql_1.unknown... ok.
rasql done.

comment:4 by Dimitar Misev, 5 years ago

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.