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

Implement Shard API for PostgreSQL metastore #4403

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

guilload
Copy link
Member

@guilload guilload commented Jan 17, 2024

Description

  • Clean up postgresql_metastore file because it was becoming hard to navigate
  • Implement Shard API for PostgreSQL metastore

How was this PR tested?

Added a bunch of unit tests

@guilload guilload force-pushed the guilload/pg-list-shards branch 6 times, most recently from 457179d to b166a25 Compare January 17, 2024 22:12
@guilload guilload marked this pull request as ready for review January 17, 2024 22:12
@guilload guilload requested a review from fmassot January 17, 2024 22:17
>
);
// crate::metastore_test_suite!(
// quickwit_proto::metastore::MetastoreServiceGrpcClientAdapter<
Copy link
Contributor

Choose a reason for hiding this comment

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

can we reenable this?

Copy link
Member Author

Choose a reason for hiding this comment

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

I will in my next PR. It's tricky because we only have access to the client here but the tests required the insertion of shards in the server via an API that does not exist client-side and makes no sense to add.

@guilload guilload merged commit 094fd31 into main Jan 18, 2024
4 checks passed
@guilload guilload deleted the guilload/pg-list-shards branch January 18, 2024 14:12
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