Skip to content

Commit 2133063

Browse files
committed
better row rollback and optimize array staging
1 parent 5fd10f6 commit 2133063

6 files changed

Lines changed: 723 additions & 185 deletions

File tree

core/src/main/java/io/questdb/client/cairo/ColumnType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ private static int mkGeoHashType(int bits, short baseType) {
352352
typeNameMap.put(NULL, "NULL");
353353

354354
arrayTypeSet.add(DOUBLE);
355+
arrayTypeSet.add(LONG);
355356

356357
TYPE_SIZE_POW2[UNDEFINED] = -1;
357358
TYPE_SIZE_POW2[BOOLEAN] = 0;
@@ -504,4 +505,4 @@ private static int mkGeoHashType(int bits, short baseType) {
504505
}
505506
}
506507
}
507-
}
508+
}

0 commit comments

Comments
 (0)