confluentinc/ksql

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

Open

#9.532 aberto em 7 de set. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Java (1.048 forks)batch import
bugfix-it-weekgood first issuestreaming-engine

Métricas do repositório

Stars
 (5.739 stars)
Métricas de merge de PR
 (Mesclagem média 4d 20h) (6 fundiu PRs em 30d)

Description

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>

Guia do colaborador