Opened 5 years ago

Closed 5 years ago

#2065 closed enhancement (fixed)

rasql: cannot update collection with CFloat32

Reported by: Bang Pham Huu Owned by: apercov
Priority: major Milestone: 9.8
Component: server Version: 9.7
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

Attached, file is 1 band Tif file with GDAL CFloat32 type.

CREATE COLLECTION test_CFloat32 Gauss1Set

INSERT INTO test_CFloat32 VALUES <[0:0,0:0] complex(0f, 0f)>

UPDATE test_CFloat32 SET test_CFloat32[0:88,0:70] ASSIGN decode(<[0:0] 1c>, "GDAL", "{\"filePaths\":[\"/home/rasdaman/rasdaman_community/rasdaman/systemtest/testcases_services/test_all_wcst_import/testdata/test_CFloat32/test.tif\"]}") WHERE oid(test_CFloat32) = 144897

No log from rasserver, except this line

Reason: Exception: Conversion format is not supported.

Attachments (2)

test.tif (50.0 KB ) - added by Bang Pham Huu 5 years ago.
CFloat32 file
test.sh (363 bytes ) - added by Bang Pham Huu 5 years ago.

Download all attachments as: .zip

Change History (10)

by Bang Pham Huu, 5 years ago

Attachment: test.tif added

CFloat32 file

comment:1 by Dimitar Misev, 5 years ago

can you create a test.sh script?

by Bang Pham Huu, 5 years ago

Attachment: test.sh added

in reply to:  1 comment:2 by Bang Pham Huu, 5 years ago

Replying to dmisev:

can you create a test.sh script?

It contains only 3 rasql commands (However, it is here http://rasdaman.org/attachment/ticket/2065/test.sh).

Copy attached file to /tmp/test.tif before running script.

comment:3 by Dimitar Misev, 5 years ago

Owner: changed from Dimitar Misev to ahambasan
Status: newassigned

comment:4 by ahambasan, 5 years ago

I don't believe it is a bug, but rather an enhancement. This conversion format seems like it is really not supported. See http://rasdaman.org/browser/conversion/gdal.cc#L514 .

comment:5 by Dimitar Misev, 5 years ago

Type: defectenhancement

comment:6 by Dimitar Misev, 5 years ago

Owner: changed from ahambasan to apercov

comment:7 by apercov, 5 years ago

Status: assignedaccepted

comment:8 by Dimitar Misev, 5 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.