File tree 5 files changed +20
-3
lines changed
hive-server2-jdbc-driver-thin
hive-server2-jdbc-driver-uber
5 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ public class ExampleTest {
94
94
}
95
95
```
96
96
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
+
97
105
## Background
98
106
99
107
Refer to [ Background] ( ./doc/Background.md ) .
Original file line number Diff line number Diff line change 2
2
3
3
## v1
4
4
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
+
5
14
### 1.6.0
6
15
7
16
1 . Support connecting to HiveServer2 with ZooKeeper Service Discovery enabled in GraalVM Native Image.
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.github.linghengqian</groupId >
24
24
<artifactId >hive-parent</artifactId >
25
- <version >1.6.0 </version >
25
+ <version >1.7.0-SNAPSHOT </version >
26
26
</parent >
27
27
28
28
<artifactId >hive-server2-jdbc-driver-thin</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.github.linghengqian</groupId >
24
24
<artifactId >hive-parent</artifactId >
25
- <version >1.6.0 </version >
25
+ <version >1.7.0-SNAPSHOT </version >
26
26
</parent >
27
27
28
28
<artifactId >hive-server2-jdbc-driver-uber</artifactId >
Original file line number Diff line number Diff line change 21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >io.github.linghengqian</groupId >
23
23
<artifactId >hive-parent</artifactId >
24
- <version >1.6.0 </version >
24
+ <version >1.7.0-SNAPSHOT </version >
25
25
26
26
<packaging >pom</packaging >
27
27
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments