-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Search before asking
- I had searched in the feature 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.(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?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct