Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Lo committed Oct 19, 2024
1 parent e1ed1a6 commit d4e60be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ protected HiveDataset computeNext() {
Table table = client.get().getTable(dbAndTable.getDb(), dbAndTable.getTable());
if ((tableFilter.isPresent() && !tableFilter.get().apply(table))
|| !shouldAllowTableLocation(tableFolderAllowlistRegex, table)) {
log.info("Ignoring table {} as its underlying location does not part of allowlist regex {}", dbAndTable, tableFolderAllowlistRegex);
continue;
}

Expand Down

0 comments on commit d4e60be

Please sign in to comment.