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

Minor JDBC Connector tests fixes #8361

Merged
merged 4 commits into from
Jun 24, 2021

Conversation

kokosing
Copy link
Member

No description provided.

@cla-bot cla-bot bot added the cla-signed label Jun 23, 2021
@kokosing kokosing requested review from findepi, wendigo and Praveen2112 and removed request for findepi June 23, 2021 11:16
@kokosing
Copy link
Member Author

Extracted from #6287

@kokosing
Copy link
Member Author

Thanks for the review, I have just added two more commits.

@kokosing kokosing force-pushed the origin/master/285_minor_jdbc_fixes branch 2 times, most recently from cc39a50 to ced3f14 Compare June 23, 2021 20:22
kokosing added 4 commits June 24, 2021 12:10
By default SUPPORTS_CREATE_VIEW and SUPPORTS_DELETE are set
to false. No need to repeat that in BaseJdbcConnectorTest.
- Remove obsolete comment
- regionkey starts from 0, so fix expected results
This method requires to be implemented so it is part of the contract,
hence it should be visible more.
@kokosing kokosing force-pushed the origin/master/285_minor_jdbc_fixes branch from ced3f14 to e2ff459 Compare June 24, 2021 10:10
@@ -87,6 +87,8 @@
{
private final ExecutorService executor = newCachedThreadPool(daemonThreadsNamed(getClass().getName()));

protected abstract SqlExecutor onRemoteDatabase();
Copy link
Member

Choose a reason for hiding this comment

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

OTOH it's a helper, so i belongs at the bottom

@kokosing kokosing merged commit 13c3a72 into trinodb:master Jun 24, 2021
@kokosing kokosing deleted the origin/master/285_minor_jdbc_fixes branch June 24, 2021 10:57
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.

3 participants