IDENTITY columns generating every other number when merging

Leszek
Contributor

Hi,

I'm doing merge to my Delta Table which has IDENTITY column:

Id BIGINT GENERATED ALWAYS AS IDENTITY

Inserted data has in the id column every other number, like this:

imageIs this expected behavior? Is there any workaround to make number increasing by 1?

Dataspeaksss
New Contributor II

Were you able to resolve it? I'm facing the same issue.