Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[To rel/0.12] [IOTDB-1325] StackOverflow Exception in group by natural month query #3072

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

Alima777
Copy link
Contributor

Steps:

insert into root.sg.d1(time,s1) values(1522425600000, 1)

select count from root.sg.d1 group by ((2018-01-31, 2018-03-31],1mo)

Reason:

Copy() method of GroupByMonthFilter doesn't deep copy enough elements.

@qiaojialin qiaojialin merged commit 0c14694 into rel/0.12 Apr 27, 2021
@qiaojialin qiaojialin deleted the to0.12groupbymonth branch April 27, 2021 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants