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

Re rebalance coherence #25

Merged
merged 6 commits into from
Jan 17, 2019
Merged

Conversation

weiznich
Copy link
Member

@weiznich weiznich commented Jan 7, 2019

Would be great if someone could test that the tests actually work (They just compile…)
If there are test errors we need to tweak the generated sql in the QueryFragment implementations.

Addresses #7

Copy link
Member

@pgab pgab left a comment

Choose a reason for hiding this comment

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

Actually this looks pretty decent. I am going to try it this week. But can we please try to separate the formatting (I guess from the new rust-fmt) from the real issue in the future. This would make reviewing a lot easier.

@@ -0,0 +1 @@
nightly-2019-01-07
Copy link
Member

Choose a reason for hiding this comment

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

Can we do this w/o updating GST (as of now) or does this probably have invocations for GST as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

We need to bump rustc for GST as well because everything needs to be build with the same compiler version. We don't need to use this specific nightly, any new one should also work. (To be more concrete: We should not use this one, because it contains no working rls build…)

@weiznich
Copy link
Member Author

weiznich commented Jan 8, 2019

But can we please try to separate the formatting (I guess from the new rust-fmt) from the real issue in the future.

That was the plan (at least to have it in separate commits), but it seems like cargo fmt missed the test file 😟

pgab added 4 commits January 8, 2019 18:33
`INSERT INTO table (columns...) select :1 from dual union all select :2 from dual union all select :3 from dual`
@weiznich weiznich merged commit af769b3 into feature/more_gst_compat Jan 17, 2019
@pgab pgab deleted the re_rebalance_coherence branch February 20, 2019 09:58
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