Closed koaning closed 1 year ago
Ah, good catch! Can you also add the parallel read
method import?
I just ran black
against it, but couldn't find a parallel read method. Also tried CMD
+ SHIFT
+ F
against the entire project and could only find "parallel" being used in the azure pipelines file.
Thanks!
I noticed the docs mentioned
write_gzip_jsonl
but I wasn't able to import it.Then I noticed that it was implemented but missing from
__init__.py
. Hence a PR.