confluentinc/ksql

Make `key` are reserved key word

Open

#6,896 opened on 2021年1月25日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Java (1,048 forks)batch import
enhancementfix-it-weekgood first issuestreaming-engine

Repository metrics

Stars
 (5,739 stars)
PR merge metrics
 (平均マージ 4d 20h) (30d で 6 merged PRs)

説明

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.

コントリビューターガイド