[BUILD-UNSTABLE]: Job 'IoTDB/IoTDB-Pipe/master [master] [799]'

2024-06-07 Thread Apache Jenkins Server
BUILD-UNSTABLE: Job 'IoTDB/IoTDB-Pipe/master [master] [799]':

Check console output at "https://ci-builds.apache.org/job/IoTDB/job/IoTDB-Pipe/job/master/799/";>IoTDB/IoTDB-Pipe/master
 [master] [799]"

[BUILD-UNSTABLE]: Job 'IoTDB/IoTDB-pip-new/master [master] [576]'

2024-06-07 Thread Apache Jenkins Server
BUILD-UNSTABLE: Job 'IoTDB/IoTDB-pip-new/master [master] [576]':

Check console output at "https://ci-builds.apache.org/job/IoTDB/job/IoTDB-pip-new/job/master/576/";>IoTDB/IoTDB-pip-new/master
 [master] [576]"

[jira] [Assigned] (IOTDB-6338) Wrong query result while using some value filter + limit

2024-06-07 Thread Yuan Tian (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yuan Tian reassigned IOTDB-6338:


Assignee: Minghui Liu

> Wrong query result while using some value filter + limit
> 
>
> Key: IOTDB-6338
> URL: https://issues.apache.org/jira/browse/IOTDB-6338
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Core/Query
>Reporter: Yuan Tian
>Assignee: Minghui Liu
>Priority: Major
> Attachments: image-2024-06-07-16-00-07-249.png
>
>
> To replay, using the following sqls:
> ```
> insert into root.db.d1(time, s1, s2) aligned values(now(), 1, 1);
> insert into root.db.d1(time, s1, s2) aligned values(now(), 2, 2);
> insert into root.db.d1(time, s1, s2) aligned values(now(), 3, 3);
> insert into root.db.d1(time, s1, s2) aligned values(now(), 4, 40);
> insert into root.db.d1(time, s1, s2) aligned values(now(), 5, 50);
> insert into root.db.d1(time, s1, s2) aligned values(now(), 6, 60);
> select s1, s2 from root.db.d1 where s1 != s2 limit 1;
> ```
>  
> we expect to get the line `4, 40`, but in current version, we got empty 
> result set which is wrong.
> !image-2024-06-07-16-00-07-249.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-6338) Wrong query result while using some value filter + limit

2024-06-07 Thread Yuan Tian (Jira)
Yuan Tian created IOTDB-6338:


 Summary: Wrong query result while using some value filter + limit
 Key: IOTDB-6338
 URL: https://issues.apache.org/jira/browse/IOTDB-6338
 Project: Apache IoTDB
  Issue Type: Bug
  Components: Core/Query
Reporter: Yuan Tian
 Attachments: image-2024-06-07-16-00-07-249.png

To replay, using the following sqls:

```
insert into root.db.d1(time, s1, s2) aligned values(now(), 1, 1);
insert into root.db.d1(time, s1, s2) aligned values(now(), 2, 2);
insert into root.db.d1(time, s1, s2) aligned values(now(), 3, 3);
insert into root.db.d1(time, s1, s2) aligned values(now(), 4, 40);
insert into root.db.d1(time, s1, s2) aligned values(now(), 5, 50);
insert into root.db.d1(time, s1, s2) aligned values(now(), 6, 60);
select s1, s2 from root.db.d1 where s1 != s2 limit 1;
```

 

we expect to get the line `4, 40`, but in current version, we got empty result 
set which is wrong.

!image-2024-06-07-16-00-07-249.png!

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)