You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTableAggregationIT.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3741,7 +3741,7 @@ public void lastQueryTest() {
3741
3741
expectedHeader,
3742
3742
retArray,
3743
3743
DATABASE_NAME);
3744
-
} catch (Exceptione) {
3744
+
} catch (Errore) {
3745
3745
// second try
3746
3746
tableResultSetEqualTest(
3747
3747
"select last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id='d01'",
@@ -3779,7 +3779,7 @@ public void lastQueryTest() {
3779
3779
expectedHeader,
3780
3780
retArray,
3781
3781
DATABASE_NAME);
3782
-
} catch (Exceptione) {
3782
+
} catch (Errore) {
3783
3783
// second try
3784
3784
tableResultSetEqualTest(
3785
3785
"select device_id,last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id in ('d01', 'd04', 'd09', 'd12') group by device_id order by device_id",
@@ -3820,7 +3820,7 @@ public void lastQueryTest() {
3820
3820
expectedHeader,
3821
3821
retArray,
3822
3822
DATABASE_NAME);
3823
-
} catch (Exceptione) {
3823
+
} catch (Errore) {
3824
3824
// second try
3825
3825
tableResultSetEqualTest(
3826
3826
"select province,city,region,device_id,last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id in ('d01', 'd04', 'd09', 'd12') group by 1,2,3,4 order by 1,2,3,4",
@@ -3871,7 +3871,7 @@ public void lastQueryTest() {
3871
3871
expectedHeader,
3872
3872
retArray,
3873
3873
DATABASE_NAME);
3874
-
} catch (Exceptione) {
3874
+
} catch (Errore) {
3875
3875
// second try
3876
3876
tableResultSetEqualTest(
3877
3877
"select device_id,date_bin(5s,time),last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id in ('d01', 'd04', 'd09', 'd12') group by province,city,region,device_id,date_bin(5s,time) order by device_id,date_bin(5s,time)",
@@ -3925,7 +3925,7 @@ public void lastQueryTest() {
3925
3925
expectedHeader,
3926
3926
retArray,
3927
3927
DATABASE_NAME);
3928
-
} catch (Exceptione) {
3928
+
} catch (Errore) {
3929
3929
// second try
3930
3930
tableResultSetEqualTest(
3931
3931
"select province,city,region,last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id NOT in ('d01', 'd08', 'd12', 'd13') group by 1,2,3 order by 1,2,3",
@@ -3965,7 +3965,7 @@ public void lastQueryTest() {
3965
3965
expectedHeader,
3966
3966
retArray,
3967
3967
DATABASE_NAME);
3968
-
} catch (Exceptione) {
3968
+
} catch (Errore) {
3969
3969
// second try
3970
3970
tableResultSetEqualTest(
3971
3971
"select province,city,region,last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id NOT in ('d01', 'd08', 'd12', 'd13') group by 1,2,3 order by 1,2,3",
@@ -4002,7 +4002,7 @@ public void lastQueryTest() {
4002
4002
expectedHeader,
4003
4003
retArray,
4004
4004
DATABASE_NAME);
4005
-
} catch (Exceptione) {
4005
+
} catch (Errore) {
4006
4006
// second try
4007
4007
tableResultSetEqualTest(
4008
4008
"select province,city,last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id NOT in ('d01', 'd05', 'd08', 'd09', 'd12', 'd13') group by 1,2 order by 1,2",
@@ -4038,7 +4038,7 @@ public void lastQueryTest() {
4038
4038
expectedHeader,
4039
4039
retArray,
4040
4040
DATABASE_NAME);
4041
-
} catch (Exceptione) {
4041
+
} catch (Errore) {
4042
4042
// second try
4043
4043
tableResultSetEqualTest(
4044
4044
"select province,last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where device_id NOT in ('d01', 'd05', 'd08', 'd09', 'd12', 'd13') group by 1 order by 1",
@@ -4076,7 +4076,7 @@ public void lastQueryTest() {
4076
4076
expectedHeader,
4077
4077
retArray,
4078
4078
DATABASE_NAME);
4079
-
} catch (Exceptione) {
4079
+
} catch (Errore) {
4080
4080
// second try
4081
4081
tableResultSetEqualTest(
4082
4082
"select device_id, last(time),last_by(s1,time),last_by(s2,time),last_by(s3,time),last_by(s4,time),last_by(s5,time),last_by(s6,time),last_by(s7,time),last_by(s8,time),last_by(s9,time),last_by(s10,time) from table1 where city = 'shanghai' and type='A' group by province,city,region,device_id order by device_id",
0 commit comments