waynexia commented on issue #9671:
URL: 
https://github.com/apache/arrow-datafusion/issues/9671#issuecomment-2003364226

   PG won't do the cast even if the column type is string and literal is number:
   ```
   postgres=# select * from t where column2 > 1;
   ERROR:  operator does not exist: text > integer
   LINE 1: select * from t where column2 > 1;
                                         ^
   HINT:  No operator matches the given name and argument types. You might need 
to add explicit type casts.
   ```


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

Reply via email to