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

Table filter refactor #1490

Merged
merged 59 commits into from
Oct 7, 2024
Merged

Table filter refactor #1490

merged 59 commits into from
Oct 7, 2024

Conversation

Yuqi-Du
Copy link
Contributor

@Yuqi-Du Yuqi-Du commented Oct 2, 2024

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

amorton and others added 30 commits September 14, 2024 10:02
for #1424, will need tablemetadta on the collectionschema object

it was a giant mess, still is, but trying to cleanup gradually
runs, not all unit tests checked

Adds OperationAttempt as a base "task" that any operation runs,
example in InsertTableOperation and InsertManyCommandResolver

No tests written yet.
Because there are several ways we create this, the builder is used in
the work for OperationAttempt
added driver profile
reset logging to Debug
…tempt' into table-filter-where-clause

# Conflicts:
#	src/main/java/io/stargate/sgv2/jsonapi/service/resolver/InsertManyCommandResolver.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/resolver/InsertOneCommandResolver.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/schema/collections/CollectionSchemaObject.java
(TODOs for corner cases and blob)
…ause

# Conflicts:
#	src/main/java/io/stargate/sgv2/jsonapi/service/operation/InsertAttempt.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/operation/ReadAttempt.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/operation/query/CQLOption.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/operation/tables/DeleteTableOperation.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/operation/tables/TableInsertAttempt.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/operation/tables/TableReadAttemptBuilder.java
#	src/main/java/io/stargate/sgv2/jsonapi/service/resolver/FindOneCommandResolver.java
#	src/test/java/io/stargate/sgv2/jsonapi/api/v1/tables/FindOneTableIntegrationTest.java
…ause

# Conflicts:
#	src/main/java/io/stargate/sgv2/jsonapi/exception/ErrorCodeV1.java
@Yuqi-Du Yuqi-Du requested a review from a team as a code owner October 2, 2024 21:45
Copy link
Contributor

@amorton amorton left a comment

Choose a reason for hiding this comment

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

approved, we will address followup in tickets

@Yuqi-Du Yuqi-Du merged commit 1d4f2bd into main Oct 7, 2024
3 checks passed
@Yuqi-Du Yuqi-Du deleted the table-filter-refactor branch October 7, 2024 20:04
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.

3 participants