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 ba3412d commit 13e8b89Copy full SHA for 13e8b89
client-v2/src/test/java/com/clickhouse/client/insert/SamplePOJO.java
@@ -156,7 +156,7 @@ public SamplePOJO() {
156
nestedInnerString = innerString;
157
158
groupBitmapUint32 = ClickHouseBitmap.wrap(random.ints(5, Integer.MAX_VALUE - 100, Integer.MAX_VALUE).toArray());
159
- groupBitmapUint64 = ClickHouseBitmap.wrap(new Random().longs(5, Long.MAX_VALUE - 100, Long.MAX_VALUE).toArray());
+ groupBitmapUint64 = ClickHouseBitmap.wrap(random.longs(5, Long.MAX_VALUE - 100, Long.MAX_VALUE).toArray());
160
}
161
162
public int getInt8() {
0 commit comments