Restore incremental backups v1.5 OSS

I’m struggling with incremental restores.

The sideload query method suggested in the docs takes a long time to restore a 2-day incremental backup over about 500 measurements, and it is failing with this error:

> SELECT * INTO "efd"."autogen".:MEASUREMENT FROM "efd-diff"."autogen"./.*/ WHERE time > '2021-03-01T00:00:00Z'
ERR: partial write: field type conflict: input field "error" on measurement "lsst.sal.ATDome.ackcmd" is type float, already exists as type integer dropped=58

I learned from @rawkode in another post that this is due type checking, however we didn’t have schema changes in this measurement (at least recently) so I’m wondering why this query is returning that error?