Michael Nacey
06/27/2023, 7:44 PMuser class threw exception: org.apache.spark.sql.delta.DeltaIllegalStateException: State of the checkpoint doesn't match that of the snapshot.
I found the source code that throws this error, but it doesn't seem possible for it to happen. Clearly it is, and the numberOfFiles check is in there for a reason. Could concurrent inserts cause this? Thanks.