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

Added support for Vertica as data source #4404

Merged
merged 9 commits into from
Jul 10, 2019
Merged

Conversation

tysaito
Copy link
Contributor

@tysaito tysaito commented Jul 8, 2019

I made changes by following https://thirdeye.readthedocs.io/en/latest/contribute_datasource.html. Please let me know if there are any more change which are required.

DataSource dataSource = new DataSource();
dataSource.setInitialSize(INIT_CONNECTIONS);
dataSource.setMaxActive(MAX_CONNECTIONS);
System.out.println(verticaUser);
Copy link
Member

Choose a reason for hiding this comment

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

could you remove the print line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the review @jihaozh. I removed that line.

Copy link

@xiaohui-sun xiaohui-sun left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for adding this. @tysaito

Copy link
Member

@jihaozh jihaozh left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for contributing!

@jihaozh jihaozh merged commit 52f69d1 into apache:master Jul 10, 2019
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.

None yet

3 participants