This is an automated email from the ASF dual-hosted git repository.
leirui pushed a commit to branch research/M4-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/research/M4-visualization by
this push:
new 8649f410a6 Update README.md
8649f410a6 is described below
commit 8649f410a6980e79651bd44b25010fce94be9a05
Author: Rui,Lei <[email protected]>
AuthorDate: Sun Jul 3 14:03:13 2022 +0800
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0ca6e42912..a87ed83dfa 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@
The document of the M4 aggregation function (implemented as a UDF based on
MA) has been released on the official
[website](https://iotdb.apache.org/UserGuide/Master/UDF-Library/M4.html#m4-2)
of Apache IoTDB.
- MO: `org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor`
- MF: `org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor4CPV`
- - Some unit tests are in
`org.apache.iotdb.db.integration.m4.MyTest1/2/3/4`.
+ - Some integration tests for correctness are in
`org.apache.iotdb.db.integration.m4.MyTest1/2/3/4`.
- The experiment-related code, data and scripts are in [another GitHub
repository](https://github.com/LeiRui/M4-visualization-exp) for easier
reproducibility.
- For the README of Apache IoTDB itself, please see
[README_IOTDB.md](README_IOTDB.md).