ashulin commented on issue #3271:
URL: 
https://github.com/apache/incubator-seatunnel/issues/3271#issuecomment-1307143864

   You can add a method using catalog.
   
   ```java
   // org.apache.seatunnel.api.table.catalog.Catalog
   public interface Catalog {
       void createTable(TablePath tablePath, CatalogTable table, boolean 
ignoreIfExists);
   }
   ```
   
   CatalogTable can represent partitioning keys, primary keys, comments, and 
more.
   
   But the factory class is not enabled for the entire process: #2490


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