Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Bug Fixes and Refactoring

Compare
Choose a tag to compare
@morazow morazow released this 21 Oct 09:22
· 8 commits to main since this release
d279464

Summary

This is the first release of the project. This release fixes bugs related to native library loading and Hive metastore address selection. We also refactored artifact builds and migrated to Github Actions from Travis CI.

Bug Fixes

  • #56: Fixed Hive 3.0.0+ version Metastore URI selection issue (PR #57)
  • #52: Fixed native library loading issue in 6.2.12+ and 7.0.0+ versions (PR #58)

Refactoring

  • #66: Migrated to Github Actions from Travis CI
  • #67: Refactored compilation and artifact building settings