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

Remove table type and dependent usages #22284

Merged
merged 21 commits into from
Mar 31, 2020

Conversation

mohanvive
Copy link
Contributor

@mohanvive mohanvive commented Mar 28, 2020

Purpose

This PR removed the table type and related usages in ballerina language.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@mohanvive mohanvive changed the title [WIP] Remove table type and dependent usages Remove table type and dependent usages Mar 30, 2020
@mohanvive
Copy link
Contributor Author

As you aware, there is a proposal for new Table implementation [1]. Due to this, we have to remove the existing table implementation and JDBC connector (depends on old table impl). This PR, removes table type, old jdbc impl and related depend changes.

Also, table type usage in other test cases are commented (with TODO flag) for the future need.

[1] https://github.com/ballerina-platform/ballerina-spec/blob/master/lang/proposals/tablenoclone/tablenoclone.md

Copy link
Contributor

@nadeeshaan nadeeshaan left a comment

Choose a reason for hiding this comment

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

@mohanvive
Shall we create an issue to track the disabled test cases for this particular change

Remove obsolete table related classes
@CLAassistant
Copy link

CLAassistant commented Mar 31, 2020

CLA assistant check
All committers have signed the CLA.

@mohanvive
Copy link
Contributor Author

@mohanvive
Shall we create an issue to track the disabled test cases for this particular change

There are a considerable amount of test cases. Let me create an issue for this.

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

Successfully merging this pull request may close these issues.

7 participants