bluerabbitcute commented on issue #7987:
URL: https://github.com/apache/seatunnel/issues/7987#issuecomment-2461545791

   Caused by: org.apache.seatunnel.common.exception.SeaTunnelRuntimeException: 
ErrorCode:[COMMON-24], ErrorDescription:[The table of SeaTunnel_test.pg_test 
has no primary keys, but the template 
    CREATE TABLE IF NOT EXISTS `${database}`.`${table}` (
   ${rowtype_primary_key},
   ${rowtype_fields}
   ) ENGINE=OLAP
    UNIQUE KEY (${rowtype_primary_key})
   DISTRIBUTED BY HASH (${rowtype_primary_key})
    PROPERTIES (
   "replication_allocation" = "tag.location.default: 1",
   "in_memory" = "false",
   "storage_format" = "V2",
   "disable_auto_compaction" = "false"
   )


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