walterddr commented on issue #12106:
URL: https://github.com/apache/pinot/issues/12106#issuecomment-1847500848

   i wouldn't call this a bug though TBH. if you run the same query with 
timestamp type in postgres, it gives similar error:
   ```
   SELECT * FROM tbl WHRE ts > 1600000000;
   ```
   ```
   ERROR: operator does not exist: timestamp without time zone > integer Hint: 
No operator matches the given name and argument type(s). 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to