corgy-w commented on code in PR #8173: URL: https://github.com/apache/seatunnel/pull/8173#discussion_r1864078849
########## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/common/AbstractSeaTunnelTransform.java: ########## @@ -37,14 +44,43 @@ public abstract class AbstractSeaTunnelTransform<T, R> implements SeaTunnelTrans protected volatile CatalogTable outputCatalogTable; - public AbstractSeaTunnelTransform(@NonNull CatalogTable inputCatalogTable) { - this(inputCatalogTable, TransformCommonOptions.ROW_ERROR_HANDLE_WAY_OPTION.defaultValue()); + protected String inputTableName; + + protected String outTableName; + + protected MetricsContext metricsContext; + + protected volatile Counter counter; Review Comment: `Counter ` do not seem to be used -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org