Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using RequestDispatcher and RemoteLogManager #121

Closed
redcatbear opened this issue Mar 21, 2019 · 1 comment
Closed

Using RequestDispatcher and RemoteLogManager #121

redcatbear opened this issue Mar 21, 2019 · 1 comment
Assignees

Comments

@redcatbear
Copy link
Collaborator

Situation

In preparation for making the Virtual Schemas more extensible, we introduced the RequestDispatcher and RemoteLogManager in virtual-schema-common-java. In this ticket we are going to use them and remove the old code that statically dispatched to the JdbcAdapter.

Acceptance Criteria

  • JdbcAdapter gets requests from RequestDisptacher
  • Logging configuration is completely moved from the JdbcAdapter to the common module
@redcatbear
Copy link
Collaborator Author

Closed with #153.

redcatbear added a commit that referenced this issue May 2, 2019
* #45: Rewrote parts of the JDBC adapter to use the new commons code.
* #121: Refactored request dispatching
* #124: Read Redshift metadata
* #131: Refactored general metadata reading
* #155: Moved validation logic to dialects
* #163: Fixed Hive integration tests
redcatbear added a commit that referenced this issue May 3, 2019
* #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
* #155: moved property validation logic to dialects
* #162: Automatically register SQL dialects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant