confluentinc/ksql

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

Aperta

#9532 aperta il 7 set 2022

 (2 commenti) (0 reazioni) (0 assegnatari)Java (1048 fork)batch import
bugfix-it-weekgood first issuestreaming-engine

Metriche repository

Star
 (5739 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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>

Guida contributor