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 query validation to ensure we use actual query value (#50)
This PR fixes the situation where original query sent
by the user was converted to lower case. We now lower case
the query for validation only. Then pass on the
actual query to datafusion.
Fixes#47
0 commit comments