What is the proposed approach to change the dataty...
# troubleshooting
p
What is the proposed approach to change the datatype of a column in the schema during production runtime?
m
Hmm, only backward data type changes are allowed (eg int to long), incompatible data types are not allowed.
What’s the change in your case?
p
Just asking for future preparation. It would most likely be int to long
m
Yeah, that should be fine.