yashmayya opened a new issue, #14675:
URL: https://github.com/apache/pinot/issues/14675

   - 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.
   - This difference is currently documented 
(https://docs.pinot.apache.org/reference/troubleshooting/troubleshoot-multi-stage-query-engine#table-names-and-column-names-are-case-sensitive)
 but it would be good to remove the restriction and make v1 -> v2 migrations 
easier.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to