You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "hailin0 (via GitHub)" <gi...@apache.org> on 2023/03/24 07:19:14 UTC

[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #4396: [Feature][Transform V2 & Zeta] Make SplitTransform Support CatalogTable And CatalogTable Evolution

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


##########
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:
   ```suggestion
       CatalogTable getProducedTable();
   ```



-- 
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-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org