This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch IOTDB-6243
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from e457adacdc2 Add UT
new 281b2c10620 add It
new 8a0e580027b add IT
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../db/it/fill/IoTDBFillWithThresholdInMSIT.java | 242 +++++++++++++++++++++
.../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 2 +-
.../fill/filter/MonthIntervalNSFillFilter.java | 3 +-
.../fill/filter/MonthIntervalUSFillFilter.java | 5 +-
.../fill/filter/MonthIntervalFillFilterTest.java | 163 ++++++++++++++
.../fill/filter/MonthIntervalMSFillFilterTest.java | 55 -----
6 files changed, 411 insertions(+), 59 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/db/it/fill/IoTDBFillWithThresholdInMSIT.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/process/fill/filter/MonthIntervalFillFilterTest.java
delete mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/process/fill/filter/MonthIntervalMSFillFilterTest.java