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

Move fully onto new query parsing #1074

Merged
merged 33 commits into from
Sep 18, 2024

Conversation

kyle-sammons
Copy link
Collaborator

Summary

This PR moves us fully onto the new query parsing path, removing all of the old cruft. This enables us to be far more flexible with the types of queries that we're accepting (for instance allowing queries with time ranges that don't use gte/lte), which while technically supported before were blocked by some of our old query path code

Requirements

@kyle-sammons kyle-sammons changed the title Move full onto new query parsing Move fully onto new query parsing Sep 17, 2024
@@ -7,12 +7,14 @@ option java_package = "com.slack.astra.proto.service";
import "schema.proto";

message SearchRequest {
// Previously deleted field numbers
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice

@kyle-sammons kyle-sammons merged commit 6c04841 into master Sep 18, 2024
2 checks passed
@kyle-sammons kyle-sammons deleted the ksammons-move-full-onto-new-query-parsing branch September 18, 2024 17:06
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