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

parallel-workload: sources using data-ingest & sinks #22299

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

def-
Copy link
Contributor

@def- def- commented Oct 10, 2023

Blocked by https://github.com/MaterializeInc/database-issues/issues/6785 (which this PR found)

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).
  • This PR includes the following user-facing behavior changes:

@def- def- force-pushed the pr-parallel-workload-sinks branch 3 times, most recently from 07d17e0 to 46309d8 Compare October 13, 2023 07:44
@def- def- force-pushed the pr-parallel-workload-sinks branch 5 times, most recently from c266cd9 to 466d2ed Compare October 17, 2023 23:16
@def- def- changed the title Pr parallel workload sinks parallel-workload: sources using data-ingest & sinks Oct 17, 2023
@def- def- marked this pull request as ready for review October 17, 2023 23:27
def to_pw_type(
di_type: type[materialize.data_ingest.data_type.DataType],
) -> type[DataType]:
if di_type == materialize.data_ingest.data_type.StringType:
Copy link
Contributor

Choose a reason for hiding this comment

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

What does the di_ prefix stand for?
pw_type is pgwire type?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

di was data-ingest, pw parallel-workload. I now unified the types.

@def- def- force-pushed the pr-parallel-workload-sinks branch from 105d64f to b96724c Compare October 18, 2023 11:03
@def- def- force-pushed the pr-parallel-workload-sinks branch 3 times, most recently from a9ffaaf to a3361f5 Compare October 18, 2023 12:09
@def- def- marked this pull request as draft October 18, 2023 15:14
@def- def- force-pushed the pr-parallel-workload-sinks branch from a3361f5 to bb79768 Compare October 18, 2023 15:15
@def- def- force-pushed the pr-parallel-workload-sinks branch from bb79768 to 00b2e1a Compare October 19, 2023 10:09
@def- def- marked this pull request as ready for review October 19, 2023 10:09
@def- def- merged commit 13ecdd8 into MaterializeInc:main Oct 19, 2023
79 of 83 checks passed
@def- def- deleted the pr-parallel-workload-sinks branch October 19, 2023 10:49
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