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

[Typing] Support different Redshift Integers #926

Merged
merged 5 commits into from
Sep 25, 2024

Conversation

Tang8330
Copy link
Contributor

@Tang8330 Tang8330 commented Sep 25, 2024

Scope

This PR adds the ability for us to better infer different integer types within Redshift. Today, we are treating all integer kinds as typing.Integer and creating INT8 columns for them.

This PR will add the ability for us to better detect INT2 and INT4 data types.

@Tang8330 Tang8330 changed the title [WIP] Support different Redshift Integers [Typing] Support different Redshift Integers Sep 25, 2024
@Tang8330 Tang8330 marked this pull request as ready for review September 25, 2024 15:33
@Tang8330 Tang8330 requested a review from a team as a code owner September 25, 2024 15:33
@Tang8330 Tang8330 merged commit 756a7fe into master Sep 25, 2024
3 checks passed
@Tang8330 Tang8330 deleted the support-different-redshift-integers branch September 25, 2024 21:49
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.

2 participants