public Array(int length, int typeId, int queryId, String typeName) {
this.length = length;
this.typeName = typeName;
this.typeId = typeId;
this.queryId = queryId;
}
fails to compile as typeName and typeId are not declared as fields on array.
This leads me to suspect that the source shipped does not correspond
to the binaries.
Can we have a new code drop soon which fixed this?
Many thanks
John Wilson
John Wilson