Skip to content

Refactoring: Remote metadata reading

Compare
Choose a tag to compare
@redcatbear redcatbear released this 03 May 10:27
b04147b

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