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

[Redshift] Moving data type logic into typing.go #960

Merged
merged 3 commits into from
Oct 10, 2024
Merged

Conversation

Tang8330
Copy link
Contributor

No functional changes, just moving files around.

@Tang8330 Tang8330 marked this pull request as ready for review October 10, 2024 00:53
@Tang8330 Tang8330 requested a review from a team as a code owner October 10, 2024 00:53
@@ -39,7 +39,7 @@ func (d Details) toKind(maxPrecision int32, exceededKind string) string {
return exceededKind
}

return fmt.Sprintf("NUMERIC(%v, %v)", d.precision, d.scale)
return fmt.Sprintf("NUMERIC(%d, %d)", d.precision, d.scale)
Copy link
Contributor

Choose a reason for hiding this comment

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

Just calling out that this is technically a 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.

True, my bad - forgot to call this out

@Tang8330 Tang8330 merged commit 1b1ddbe into master Oct 10, 2024
3 checks passed
@Tang8330 Tang8330 deleted the add-numeric branch October 10, 2024 19:03
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