Skip to content

Commit e1833c1

Browse files
committed
fix
1 parent 1051f30 commit e1833c1

5 files changed

Lines changed: 213 additions & 200 deletions

File tree

integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBAlignedLastQueryIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ public void selectAllAlignedAndNonAlignedLastTest() {
124124
"40,root.sg1.d2.s2,40,INT32",
125125
"30,root.sg1.d2.s3,30,INT64",
126126
"30,root.sg1.d2.s4,false,BOOLEAN",
127-
"40,root.sg1.d2.s5,non_aligned_test40,TEXT"));
127+
"40,root.sg1.d2.s5,non_aligned_test40,TEXT",
128+
"-40,root.sg1.d2.s6,40.0,DOUBLE"));
128129

129130
try (Connection connection = EnvFactory.getEnv().getConnection();
130131
Statement statement = connection.createStatement()) {

0 commit comments

Comments
 (0)