You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm perhaps this is an issue with the synchronous executor around the async writer. But I would've expected the string path to use the synchronous writer regardless
I'm having trouble reproducing this one, but I was writing a bunch of files in a row from the same .py file (and possibly reading them using geoarrow-rust, too).
I can follow up with a more complete example, but when preparing geoarrow-data I tried to use:
...which seemed to write the file correctly but I had to Control-C the process to get it to finish.
...was what I needed to work around the issue.
The text was updated successfully, but these errors were encountered: