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 c91026e672 Update README.md
c91026e672 is described below

commit c91026e672efae69e36e9f5fe468b00b3b192100
Author: Rui,Lei <[email protected]>
AuthorDate: Wed Nov 30 05:58:29 2022 +0800

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0c53725e3c..fc355842ea 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # M4-LSM 
 - The code of two M4-LSM deployments, M4-UDF and M4-LSM, is available in this 
repository.
     - M4-UDF: 
[`org.apache.iotdb.db.query.udf.builtin.UDTFM4MAC`](https://github.com/apache/iotdb/blob/research%2FM4-visualization/server/src/main/java/org/apache/iotdb/db/query/udf/builtin/UDTFM4MAC.java).
  
-    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/Operators-Functions/Sample.html#m4-function)
 of Apache IoTDB.
+    The document of the M4 aggregation function (implemented as a UDF) has 
been released on the official 
[website](https://iotdb.apache.org/UserGuide/Master/Operators-Functions/Sample.html#m4-function)
 of Apache IoTDB.
     - M4-LSM: 
[`org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor4CPV`](https://github.com/apache/iotdb/blob/research%2FM4-visualization/server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutor4CPV.java)
     - Some integration tests for correctness are in 
[`org.apache.iotdb.db.integration.m4.MyTest1~4`](https://github.com/apache/iotdb/blob/research%2FM4-visualization/server/src/test/java/org/apache/iotdb/db/integration/m4/MyTest1.java).
 - The experiment-related code, data and scripts are in [another GitHub 
repository](https://github.com/LeiRui/M4-visualization-exp.git) for easier 
reproducibility.

Reply via email to