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 4949 .addDbParam(ClickHouseQueryParam . MAX_PARALLEL_REPLICAS , 2 )
5050 .send();
5151```
52- #### Send data in binary formated with custom user callback
52+ #### Send data in binary formatted with custom user callback
5353``` java
5454import ru.yandex.clickhouse.ClickHouseStatement ;
5555ClickHouseStatement sth = connection. createStatement();
Original file line number Diff line number Diff line change 351351 <pattern >org.apache</pattern >
352352 <shadedPattern >${shade.base} .apache</shadedPattern >
353353 </relocation >
354+ <relocation >
355+ <pattern >org.checkerframework</pattern >
356+ <shadedPattern >${shade.base} .checker</shadedPattern >
357+ </relocation >
354358 <relocation >
355359 <pattern >net.jpountz</pattern >
356360 <shadedPattern >${shade.base} .jpountz</shadedPattern >
You can’t perform that action at this time.
0 commit comments