File tree Expand file tree Collapse file tree
src/test/java/org/apache/beam/sdk/io/hbase Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 jvmArgs " -Dtest.build.data.basedirectory=build/test-data"
3535}
3636
37- def hbase_version = " 2.6.3 -hadoop3"
37+ def hbase_version = " 2.6.5 -hadoop3"
3838
3939dependencies {
4040 implementation library. java. vendored_guava_32_1_2_jre
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ public void testWritingFailsBadElement() throws Exception {
436436
437437 thrown .expect (Pipeline .PipelineExecutionException .class );
438438 thrown .expectCause (Matchers .instanceOf (IllegalArgumentException .class ));
439- thrown .expectMessage ("No columns to insert " );
439+ thrown .expectMessage ("No columns to put " );
440440 p .run ().waitUntilFinish ();
441441 }
442442
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ description = "Apache Beam :: SDKs :: Java :: IO :: Iceberg :: Hive"
2626ext. summary = " Runtime dependencies needed for Hive catalog integration."
2727
2828def hive_version = " 3.1.3"
29- def hbase_version = " 2.6.3 -hadoop3"
29+ def hbase_version = " 2.6.5 -hadoop3"
3030def hadoop_version = " 3.4.1"
3131def iceberg_version = " 1.6.1"
3232def avatica_version = " 1.25.0"
You can’t perform that action at this time.
0 commit comments