You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/05/19 16:08:59 UTC

[GitHub] [pinot] walterddr commented on pull request #10771: Enable case insensitivity by default

walterddr commented on PR #10771:
URL: https://github.com/apache/pinot/pull/10771#issuecomment-1554801098

   yes I agree that we should follow the case insensitivity goal. in fact PostgresQL does it more specifically:
   - unquoted names are case-insensitive. Thus `SELECT * FROM hello` and `SELECT * FROM HELLO` are equivalent.
   - However, quoted names are case-sensitive. `SELECT * FROM "hello"` is not equivalent to `SELECT * FROM "HELLO"`.
   
   i think my concern is majorly on backward-compatibility. 
   


-- 
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-unsubscribe@pinot.apache.org

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


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