Hisoka-X commented on PR #5175:
URL: https://github.com/apache/seatunnel/pull/5175#issuecomment-1689390430

   ```hocon
   create {
       distribution-columns = "id"
       distribution-buckect = "10"
       properties {
           replication_allocation = "tag.location.default: 1"
       }
   }
   ```
   
   I think we need to basically unify the definition methods of different 
connectors for table creation. Can you implement Doris's automatic table create 
function definition according to the table create template provided by 
StarRocks 
https://seatunnel.apache.org/docs/2.3.3/connector-v2/sink/StarRocks#save_mode_create_template
 ? Please.


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