confluentinc/ksql

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

Open

#9.532 geöffnet am 7. Sept. 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.048 Forks)batch import
bugfix-it-weekgood first issuestreaming-engine

Repository-Metriken

Stars
 (5.739 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 20h) (6 gemergte PRs in 30 T)

Beschreibung

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>

Contributor Guide