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 a bug in the optimization rule that adds FilterJoins. #5

Merged
merged 1 commit into from
Jun 30, 2019

Conversation

jianqiao
Copy link
Contributor

The bug is that after pushing down FilterJoin nodes the output attributes may be changed, and this causes problems for some nodes (e.g. UnionAll).

Also updated execution query tests to support executing commands (e.g. \analyze) and testing LIP.

The context of this PR is to merge the trace-dev branch into master (#1).

Also updated execution query tests to support testing LIP.
@hbdeshmukh
Copy link
Contributor

Looks good to me.

@hbdeshmukh hbdeshmukh merged commit e7e0ab9 into master Jun 30, 2019
@jianqiao jianqiao deleted the fix-filter-join branch June 30, 2019 19:34
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.

None yet

2 participants