-
Notifications
You must be signed in to change notification settings - Fork 228
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
Scala 2.12 upgrade #1162
Scala 2.12 upgrade #1162
Conversation
c781d78
to
1b8fbf9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please address the one comment I added? Rest looks good.
Can we also run one JMH benchmark to confirm that things look good there.
We also need to bring up two servers locally, ingest and query synthetic data generated by GatewayServer test data producer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aandis Please rebase, ensure that PRB runs successfully. |
@aandis Please do not squash and merge, Instead retain individual commits. |
Ha ha, I already lost hope it will land. 🤝 |
@szymonm We had to time this PR since we were in the process of stabilizing the mainline. This PR will need some rigorous integration testing and we had to make room for it. Hence the delay. Thanks for the patience! 🙏 |
Closing and reopening to trigger ci. |
Scala 2.12 deprecates ranges on doubles.
Breaking changes: This possible breaks cryo serialization backwards compat.
This is a followup to #870 with a rebase on current
develop
.[x] Changes verified locally.
[x] Code compiles successfully.
[x] All tests are passing.
[x] Filodb server comes up.
[x] Can see dummy data with
TestTimeseriesProducer
.Pull Request checklist
NOTICEABLE CHANGES
c781d78 is the only change on top of #870 that needs to be reviewed.