confluentinc/ksql

Make `key` are reserved key word

Open

#6,896 opened on Jan 25, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (5,739 stars) (1,048 forks)batch import
enhancementfix-it-weekgood first issuestreaming-engine

Description

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.

Contributor guide