clickhouse-java
clickhouse-java copied to clipboard
Fix param error in ByteUtils#equals in java9
Describe the bug
Method equals in ByteUtils returns Arrays.equals(a, aFromIndex, aToIndex, a, bFromIndex, bToIndex). The second byte[] should be b