Hisoka-X commented on code in PR #8173:
URL: https://github.com/apache/seatunnel/pull/8173#discussion_r1926315234


##########
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/common/AbstractSeaTunnelTransform.java:
##########
@@ -37,14 +41,39 @@ 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;

Review Comment:
   This change useless now?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to