This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch force_ci/UserDefinedTime
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from bbdc233185e Merge remote-tracking branch 'origin/master' into
force_ci/UserDefinedTime
add 6567488b195 fix the code style and add the ut (#17104)
No new revisions were added by this update.
Summary of changes:
.../relational/it/db/it/IoTDBInsertTableIT.java | 1 +
.../it/rest/it/IoTDBRestServiceInsertValuesIT.java | 2 +-
.../relational/it/schema/IoTDBDatabaseIT.java | 7 +-
.../iotdb/relational/it/schema/IoTDBTableIT.java | 24 +--
.../it/schema/IoTDBTableWithDefinedTimeIT.java | 6 +-
.../it/schema/IoTDBUserDefinedTimeIT.java | 233 ---------------------
.../persistence/schema/ConfigMTreeTest.java | 3 +-
.../relational/aggregation/AccumulatorFactory.java | 7 +-
.../execution/config/TableConfigTaskVisitor.java | 2 +-
.../relational/analyzer/ExpressionAnalyzer.java | 6 +-
.../relational/analyzer/StatementAnalyzer.java | 4 +-
.../fetcher/TableHeaderSchemaValidator.java | 21 +-
.../distribution/AggregationTableScanTest.java | 215 ++++++++++++-------
.../apache/iotdb/commons/schema/table/TsTable.java | 75 +++----
14 files changed, 215 insertions(+), 391 deletions(-)
delete mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBUserDefinedTimeIT.java