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 deprecated API from ConnectorPageSourceProvider #1095

Merged

Conversation

Praveen2112
Copy link
Member

No description provided.

@cla-bot cla-bot bot added the cla-signed label Jul 8, 2019
@@ -26,19 +26,6 @@ default ConnectorPageSource createPageSource(
ConnectorSplit split,
Copy link
Member

Choose a reason for hiding this comment

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

a typo in commit msg and PR title

/**
* @param columns columns that should show up in the output page, in this order
*/
@Deprecated
Copy link
Member

Choose a reason for hiding this comment

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

when it was deprecated?

Copy link
Member Author

Choose a reason for hiding this comment

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

IIRC we had one issue where TupleDomain was common for a table scan and we are copying it for all splits so we capture it in TableHandle and pass it to the worker so the size of split can be reduced

Copy link
Member

Choose a reason for hiding this comment

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

@Praveen2112 Praveen2112 changed the title Remove depricated API from ConnectorPageSourceProvider Remove deprecated API from ConnectorPageSourceProvider Jul 8, 2019
@Praveen2112 Praveen2112 force-pushed the remove_depricated_pagesource_api branch from a7ac513 to 4de56b0 Compare July 8, 2019 07:51
@Praveen2112
Copy link
Member Author

@kokosing Thanks for pointing it out. Have updated it

@kokosing kokosing merged commit 4da3b88 into trinodb:master Jul 10, 2019
@kokosing kokosing added this to the 317 milestone Jul 10, 2019
@kokosing kokosing mentioned this pull request Jul 10, 2019
5 tasks
@kokosing
Copy link
Member

Merged, thanks!

@Praveen2112 Praveen2112 deleted the remove_depricated_pagesource_api branch July 13, 2019 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants