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

Fixing a backward compatible issue of converting BrokerRequest to QueryContext when querying from Presto segment splits #5676

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

xiangfu0
Copy link
Contributor

@xiangfu0 xiangfu0 commented Jul 9, 2020

Description

Presto generates and sends segment level query directly to Pinot Servers.
The BrokerRequest sent only set LIMIT inside the Selections object.

Below is a sample converted QueryContext before this change, the Presto generated BrokerRequest is embedded in the QueryContext.

image

…ryContext when querying from Presto segment splits
@xiangfu0 xiangfu0 force-pushed the backward_compatible_presto_select_query branch from e91a6d9 to bd23986 Compare July 9, 2020 23:16
@xiangfu0 xiangfu0 merged commit ac08325 into master Jul 10, 2020
@xiangfu0 xiangfu0 deleted the backward_compatible_presto_select_query branch July 10, 2020 01:35
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.

2 participants