on_schema_change sync_all_columns "Bad int64 value"

I’m trying to use on_schema_change sync_all_columns on Google Bigquery. When a column changes from string to int64 I get the error “Bad int64 value”

The source table contains the value ‘’ in the string fields before. This is could be the problem but how to solve it?