Skip to content

Commit

Permalink
Upgrade Hive to 2.3.7 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantchokshi committed Apr 24, 2020
1 parent dcd6d41 commit 6501bcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @HotelsDotCom/waggle-dance-committers
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [1.4.2] - 2020-04-24
### Changed
* Upgraded version of `hive.version` to `2.3.7` (was `2.3.4`). Allows hcommon-hive-metastore to be used on JDK>=9.

# [1.4.1] - 2019-10-03
### Fixed
* Made `newTablePathResolver` method in `TablePathResolver` public.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<hamcrest-library.version>1.3</hamcrest-library.version>
<hcommon-ssh.version>1.0.1</hcommon-ssh.version>
<hibernate-validator.version>5.4.2.Final</hibernate-validator.version>
<hive.version>2.3.4</hive.version>
<hive.version>2.3.7</hive.version>
<javax-el.version>3.0.1-b08</javax-el.version>
<log4j2.version>2.6.2</log4j2.version>
<mockito.version>1.10.19</mockito.version>
Expand Down

0 comments on commit 6501bcc

Please sign in to comment.