confluentinc/ksql

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

Open

#9532 aperta il 7 set 2022

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

Metriche repository

Star
 (5739 star)
Metriche merge PR
 (Merge medio 4g 20h) (6 PR mergiate in 30 g)

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