EricJoy2048 commented on code in PR #4396:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4396#discussion_r1147204788


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/transform/SeaTunnelTransform.java:
##########
@@ -47,6 +48,13 @@ default void open() {}
      */
     SeaTunnelDataType<T> getProducedType();
 
+    /**
+     * Get the catalog table output by this transform
+     *
+     * @return
+     */
+    CatalogTable getProducedCatalogTable();

Review Comment:
   Does `getProducedCatalogTable ` is better? Currently, the name CatalogTable 
is used everywhere in the project regarding catalog tables.



-- 
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