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
Currently, the multi-stage query engine always treats identifiers as case sensitive.
The single-stage query engine defaults to treating identifiers as case insensitive but allows case sensitive behavior via the cluster config enable.case.insensitive.
Postgres and most other common databases treat identifiers as case insensitive (unless they are explicitly wrapped in double quotes) and we should try to do the same.
enable.case.insensitive
.The text was updated successfully, but these errors were encountered: