confluentinc/ksql

Make `key` are reserved key word

Open

#6896 aperta il 25 gen 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Java (1048 fork)batch import
enhancementfix-it-weekgood first issuestreaming-engine

Metriche repository

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

Descrizione

Atm, key is not a reserved key word in ksqlDB. Thus users could use it as a name for streams/tables/columns etc. We should add key as a reserved key word though to make sure we can use it if we evolve the language further.

Guida contributor