Skip to content

Commit e279303

Browse files
committed
fix ci fail
1 parent e2fd31c commit e279303

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute/query/AbstractQueryStreamResult.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,8 @@ protected Iterator<Map.Entry<Long, ObPair<Long, ObTableParam>>> handleException(
620620
client.calculateContinuousFailure(tableName, e.getMessage());
621621
throw e;
622622
}
623+
} else {
624+
throw e;
623625
}
624626
}
625627
return iterator; // Return the original iterator if no changes are made

0 commit comments

Comments
 (0)