confluentinc/ksql

Make `key` are reserved key word

Open

#6.896 aberto em 25 de jan. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1.048 forks)batch import
enhancementfix-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

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.

Guia do colaborador