I don't understand what the expected outcome is...
It seems like you are trying to change a VARCHAR(33) to TINYINT(33). For obvious reasons, this won't work if your column contains non-numeric values (as it seemingly does based on the error reported).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please send instructions to reproduce this.
This is similar to #555.
I don't understand what the expected outcome is...
It seems like you are trying to change a VARCHAR(33) to TINYINT(33). For obvious reasons, this won't work if your column contains non-numeric values (as it seemingly does based on the error reported).