psolomin

Results 4 comments of psolomin

Hello @vietj Are you aware if anyone is working on this at the moment? If no, I would like to assign myself to this.

> have you signed the Eclipse Contributor Agreement? Yes, already did that. Next time I push a change, that check should pass, I guess.

@vietj I had to focus on other things during the last weeks, I just kept rebasing my branch against master. But I plan to push new changes till 24.05.

@gregpalmr will this approach work for your case? ``` import codecs import csv from alluxio import Client c = Client(host=..., port=39999) with c.open("/test.csv", "w") as f: f.write("1,2\n") with c.open("/test.csv", "r")...