Skip to content

Commit

Permalink
List files on debug lvl
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-wtrefon committed Dec 10, 2024
1 parent 30bc9f2 commit 6d19b6b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ private void purge(List<String> files) {
files.size(),
offsets.getContinuousOffsets(),
offsets.getMissingOffsets());
LOGGER.debug("Purging files: {}", files);
conn.purgeStage(stageName, files);
}
}
Expand All @@ -1108,6 +1109,7 @@ private void moveToTableStage(List<String> failedFiles) {
failedFiles.size(),
offsets.getContinuousOffsets(),
offsets.getMissingOffsets());
LOGGER.debug("Moving failed files: {}", failedFiles);
conn.moveToTableStage(tableName, stageName, failedFiles);
}
}
Expand Down

0 comments on commit 6d19b6b

Please sign in to comment.