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

[Cherrypicked] Redshift source and connector plugin added. #492

Merged

Conversation

vikasrathee-cs
Copy link
Contributor

@vikasrathee-cs vikasrathee-cs commented Mar 19, 2024

Added Redshift Source plugin for 6.9.x versions.
Cherrypicked from #485

Added Redshift Source plugin for 6.9.x versions.
@vikasrathee-cs vikasrathee-cs changed the title Redshift source and connector plugin added. [Cherrypicked] Redshift source and connector plugin added. Mar 19, 2024
@@ -59,7 +59,7 @@
public final class DBUtils {
private static final Logger LOG = LoggerFactory.getLogger(DBUtils.class);

private static final Calendar PURE_GREGORIAN_CALENDAR = createPureGregorianCalender();
public static final Calendar PURE_GREGORIAN_CALENDAR = createPureGregorianCalender();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was getting used in one of the class and was public in 1.11 release

Copy link
Member

Choose a reason for hiding this comment

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

If it is not getting used in any of the redshift class related to your change, let's revert. Otherwise LGTM.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is getting used.

@vikasrathee-cs vikasrathee-cs merged commit cc334fe into data-integrations:release/1.10 Mar 21, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants