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

DM-43748: Add missing length fields to a few columns #202

Merged
merged 1 commit into from Apr 9, 2024

Conversation

JeremyMcCormick
Copy link
Collaborator

@JeremyMcCormick JeremyMcCormick commented Apr 8, 2024

A few columns in DP0.2 and imsim were missing the length field. There are MySQL type overrides that include the length but these are not propagated to Felis's internal type engine.

The DP0.2 lengths were copied from the mysql:datatype and verified against the values for the corresponding columns in the Qserv ingest files.

The imsim length was also taken from the mysql:datatype value.

Copy link
Collaborator

@gpdf gpdf left a comment

Choose a reason for hiding this comment

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

Looks fine. Just needs to be verified that this doesn't trigger anything weird downstream, but that seems unlikely because most other string types do already have a length declared.

@JeremyMcCormick JeremyMcCormick merged commit 6851200 into main Apr 9, 2024
4 checks passed
@JeremyMcCormick JeremyMcCormick deleted the tickets/DM-43748 branch April 9, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants