This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git
The following commit(s) were added to refs/heads/main by this push:
new e0d1e58 [hotfix] Match HBase version in `HBaseITCase`
e0d1e58 is described below
commit e0d1e58932ecfabdc28b7bf7537c8dd4e4c5789e
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Jul 13 15:13:45 2026 +0200
[hotfix] Match HBase version in `HBaseITCase`
---
.../src/test/java/org/apache/flink/streaming/tests/HBaseITCase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming/tests/HBaseITCase.java
b/flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming/tests/HBaseITCase.java
index c05900d..21a01a0 100644
---
a/flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming/tests/HBaseITCase.java
+++
b/flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming/tests/HBaseITCase.java
@@ -51,7 +51,7 @@ import static
org.testcontainers.shaded.org.hamcrest.Matchers.containsString;
/** End to end HBase connector tests. */
class HBaseITCase {
- private static final String HBASE_VERSION = "2.6.4";
+ private static final String HBASE_VERSION = "2.6.6";
private static final String CONNECTOR_VERSION = "hbase-2.6";
private static final String HBASE_E2E_SQL = "hbase_e2e.sql";
private static final Path HADOOP_CP =
ResourceTestUtils.getResource(".*hadoop.classpath");