This fix addresses a bug on backfill, that it would only overwrite values if the target column cells had No Data on them.
This eliminates the need for a fill function and replaces the column straight. This is safe because we know that they both have the exact same type given how we created the tmp dataset.
This fix addresses a bug on backfill, that it would only overwrite values if the target column cells had
No Data
on them.This eliminates the need for a
fill
function and replaces the column straight. This is safe because we know that they both have the exact same type given how we created the tmp dataset.