Hello, Igniters.

I found a bug when I execute next queries on the client:

CREATE TABLE t1 (name VARCHAR(1), unused LONG, PRIMARY KEY(name));
INSERT INTO t1 (name) values ('A');
SELECT name FROM t1 ORDER BY name, unused;

The latest query throws exception like "BinaryObjectException: Cannot find
schema for object with compact footer [typeId=-1289534525, schemaId=0]"

Is it a bug? Does anybody fix it right now?


-- 
Best wishes,
Amelchev Nikita

Reply via email to