Skip to content

Commit

Permalink
Add comments for tableIdMappingCache
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Jul 8, 2024
1 parent 6790741 commit 01d4cce
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ public class SchemaOperator extends AbstractStreamOperator<Event>
private transient TaskOperatorEventGateway toCoordinator;
private transient SchemaEvolutionClient schemaEvolutionClient;
private transient LoadingCache<TableId, Schema> cachedSchemas;

/**
* Storing mapping relations between upstream tableId (source table) mapping to downstream
* tableIds (sink tables).
*/
private transient LoadingCache<TableId, List<TableId>> tableIdMappingCache;

private final long rpcTimeOutInMillis;
Expand Down

0 comments on commit 01d4cce

Please sign in to comment.