0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java1,048 forks (1,048 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 5,739 stars (5,739 stars)
- PR merge metrics
- Avg merge 4d 20h (Avg merge 4d 20h)6 merged PRs in 30d (6 merged PRs in 30d)
Contributor guide
- Research direction
- Examine how existing literals (e.g., strings, numbers) are parsed in the KSQL codebase, then add support for hex literals (0xFF, X'FF') in the lexer/parser following MySQL syntax. Look for test cases for existing literals to model tests for hex literals.
- Tech stack
- java
- Domain
- backenddatabase
- Issue type
- Feature
- Prerequisites
- JavaSQL parsing