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

feat(query) Implement Protobuf definitions of all of the execution plans #1705

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

kvpetrov
Copy link
Contributor

@kvpetrov kvpetrov commented Jan 29, 2024

Pull Request checklist

  • The commit(s) message(s) follows the contribution guidelines ?
  • Tests for the changes have been added (for bug fixes / features) ?
    only two execution plans are tested now with the unit tests, in the future PR more unit tests should come
  • Docs have been added / updated (for bug fixes / features) ?

Current behavior : (link exiting issues here : https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests)
We send execution plans using Scala serialized objects.

New behavior :
We want to be able to send execution plans that are represtend by Protobufs.

BREAKING CHANGES
no breaking changes

Other information:

@kvpetrov kvpetrov changed the title Protobuf definitions of all of the execution plans feat(query) Implement Protobuf definitions of all of the execution plans Feb 2, 2024
@kvpetrov kvpetrov requested a review from sandeep6189 February 2, 2024 06:24
@sandeep6189 sandeep6189 merged commit 32e4eeb into filodb:develop Feb 5, 2024
1 check passed
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