CRZbulabula commented on code in PR #14934:
URL: https://github.com/apache/iotdb/pull/14934#discussion_r1967112177


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/partition/SeriesPartitionTable.java:
##########
@@ -245,10 +246,19 @@ public TConsensusGroupId getLastConsensusGroupId() {
    * @param TTL The Time To Live
    * @param currentTimeSlot The current TimeSlot
    */
-  public void autoCleanPartitionTable(long TTL, TTimePartitionSlot 
currentTimeSlot) {
+  public List<TTimePartitionSlot> autoCleanPartitionTable(
+      long TTL, TTimePartitionSlot currentTimeSlot) {
+    List<TTimePartitionSlot> removedTimePartitions = new ArrayList<>();

Review Comment:
   Could u plz teach me how to spell this proficient Java code? I am certainly 
not good at this :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to