We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479f01b commit aeb2c91Copy full SHA for aeb2c91
src/main/java/org/apache/pulsar/io/jcloud/sink/BlobStoreAbstractSink.java
@@ -308,7 +308,7 @@ private void unsafeFlush() {
308
}
309
} catch (Exception e) {
310
log.error("Failed to generate file path", e);
311
- bulkHandleFailedRecords(e,singleTopicRecordsToInsert);
+ bulkHandleFailedRecords(e, singleTopicRecordsToInsert);
312
return;
313
314
0 commit comments