You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2023/03/01 09:32:42 UTC

[hbase-connectors] branch master updated (ca7733a -> bb2902f)

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


    from ca7733a  HBASE-27678 Update checkstyle to 8.45.1 (#111)
     add bb2902f  HBASE-27639 Support hbase-connectors compilation with HBase 2.5.3, Hadoop 3.2.4 and Spark 3.2.3 (#110)

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 13 ++++
 spark/hbase-spark-it/pom.xml                       | 13 ++++
 spark/hbase-spark/pom.xml                          | 13 ++++
 .../hadoop/hbase/spark/TestJavaHBaseContext.java   | 23 +++++--
 .../spark/TestJavaHBaseContextForLargeRows.java    | 74 ++++++++++++++++++++++
 5 files changed, 130 insertions(+), 6 deletions(-)
 create mode 100644 spark/hbase-spark/src/test/java/org/apache/hadoop/hbase/spark/TestJavaHBaseContextForLargeRows.java