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

fix: fix convert record batch #521

Merged
merged 1 commit into from
Dec 29, 2022
Merged

fix: fix convert record batch #521

merged 1 commit into from
Dec 29, 2022

Conversation

ZuLiangWang
Copy link
Contributor

Which issue does this PR close?

Closes #

Rationale for this change

Now convert_records will intercept the record_ batches only uses the first element, which will result in multiple records_batch in the query result is truncated.

What changes are included in this PR?

  • Traverse record_batch to return all data.

Are there any user-facing changes?

None.

How does this change test

Pass existing unit test.

@ZuLiangWang ZuLiangWang marked this pull request as ready for review December 29, 2022 11:08
Copy link
Contributor

@chunshao90 chunshao90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chunshao90 chunshao90 merged commit 354c585 into apache:main Dec 29, 2022
@jiacai2050
Copy link
Contributor

jiacai2050 commented Jan 4, 2023

It's #97 bring in this change, need to investigate why this change doesn't affect non-partitioned tables.

chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
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.

3 participants