reswqa

Results 95 comments of reswqa

Thanks for the review, rebased the latest master. I will merge this after CI green.

Thanks for the proposal. In fact, I was going to open a similar issue before I saw this :) More specifically, I'm managing to integrate opendal with polars/pandas. With some...

> For pandas, does it perform random writes such as seeking position A, writing, then seeking position B? Or does it simply write continuously and occasionally call tell to know...

Oh, I suddenly thought of another problem: Our implementation of `File::write` do not seem to accord with the requirement of https://docs.python.org/3/tutorial/inputoutput.html#methods-of-file-objects. It needs to explicitly return the number of bytes...