You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/05 16:54:54 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #2799: coercion rule about `eq` and InList between string type and numeric type

alamb commented on issue #2799:
URL: https://github.com/apache/arrow-datafusion/issues/2799#issuecomment-1175285349

   > Do you try this?
   
   
   
   ```sql
   psql (14.3)
   Type "help" for help.
   
   alamb=# select 1 in (12,1,3,'123');
    ?column? 
   ----------
    t
   (1 row)
   ```


-- 
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: github-unsubscribe@arrow.apache.org

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