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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
