Problem description

Caused by: [ErrorCode]:OTSInvalidPK, [Message]:Validate PK type fail. Input: VT_STRING, Meta: VT_BLOB. [RequestId]:00055f43-3d31-012b-62c3-980a3eefe39e, [TraceId]:02822839-3b5b-af35-409a-cf68841239fa, [HttpStatus:]400

Cause

When the table is created, the data type supported by the primary key columns is BINARY. However, the data type of your data is STRING.

Solution

Ensure that your data is of the correct type.