ion-elgreco commented on issue #5882: URL: https://github.com/apache/arrow-rs/issues/5882#issuecomment-2298644856
Just a short update @tustvold I've separated the IO in another Runtime now here: https://github.com/delta-io/delta-rs/pull/2789, which is available in deltalake 0.19.1 @thomasfrederikhoeck confirmed for his use case (optimize) where delta-rs only does work on the Rust side is working fine now. So thanks for the tips :) It seems that reading though and then passing data to PyArrow might still fail. One user reported to see failures now that look like C++ errors :S https://github.com/delta-io/delta-rs/issues/2595#issuecomment-2298370904 : > > @k-ye can you try deltalake 0.19.1 please and report back if you see improvements > > I've done a few tests: > > * On a U.S. machine (but not on AWS), this generally works now. Occasionally it was able to finish the script execution, but the process ended with > > ``` > terminate called without an active exception > Aborted > ``` > > * On a CN machine behind a VPN, I could still bump into this error, though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
