Skip to content

Fix AS keyword bug#49

Merged
xllora merged 4 commits into
google:masterfrom
chrisdusovic:master
Jun 7, 2016
Merged

Fix AS keyword bug#49
xllora merged 4 commits into
google:masterfrom
chrisdusovic:master

Conversation

@chrisdusovic
Copy link
Copy Markdown
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