confluentinc/ksql

EXPLAIN command displays invalid `DESCRIBE [EXTENDED] <SourceId>` command

Open

#9,532 建立於 2022年9月7日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Java (5,739 star) (1,048 fork)batch import
bugfix-it-weekgood first issuestreaming-engine

描述

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>

貢獻者指南