Skip to content

Commit

Permalink
duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanck committed Feb 6, 2024
1 parent 4c6855e commit 632cd67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ private void initNewWriter() {
@Override
public void write(SinkRecord record) {
try {
// TODO: config to handle tombstones instead of always ignoring?
// TODO: config to handle tombstones instead of always ignoring?
if (record.value() != null) {
Record row = convertToRow(record);
Expand Down

0 comments on commit 632cd67

Please sign in to comment.