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

Add back 'numRowsResultSet' to BrokerResponse, and retain it when result table is hidden #13198

Merged
merged 1 commit into from
May 21, 2024

Conversation

Jackie-Jiang
Copy link
Contributor

This field was removed in #13179


@Override
public int getNumRowsResultSet() {
return _numRowsResultSet;
Copy link
Contributor

Choose a reason for hiding this comment

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

add setNumRowsResultSet() as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't add it intentionally because we want to always set it along with the result table

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added it for V1 response for JSON ser/de purpose, which is not supported in V2 response as of now

@Jackie-Jiang Jackie-Jiang merged commit 7aa9aeb into apache:master May 21, 2024
19 checks passed
@Jackie-Jiang Jackie-Jiang deleted the broker_response_fix branch May 21, 2024 21:02
gortiz pushed a commit to gortiz/pinot that referenced this pull request Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants