haishui

Results 3 issues of haishui

## Summary Fix for issue https://github.com/ClickHouse/clickhouse-java/issues/1551

### Describe the bug Method `equals` in [ByteUtils](https://github.com/ClickHouse/clickhouse-java/blob/main/clickhouse-data/src/main/java9/com/clickhouse/data/ByteUtils.java) returns `Arrays.equals(a, aFromIndex, aToIndex, a, bFromIndex, bToIndex)`. The second byte[] should be `b`

bug

### Describe the bug The DateTime results will -8h when inserting long values using PrepareStatement with use_server_time_zone=false&use_time_zone=Asia/Shanghai. (ClickHouse Server timezone is UTC) Expected: '1970-01-01 08:00:00.001000000' Actual: '1970-01-01 00:00:00.001000000' (timezone is...

bug
jdbc-v1
area:data-type