Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Dominique Boutigny has discovered that the column type for the _max fields in the instrument table is not large enough for the values we use in obs_lsst - apparently we're not using a 64-bit type, and we never noticed because <sigh> SQLite doesn't care about types.
We should do full audit of all of our integer fields and make sure we chose appropriate sizes for all of them. This may involve switching from just "int" in the dimension configs to more precise types.
Attachments
Issue Links
- duplicates
-
DM-25347 Integer out of range when trying to convert RC2 rerun using postgresql
- Done
I forgot this ticket existed when I asked Michelle Gower to create
DM-25347, and I've already started the work on the branch for that ticket, so I'm closing this one as a duplicate.