Could you include the exception you are seeing? Sent from my iPhone
> On May 23, 2023, at 9:13 PM, Gaurav Agarwal <gaurav130...@gmail.com> wrote: > > > Hi > > We are getting > " runtime file filtering exception the table has been concurrently modified > row level operation scan snapshot id " > > This exception we got while trying to delete the data from the table and has > copyonwrite setting for delete operation . I check the code this is mentioned > as in sparkcopyonwritescan.java > But why we are getting this exception if only one spark job is running which > tried to delete the data. > Any info why or in which case we are seeing this exception > > Thanks in advance