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

jackietien pushed a commit to branch ty/InnerTimeJoin
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/ty/InnerTimeJoin by this push:
     new 728749a87fe change comments format
728749a87fe is described below

commit 728749a87fe77b0c9d0e72f4b08bc0dac4cf1a98
Author: JackieTien97 <[email protected]>
AuthorDate: Fri Jan 5 15:39:08 2024 +0800

    change comments format
---
 .../planner/distribution/SplitTimePartitionTest.java    | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/planner/distribution/SplitTimePartitionTest.java
 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/planner/distribution/SplitTimePartitionTest.java
index 7d97477b01b..4da67d0954a 100644
--- 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/planner/distribution/SplitTimePartitionTest.java
+++ 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/planner/distribution/SplitTimePartitionTest.java
@@ -89,16 +89,13 @@ public class SplitTimePartitionTest {
 
   @Test
   public void testSplitTimePartition2() {
-    //                timepartition-1   timepartition-2   timepartition-3   
timepartition-4
-    // timepartition-5
-    // SeriesSlot-1   region-1          region-1          region-1          
region-1
-    // region-1
-    // SeriesSlot-2   region-2          region-2          region-2          
region-2
-    // region-2
-    // SeriesSlot-3   region-1          region-1          region-1          
region-1
-    // region-3
-    // SeriesSlot-4   region-2          region-2          region-2          
region-2
-    // region-4
+    /*
+     *                timepartition-1   timepartition-2   timepartition-3   
timepartition-4   timepartition-5
+     * SeriesSlot-1   region-1          region-1          region-1          
region-1          region-1
+     * SeriesSlot-2   region-2          region-2          region-2          
region-2          region-2
+     * SeriesSlot-3   region-1          region-1          region-1          
region-1          region-3
+     * SeriesSlot-4   region-2          region-2          region-2          
region-2          region-4
+     */
 
     List<List<List<TTimePartitionSlot>>> sourceTimeRangeList = new 
ArrayList<>();
     sourceTimeRangeList.add(new ArrayList<>());

Reply via email to