We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47747d1 + 210cc03 commit 66ccd8cCopy full SHA for 66ccd8c
2 files changed
README.md
@@ -49,7 +49,7 @@ sth
49
.addDbParam(ClickHouseQueryParam.MAX_PARALLEL_REPLICAS, 2)
50
.send();
51
```
52
-#### Send data in binary formated with custom user callback
+#### Send data in binary formatted with custom user callback
53
```java
54
import ru.yandex.clickhouse.ClickHouseStatement;
55
ClickHouseStatement sth = connection.createStatement();
pom.xml
@@ -351,6 +351,10 @@
351
<pattern>org.apache</pattern>
352
<shadedPattern>${shade.base}.apache</shadedPattern>
353
</relocation>
354
+ <relocation>
355
+ <pattern>org.checkerframework</pattern>
356
+ <shadedPattern>${shade.base}.checker</shadedPattern>
357
+ </relocation>
358
<relocation>
359
<pattern>net.jpountz</pattern>
360
<shadedPattern>${shade.base}.jpountz</shadedPattern>
0 commit comments