Skip to content

Commit

Permalink
Changes as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
¨Claude committed Jan 7, 2025
1 parent 0edf114 commit da17e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ public void commit() {

@Override
public void commitRecord(final SourceRecord record) {
if (LOGGER.isInfoEnabled()) {
LOGGER.info("Committed individual record {} committed", (Map<String, Object>) record.sourceOffset());
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("Committed individual record {} committed", (Map<String, Object>) record.sourceOffset());
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ public static void tearDownClass() {
public void setUp() {
properties = new HashMap<>(commonProperties);
s3Client.createBucket(create -> create.bucket(TEST_BUCKET).build());
// mockedSourceTaskContext = mock(SourceTaskContext.class);
// mockedOffsetStorageReader = mock(OffsetStorageReader.class);
}

@AfterEach
Expand Down

0 comments on commit da17e1f

Please sign in to comment.