Skip to content

feat(services/sftp): add append support for sftp#2297

Merged
Xuanwo merged 2 commits intoapache:mainfrom
silver-ymz:feat/sftp-append
May 23, 2023
Merged

feat(services/sftp): add append support for sftp#2297
Xuanwo merged 2 commits intoapache:mainfrom
silver-ymz:feat/sftp-append

Conversation

@silver-ymz
Copy link
Copy Markdown
Member

Updated:

  • add append support for sftp

In the tests, we will receive warning opendal::layers::complete: appender has not been closed, must be a bug. It also exists in github action test for fs implementation. Should we concern about it?

Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
@Xuanwo
Copy link
Copy Markdown
Member

Xuanwo commented May 23, 2023

Should we concern about it?

Yes, it's a bug. cc @suyanhanx, we should close the appender by hand.

Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
@suyanhanx
Copy link
Copy Markdown
Member

Should we concern about it?

Yes, it's a bug. cc @suyanhanx, we should close the appender by hand.

fixed in #2298 🥲 This is due to incorrect detection.

Comment thread core/src/services/sftp/writer.rs
Copy link
Copy Markdown
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 31252d7 into apache:main May 23, 2023
@silver-ymz silver-ymz deleted the feat/sftp-append branch May 23, 2023 10:44
@Xuanwo Xuanwo mentioned this pull request May 30, 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.

3 participants