You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2021/05/31 07:00:33 UTC

[iotdb] branch vector_refactor updated: remove fix me

This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a commit to branch vector_refactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/vector_refactor by this push:
     new 001a914  remove fix me
001a914 is described below

commit 001a91405f185c4f14d2d1cf964fbe1db912cf5c
Author: 151250176 <15...@smail.nju.edu.cn>
AuthorDate: Mon May 31 14:56:27 2021 +0800

    remove fix me
---
 server/src/test/java/org/apache/iotdb/db/metadata/MManagerBasicTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/test/java/org/apache/iotdb/db/metadata/MManagerBasicTest.java b/server/src/test/java/org/apache/iotdb/db/metadata/MManagerBasicTest.java
index 137a514..33f60e8 100644
--- a/server/src/test/java/org/apache/iotdb/db/metadata/MManagerBasicTest.java
+++ b/server/src/test/java/org/apache/iotdb/db/metadata/MManagerBasicTest.java
@@ -942,7 +942,6 @@ public class MManagerBasicTest {
 
   @Test
   public void testTemplateCompatibility() throws MetadataException {
-    // FIXME Add name for vector in template
     List<List<String>> measurementList = new ArrayList<>();
     measurementList.add(Collections.singletonList("s11"));
     List<String> measurements = new ArrayList<>();