apache / apache/datafusion-sqlparser-rs

Add SQL/PGQ keywords

Open Beginner friendly
#2,393 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
3.5k
Forks
772
Avg merge
4d 9h
Merged PRs (30d)
17

Description

Part of #1572.

This issue tracks the first incremental step toward SQL/PGQ support: adding the SQL/PGQ keywords to the tokenizer keyword list.

Out of scope for this issue:
- SQL/PGQ grammar parsing
- SQL/PGQ AST nodes
- `GRAPH_TABLE` and graph pattern semantics

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the tokenizer keyword list and the existing tests for keyword recognition. Add the SQL/PGQ keywords there, then run the relevant tokenizer tests and confirm the keywords are recognized without implementing grammar parsing, AST nodes, GRAPH_TABLE, or graph-pattern semantics.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, sql
Domain
databases
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.