ksql icon indicating copy to clipboard operation
ksql copied to clipboard

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

Open spena opened this issue 2 years ago • 2 comments

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>

spena avatar Sep 07 '22 16:09 spena

Is this issue taken? If not, I would like to work on it.

winnie-chiu avatar Sep 17 '22 01:09 winnie-chiu

Go ahead @winnie-chiu and work on it. It hasn't been taken.

spena avatar Sep 21 '22 13:09 spena