DanielLeens commented on issue #10955: URL: https://github.com/apache/seatunnel/issues/10955#issuecomment-4550521139
Thanks for the report. After checking the current JDBC Dameng path, this looks like the same root cause as #10933 rather than a separate new bug. `DamengCatalog#getCreateTableSql(...)` still returns the SQL built by `DamengCreateTableSqlBuilder`, and `AbstractJdbcCatalog.createTableInternal(...)` then executes that returned SQL directly. When column comments are present, the generated SQL includes `COMMENT ON COLUMN ...` statements, so it hits the same Dameng multi-statement limitation you described here. This is already being tracked in #10933, and there is an open fix PR: #10934. To avoid splitting the same fix discussion across multiple threads, it would be better to continue tracking it there unless you can reproduce a clearly different failure path from the current report. Thanks again for posting the config and stack trace — they help confirm that this is not a user-side configuration problem. -- 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]
