Refactoring: Remote metadata reading
Summary
This is a refactoring release, request dispatching and SQL dialect handling and remote metadata handling were modularized. A large number of Sonar findings was resolved.
Changes
- #45: Rewrote parts of the JDBC adapter to use the new
common
code - #121: Used new request dispatching from
common
- #123: Improved how schemas identify support for structural elements
- #131: Refactored metadata reading
- #147: Enabled Hive integration test
- #154: Rewrote documentation after refactoring
- #155: moved property validation logic to dialects
- #162: Automatically register SQL dialects
- #167: Fixed broken JavaDoc