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

[IOTDB-1384] Fix group by bug #3251

Merged
merged 3 commits into from May 22, 2021
Merged

[IOTDB-1384] Fix group by bug #3251

merged 3 commits into from May 22, 2021

Conversation

JackieTien97
Copy link
Contributor

Description

we can see in the jira.

Reasons

Forgot to reset the lastReadCurArrayIndex and lastReadCurListIndex while generating new BatchData which cause the new BatchData will be read from the previous lastReadCurArrayIndex and lastReadCurListIndex.

Solution

reset the lastReadCurArrayIndex and lastReadCurListIndex while generating new BatchData.

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

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

1 participant