confluentinc/ksql
Vedi su GitHubEXPLAIN command displays invalid `DESCRIBE [EXTENDED] <SourceId>` command
Open
#9532 aperta il 7 set 2022
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>