Skip to content

Commit e63cac9

Browse files
committed
Rollback uncommitted columns in cancelRow()
1 parent 790f19b commit e63cac9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/io/questdb/client/cutlass/qwp/client/QwpWebSocketSender.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ public void cancelRow() {
376376
checkNotClosed();
377377
if (currentTableBuffer != null) {
378378
currentTableBuffer.cancelCurrentRow();
379+
currentTableBuffer.rollbackUncommittedColumns();
379380
}
380381
}
381382

0 commit comments

Comments
 (0)