Skip to content

Commit 261825e

Browse files
committed
Update README
1 parent c63f9b7 commit 261825e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
<p>
44
<a>
5-
<img src="https://img.shields.io/badge/JDK-8+-green.svg" alt="">
5+
<img src="https://img.shields.io/badge/HotSpot VM-OpenJDK 8+-green.svg" alt="">
6+
</a>
7+
<a>
8+
<img src="https://img.shields.io/badge/GraalVM Native Image-GraalVM CE For JDK 22.0.2+-blue.svg" alt="">
69
</a>
710
</p>
811

hive-server2-jdbc-driver-thin/src/test/java/io/github/linghengqian/hive/server2/jdbc/driver/thin/InformationSchemaTest.java

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
import static org.hamcrest.Matchers.is;
3434
import static org.junit.jupiter.api.Assertions.assertThrows;
3535

36+
/**
37+
* TODO This unit test is affected by <a href="https://github.com/apache/hive/pull/5629">apache/hive#5629</a>,
38+
* the `information_schema` database does not exist by default.
39+
*/
3640
@SuppressWarnings({"SqlNoDataSourceInspection", "resource"})
3741
@Testcontainers
3842
public class InformationSchemaTest {

hive-server2-jdbc-driver-uber/src/test/java/io/github/linghengqian/hive/server2/jdbc/driver/uber/InformationSchemaTest.java

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
import static org.hamcrest.Matchers.is;
3434
import static org.junit.jupiter.api.Assertions.assertThrows;
3535

36+
/**
37+
* TODO This unit test is affected by <a href="https://github.com/apache/hive/pull/5629">apache/hive#5629</a>,
38+
* the `information_schema` database does not exist by default.
39+
*/
3640
@SuppressWarnings({"SqlNoDataSourceInspection", "resource"})
3741
@Testcontainers
3842
public class InformationSchemaTest {

0 commit comments

Comments
 (0)