timbytimmy opened a new issue, #16451:
URL: https://github.com/apache/iotdb/issues/16451

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Version
   
   2.0.5 (build:0917050)
   
   ### Describe the bug and provide the minimal reproduce step
   
   DELETE DATABASE root.min;
   CREATE DATABASE root.min;
   
   CREATE TIMESERIES root.min.t1.c1 INT64;
   CREATE TIMESERIES root.min.t1.c2 INT64;
   
   INSERT INTO root.min.t1(time, c1, c2) VALUES (1641024600000, 1, 42);
   
   --query 1
   SELECT c1, c2 FROM root.min.t1 WHERE time IN (1641024600000);
   
   --query 2
   SELECT c1, c2 FROM root.min.t1 WHERE (time + time) IN (3282049200000);
   
   ### What did you expect to see?
   
   query 1 : return value
   
   query 2 : return value
   
   ### What did you see instead?
   
   query 1 : return value
   
   query 2 : 305 INTERNAL SERVER ERROR
   
   <img width="1897" height="657" alt="Image" 
src="https://github.com/user-attachments/assets/f9b27c19-3717-4cbc-b34c-9c54862013fd";
 />
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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