confluentinc/ksql
在 GitHub 查看EXPLAIN command displays invalid `DESCRIBE [EXTENDED] <SourceId>` command
Open
#9,532 创建于 2022年9月7日
bugfix-it-weekgood first issuestreaming-engine
仓库指标
- Star
- (5,739 star)
- PR 合并指标
- (平均合并 4天 20小时) (30 天内合并 6 个 PR)
描述
Describe the bug
The EXPLAIN command displays an invalid statement which should be helpful to users to get more info about a stream or table.
For instance, DESCRIBE [EXTENDED] <SourceId> does not work. It should be DESCRIBE <SourceId> [EXTENDED]
Sources that this query reads from:
-----------------------------------
SOURCE
For source description please run: DESCRIBE [EXTENDED] <SourceId>
Sinks that this query writes to:
-----------------------------------
SINK
For sink description please run: DESCRIBE [EXTENDED] <SinkId>