Skip to content

Commit 2154871

Browse files
committed
test
1 parent 4854f8b commit 2154871

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public void testInformationSchema() throws SQLException {
457457
"pipe_source,STRING,ATTRIBUTE,",
458458
"pipe_processor,STRING,ATTRIBUTE,",
459459
"pipe_sink,STRING,ATTRIBUTE,",
460-
"exception_message,STRING,ATTRIBUTE,",
460+
"last_exception,STRING,ATTRIBUTE,",
461461
"remaining_event_count,INT64,ATTRIBUTE,",
462462
"estimated_remaining_seconds,DOUBLE,ATTRIBUTE,")));
463463
TestUtils.assertResultSetEqual(

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<module>distribution</module>
4848
<module>example</module>
4949
<module>library-udf</module>
50+
<module>integration-test</module>
5051
</modules>
5152
<properties>
5253
<!-- This was the last version to support Java 8 -->

0 commit comments

Comments
 (0)