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

SAMZA-1998: Table API refactoring #807

Closed
wants to merge 46 commits into from

Conversation

weisong44
Copy link
Member

@weisong44 weisong44 commented Nov 15, 2018

Table API refactoring
- Removed TableSpec
- Consolidated configuration generation for tables to table descriptors
- Refactored constructor so that only local table would require serde's
- Removed table provider for RocksDB- and in-memory tables, and added LocalTableProvider
- Updates to unit tests
- Various refactoring

Copy link
Contributor

@prateekm prateekm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks much cleaner and simpler now. A few more suggestions for potential simplification.

Copy link
Contributor

@prateekm prateekm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with a few more suggestion. Feel free to address them and merge. Thanks for the cleanup!

@asfgit asfgit closed this in 5f7a22c Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants