Skip to content

fix: use PostgreSQL dialect for PRQL compilation - #54

Merged
ndenev merged 1 commit into
masterfrom
fixprqldialect
Jan 17, 2026
Merged

fix: use PostgreSQL dialect for PRQL compilation#54
ndenev merged 1 commit into
masterfrom
fixprqldialect

Conversation

@ndenev

@ndenev ndenev commented Jan 17, 2026

Copy link
Copy Markdown
Owner

The Generic dialect produces REGEXP() function calls for the ~= operator, but DataFusion doesn't have a REGEXP function. PostgreSQL dialect produces the ~ operator which DataFusion supports.

The Generic dialect produces REGEXP() function calls for the ~= operator,
but DataFusion doesn't have a REGEXP function. PostgreSQL dialect produces
the ~ operator which DataFusion supports.
@claude

claude Bot commented Jan 17, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@ndenev
ndenev merged commit 5bcc274 into master Jan 17, 2026
8 checks passed
@ndenev
ndenev deleted the fixprqldialect branch January 17, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant