confluentinc/ksql
EXPLAIN command displays invalid `DESCRIBE [EXTENDED] <SourceId>` command
開放
#9,532 建立於 2022年9月7日
bugfix-it-weekgood first issuestreaming-engine
倉庫指標
- 星標
- (5,739 顆星)
- PR 合併指標
- (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>