HTHou commented on a change in pull request #2029:
URL: https://github.com/apache/iotdb/pull/2029#discussion_r527490692



##########
File path: 
server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/GroupByEngineDataSet.java
##########
@@ -43,6 +45,10 @@
   protected boolean hasCachedTimeInterval;
 
   protected boolean leftCRightO;
+  private boolean isIntervalByMonth = false;
+  private boolean isSlidingStepByMonth = false;
+  protected int intervalTimes;
+  private final long msToMonth = 30 * 86400_000L;

Review comment:
       ```suggestion
     private static final long MS_TO_MONTH = 30 * 86400_000L;
   ```
   😂




----------------------------------------------------------------
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.

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


Reply via email to