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 09e89bc commit 8989180Copy full SHA for 8989180
client-v2/src/test/java/com/clickhouse/client/insert/SamplePOJO.java
@@ -665,8 +665,9 @@ public static String generateTableCreateSQL(String tableName) {
665
"tuple Tuple(UInt64, Int32, String), " +
666
"map Map(String, Int32), " +
667
"nested Nested (innerInt Int32, innerString String), " +
668
- "groupBitmapUint32 AggregateFunction(groupBitmap, UInt32)," +
669
- "groupBitmapUint64 AggregateFunction(groupBitmap, UInt64)" +
+// "groupBitmapUint32 AggregateFunction(groupBitmap, UInt32)," +
+ // TODO: fix this
670
+// "groupBitmapUint64 AggregateFunction(groupBitmap, UInt64)" +
671
") ENGINE = Memory";
672
}
673
0 commit comments