You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use PostgreSQL dialect for PRQL compilation (#54)
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.
0 commit comments