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