Opened 18 months ago
Closed 15 months ago
#2731 closed defect (fixed)
FIX - rasql wrong error messages for subsets
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | rasql | Version: | 10.2 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
This query is valid but the error shows:
rasql -q 'SELECT encode( c[0,0:39][39:39] , "text/csv") FROM test_mr AS c'
rasdaman error 356: Execution error 356 in line 1, column 25, near token [: Specified domain does not intersect with spatial domain of MDD.
Change History (5)
comment:1 by , 18 months ago
Priority: | blocker → major |
---|
comment:2 by , 15 months ago
Owner: | changed from | to
---|
comment:3 by , 15 months ago
comment:4 by , 15 months ago
Another test query with the same issue (#2382):
rasql -q 'SELECT ( c + d[0:35,0:17, 0] )[30:32,3:12] FROM test_grey AS c, test_grey3d AS d'
comment:5 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate ticket #2651 throws the same error, for a subset on 4D collection: