confluentinc/ksql

Support HEX Literals

Open

#5,544 opened on Jun 3, 2020

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Java (1,048 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,739 stars)
PR merge metrics
 (Avg merge 4d 20h) (6 merged PRs in 30d)

Description

See: https://dev.mysql.com/doc/refman/8.0/en/hexadecimal-literals.html

We should support specifying HEX literals through the common syntax 0xFF or X'FF'

Contributor guide