Skip to content

Commit 94e9a86

Browse files
committed
Start preparing for 1.7.0-SNAPSHOT development
1 parent f9b0055 commit 94e9a86

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ public class ExampleTest {
9494
}
9595
```
9696

97+
## Compatibility
98+
99+
For the Docker Image of `apache/hive:4.0.0`,
100+
you can use `1.4.0` of `io.github.linghengqian:hive-server2-jdbc-driver-thin` or `io.github.linghengqian:hive-server2-jdbc-driver-uber`.
101+
102+
For the Docker Image of `apache/hive:4.0.1`,
103+
you can use `1.6.0` of `io.github.linghengqian:hive-server2-jdbc-driver-thin` or `io.github.linghengqian:hive-server2-jdbc-driver-uber`.
104+
97105
## Background
98106

99107
Refer to [Background](./doc/Background.md).

doc/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## v1
44

5+
### 1.7.0-SNAPSHOT
6+
7+
Build from `apache/hive:rel/release-4.0.1`.
8+
9+
```
10+
io.github.linghengqian:hive-server2-jdbc-driver-thin:1.7.0-SNAPSHOT
11+
io.github.linghengqian:hive-server2-jdbc-driver-uber:1.7.0-SNAPSHOT
12+
```
13+
514
### 1.6.0
615

716
1. Support connecting to HiveServer2 with ZooKeeper Service Discovery enabled in GraalVM Native Image.

hive-server2-jdbc-driver-thin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.linghengqian</groupId>
2424
<artifactId>hive-parent</artifactId>
25-
<version>1.6.0</version>
25+
<version>1.7.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>hive-server2-jdbc-driver-thin</artifactId>

hive-server2-jdbc-driver-uber/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.linghengqian</groupId>
2424
<artifactId>hive-parent</artifactId>
25-
<version>1.6.0</version>
25+
<version>1.7.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>hive-server2-jdbc-driver-uber</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>io.github.linghengqian</groupId>
2323
<artifactId>hive-parent</artifactId>
24-
<version>1.6.0</version>
24+
<version>1.7.0-SNAPSHOT</version>
2525

2626
<packaging>pom</packaging>
2727
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)