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 AS keyword bug #49

Merged
merged 4 commits into from
Jun 7, 2016
Merged

Fix AS keyword bug #49

merged 4 commits into from
Jun 7, 2016

Conversation

chrisdusovic
Copy link
Contributor

The root of this bug seems to stem from the planner not registering the output bindings with the table before projecting, causing the table to throw an error that the output bindings are unknown. These changes register the output bindings with the table before projecting and copy the values for the input bindings to the output bindings for each row of the table. Tests and benchmarks are included. Also, query testing was modified so no additional testing is performed on a query with failed planner execution to avoid superfluous errors.

@xllora xllora merged commit 5ede676 into google:master Jun 7, 2016
@xllora xllora mentioned this pull request Jun 7, 2016
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