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(core): Add trait and public API for append #2260

Merged
merged 10 commits into from
May 16, 2023
Merged

feat(core): Add trait and public API for append #2260

merged 10 commits into from
May 16, 2023

Conversation

suyanhanx
Copy link
Member

close #2258
close #2259

@suyanhanx suyanhanx changed the title feat(core): append feat(core): Add trait and public API for append May 13, 2023
@suyanhanx
Copy link
Member Author

suyanhanx commented May 13, 2023

cc @Xuanwo for the remaining unfinished layered accessors.

  • MetricsAccessor
  • PrometheusAccessor
  • TracingAccessor
  • MinitraceAccessor

@Xuanwo
Copy link
Member

Xuanwo commented May 13, 2023

cc @Xuanwo for the remaining unfinished layered accessors.

  • MetricsAccessor
  • PrometheusAccessor
  • TracingAccessor
  • MinitraceAccessor

We don't need to implement this support for all layers at once. Please forward to inner instead. We don't know if it work as expected yet.

@suyanhanx suyanhanx marked this pull request as ready for review May 13, 2023 12:57
core/src/raw/oio/write.rs Outdated Show resolved Hide resolved
suyanhanx added 7 commits May 14, 2023 15:17
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
suyanhanx added 2 commits May 14, 2023 15:31
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Mostly LGTM!

core/src/layers/complete.rs Show resolved Hide resolved
core/src/layers/complete.rs Outdated Show resolved Hide resolved
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks!

@Xuanwo Xuanwo merged commit cbaf114 into main May 16, 2023
@Xuanwo Xuanwo deleted the append branch May 16, 2023 13:55
@Xuanwo Xuanwo mentioned this pull request May 23, 2023
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.

Add public API for append operation Add Append in the oio module and Appender trait for Accessor
3 participants