lguohao opened a new issue, #9647: URL: https://github.com/apache/seatunnel/issues/9647
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description 为什么2.3.11seatunnel 的source StarRocks还需要显示配置schema,但是官方文档显示不需要显示配置 Caused by: java.lang.IllegalArgumentException: Schema config can't be null at org.apache.seatunnel.api.table.catalog.schema.ReadonlyConfigParser.lambda$parse$0(ReadonlyConfigParser.java:54) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.apache.seatunnel.api.table.catalog.schema.ReadonlyConfigParser.parse(ReadonlyConfigParser.java:53) at org.apache.seatunnel.connectors.seatunnel.starrocks.config.StarRocksSourceTableConfig.parseStarRocksSourceConfig(StarRocksSourceTableConfig.java:58) at org.apache.seatunnel.connectors.seatunnel.starrocks.config.StarRocksSourceTableConfig.of(StarRocksSourceTableConfig.java:80) at org.apache.seatunnel.connectors.seatunnel.starrocks.config.SourceConfig.<init>(SourceConfig.java:54) at org.apache.seatunnel.connectors.seatunnel.starrocks.source.StarRocksSourceFactory.createSource(StarRocksSourceFactory.java:75) at org.apache.seatunnel.api.table.factory.FactoryUtil.createAndPrepareSource(FactoryUtil.java:179) at org.apache.seatunnel.api.table.factory.FactoryUtil.restoreAndPrepareSource(FactoryUtil.java:136) ... 8 more ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
