diff --git a/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java b/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java index 969ab28fd7a6c..e0ded9fea062d 100644 --- a/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java +++ b/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java @@ -3324,7 +3324,7 @@ private static void standardAccumulatorQueryByTimeInvolveAllDataTypeTest( private static void accumulatorQueryTestForDateType(ISession session, TSDataType newType) throws StatementExecutionException, IoTDBConnectionException { - log.info("Test the result that after transfered newType:"); + log.info("Test the result that after transferred newType:"); SessionDataSet dataSet = null; RowRecord rec = null; diff --git a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBAlterColumnTypeIT.java b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBAlterColumnTypeIT.java index d9a1f617b0213..132a478d4723b 100644 --- a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBAlterColumnTypeIT.java +++ b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBAlterColumnTypeIT.java @@ -2517,7 +2517,7 @@ private static void standardAccumulatorQueryByTimeInvolveAllDataTypeTest( private static void accumulatorQueryTestForDateType(ITableSession session, TSDataType newType) throws StatementExecutionException, IoTDBConnectionException { - log.info("Test the result that after transfered newType:"); + log.info("Test the result that after transferred newType:"); SessionDataSet dataSet = session.executeQueryStatement(