Opened 4 years ago
#2380 assigned defect
rasql - cannot subset a collection via decode() operator
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
Below after decode()
it should work as a stored rasdaman collection for subsetting:
rasql -q 'select decode(<[0:0] 1c>, "GDAL", "{\"filePaths\":[\"/tmp/mean_summer_airtemp.tif\"]}")[0:10,0:10]' --out string
[ERROR] - 2020-10-29 14:56:51,821, raslib/minterval.cc:785: cannot create intersection of mintervals of mismatching dimensions: [0:10,0:10] and [0:0] Exception: Dimension mismatch between 2 and 1.
Note:
See TracTickets
for help on using tickets.