Skip to content

Commit

Permalink
DBZ-8514: TimezoneConverter include.list should be respected if set
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-walsh authored and jpechane committed Dec 16, 2024
1 parent c047c26 commit 3c3e1fc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,6 @@ private void handleInclude(Struct value, String table, String topic) {
handleStructs(value, Type.ALL, matchName, fields);
}
}
else {
handleStructs(value, Type.ALL, table, Collections.emptySet());
}
}

private void handleExclude(Struct value, String table, String topic) {
Expand Down

0 comments on commit 3c3e1fc

Please sign in to comment.