Opened 3 years ago

Closed 3 years ago

#2440 closed defect (invalid)

rasql - rasserver killed with colorTable on R,G,B array

Reported by: Bang Pham Huu Owned by: Dimitar Misev
Priority: major Milestone: 10.0
Component: rasserver Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

This rasql query

SELECT ENCODE( (  SCALE ( ( ( CASE WHEN ( c0[0,0:530,0:885] <= 0 ) THEN (
{13,79,220} ) ELSE ( {255,254,214} ) END ) ), [0:599, 0:799] ) ) , "png",
"{
  \"colorMap\" : {
    \"type\" : \"intervals\",
    \"colorTable\" : {
      \"0\" : [ 0, 0, 0, 0 ]
    }
  },
  \"transpose\" : [ 0, 1 ],
  \"nodata\" : [ -999.0 ]
}") FROM  Yulin_test_from140_2 AS c0

and rasserver is killed with error

Change History (1)

comment:1 by Dimitar Misev, 3 years ago

Resolution: invalid
Status: assignedclosed

I cannot reproduce it, I get error

rasdaman error 381: Execution error 381 in line 2, column 1, near token encode: Error in convertor of the selected data exchange format.

Note: See TracTickets for help on using tickets.