iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

305 INTERNAL_SERVER_ERROR by Arithmetic time inside 'IN'

Open panta-k opened this issue 3 months ago • 4 comments

Search before asking

  • [x] I searched in the 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

Image

Anything else?

No response

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

panta-k avatar Sep 20 '25 08:09 panta-k

please review the issue please, thank you

panta-k avatar Nov 08 '25 07:11 panta-k

server log?

CritasWang avatar Nov 08 '25 14:11 CritasWang

Image here it is.

panta-k avatar Nov 11 '25 08:11 panta-k

any update?

panta-k avatar Dec 08 '25 13:12 panta-k