We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023421d commit 85f45e1Copy full SHA for 85f45e1
src/com/xxdb/data/BasicAnyVector.java
@@ -35,7 +35,7 @@ protected BasicAnyVector(ExtendedDataInput in) throws IOException{
35
int cols = in.readInt();
36
int size = rows * cols;
37
values = new Entity[size];
38
- assert(rows <= 1024);
+// assert(rows <= 1024);
39
for(int i=0; i<size; ++i){
40
short flag = in.readShort();
41
int form = flag>>8;
0 commit comments