You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/15 00:01:03 UTC

[GitHub] [pinot] Jackie-Jiang commented on pull request #9385: Do not allow implicit cast between number, string, binary

Jackie-Jiang commented on PR #9385:
URL: https://github.com/apache/pinot/pull/9385#issuecomment-1247415824

   @walterddr @jackjlli Seems different DB have different implicit conversion behavior between number and string:
   Presto: do not allow - https://prestodb.io/docs/current/functions/conversion.html
   MySQL: allow - https://dev.mysql.com/doc/refman/8.0/en/type-conversion.html
   SQL Server: allow - https://docs.microsoft.com/en-us/sql/t-sql/data-types/data-type-conversion-database-engine?view=sql-server-ver16
   
   Let me see if we can support it without paying too much overhead


-- 
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