DataFusion SQLParser Dev
Usage
code
/df-dev # auto-pick next unchecked item from target/NOTE.md /df-dev <text description>
Instructions
- •
Understand the task: Check
target/NOTE.mdfor the upstream contribution list. If no argument given, pick the next unchecked item. Otherwise, match the request to an item if applicable. - •
Follow
/dev-autodevloop with these project-specific details:- •
Implement:
- •Add or modify relevant files under
src/ - •Reuse existing parser infrastructure (e.g.,
parse_begin_exception_end()) - •Add tests in
tests/sqlparser_<dialect>.rs - •For dialect-specific syntax, include a comment with the official doc link
- •Add or modify relevant files under
- •
Verify:
bashcargo test cargo clippy --all-targets --all-features -- -D warnings cargo fmt --all -- --check
- •
Update
target/NOTE.md: Mark completed items with[x]. - •
PR title must include the dialect name prefix (e.g.,
MSSQL: Add support for ...).
- •