confluentinc/ksql

Make `key` are reserved key word

Open

#6,896 创建于 2021年1月25日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Java (5,739 star) (1,048 fork)batch import
enhancementfix-it-weekgood first issuestreaming-engine

描述

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.

贡献者指南