File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 49
49
.addDbParam(ClickHouseQueryParam . MAX_PARALLEL_REPLICAS , 2 )
50
50
.send();
51
51
```
52
- #### Send data in binary formated with custom user callback
52
+ #### Send data in binary formatted with custom user callback
53
53
``` java
54
54
import ru.yandex.clickhouse.ClickHouseStatement ;
55
55
ClickHouseStatement sth = connection. createStatement();
Original file line number Diff line number Diff line change 351
351
<pattern >org.apache</pattern >
352
352
<shadedPattern >${shade.base} .apache</shadedPattern >
353
353
</relocation >
354
+ <relocation >
355
+ <pattern >org.checkerframework</pattern >
356
+ <shadedPattern >${shade.base} .checker</shadedPattern >
357
+ </relocation >
354
358
<relocation >
355
359
<pattern >net.jpountz</pattern >
356
360
<shadedPattern >${shade.base} .jpountz</shadedPattern >
You can’t perform that action at this time.
0 commit comments