andygrove commented on issue #2890: URL: https://github.com/apache/arrow-datafusion/issues/2890#issuecomment-1182585938
Postgres doe not add implicit casts in any of these cases: ``` andy=# select * from type_test where c0 = c1; ERROR: operator does not exist: integer = character varying ``` -- 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]
