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-35299: Add truth_type columns to imsim MatchesObject/Truth #97

Merged
merged 1 commit into from Nov 11, 2022

Conversation

taranu
Copy link
Contributor

@taranu taranu commented Oct 19, 2022

No description provided.

- name: truth_type
'@id': '#MatchesTruth.truth_type'
datatype: long
mysql:datatype: BIGINT
Copy link
Member

Choose a reason for hiding this comment

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

Regular int seems sufficient to hold values up to 3? Any other reason to make this a long/BIGINT? Same for match_truth_type below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The truth_type column in the already-ingested truth_summary tables is an int64. I'm not sure if they were originally like that or if I and/or pandas did something wrong in ingest. At any rate, it needs to be this way or else ci_imsim will fail, and I don't think fixing it is worth the effort at this point. I presume the fix for testdata_ci_imsim wouldn't be difficult but for every other existing repo...?

@taranu taranu merged commit 2036000 into main Nov 11, 2022
@taranu taranu deleted the tickets/DM-35299 branch November 11, 2022 00:09
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