Skip to content

Commit 8989180

Browse files
committed
commented bitmap from SamplePOJO
1 parent 09e89bc commit 8989180

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client-v2/src/test/java/com/clickhouse/client/insert/SamplePOJO.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,9 @@ public static String generateTableCreateSQL(String tableName) {
665665
"tuple Tuple(UInt64, Int32, String), " +
666666
"map Map(String, Int32), " +
667667
"nested Nested (innerInt Int32, innerString String), " +
668-
"groupBitmapUint32 AggregateFunction(groupBitmap, UInt32)," +
669-
"groupBitmapUint64 AggregateFunction(groupBitmap, UInt64)" +
668+
// "groupBitmapUint32 AggregateFunction(groupBitmap, UInt32)," +
669+
// TODO: fix this
670+
// "groupBitmapUint64 AggregateFunction(groupBitmap, UInt64)" +
670671
") ENGINE = Memory";
671672
}
672673
}

0 commit comments

Comments
 (0)