Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void write(InputT event, Context context) throws IOException {
// remove the table temporarily, then add the table with latest schema when received
// DataChangeEvent.
tables.remove(tableId);
catalog.invalidateTable(tableId);
try {
if (writes.containsKey(tableId)) {
writes.get(tableId).replace(getTable(tableId));
Expand Down