first commit

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-07-25 12:41:50 +02:00
parent a71350c6e3
commit f4c85f40dc
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ closeSession(session_dest);
for (Row row: rows){ for (Row row: rows){
boolean flag = false; boolean flag = false;
while (!flag) { while (!flag) {
session_dest.execute(getWriteStatementNotification(session_dest, row)).wasApplied(); session_dest.execute(getWriteStatementPost(session_dest, row)).wasApplied();
} }
} }
}catch (Exception e){ }catch (Exception e){