This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch TyGroupBy
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/TyGroupBy by this push:
new 855d4d5 change default value
855d4d5 is described below
commit 855d4d5ef621a042be35ad5b429a98df60690049
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Apr 15 20:04:24 2020 +0800
change default value
---
.../src/main/java/org/apache/iotdb/db/qp/physical/crud/GroupByPlan.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/server/src/main/java/org/apache/iotdb/db/qp/physical/crud/GroupByPlan.java
b/server/src/main/java/org/apache/iotdb/db/qp/physical/crud/GroupByPlan.java
index 0afcbeb..e47d248 100644
--- a/server/src/main/java/org/apache/iotdb/db/qp/physical/crud/GroupByPlan.java
+++ b/server/src/main/java/org/apache/iotdb/db/qp/physical/crud/GroupByPlan.java
@@ -31,7 +31,7 @@ public class GroupByPlan extends AggregationPlan {
private long slidingStep;
// if it is left close and right open interval
- private boolean leftCRightO;
+ private boolean leftCRightO = true;
public GroupByPlan() {
super();