Niko
Niko
Quick update in case someone wants to follow up (I don't know how much time I'll have in the next few days). After lots of back and forth between different...
the latest: - looks like the issue happens here on attempt to close the stream, once one of the threads is blocked, everything stops: https://github.com/delta-io/delta-rs/blob/72505449e9538371fe5fda35d545dbd662facd07/python/src/filesystem.rs#L529 - usually it is intermittent...
Current dependency is "pyarrow>=8" so it will install the latest (14.0.1) but won't touch 14.0.0 unless the dependency is changed. I'm happy to give it a try if you think...
> It's not just 14.0.0. Basically every release before that also has the same bug. I didn't realise it also holds for previous versions, CVE description is misleading as it...
🤦 that 14 in both, I clearly could not spot a difference 🤦
I'll look into this
@nholt01 I was unable to reproduce the issue on MacOS (I don't have access to Windows machine), maybe someone else can try. I get this in the table metadata using...
I see this was created a while ago. Was it implemented? If not, I'd like to give it a try.
Yes, thank you for confirming, I checked and can see it's not there.
I managed to get a basic 3D sampling implemented (still only covering one straightforward case) but for that to work I had to make a modification to `mshadow` https://github.com/apache/incubator-mxnet/blob/da247654371664fb906ad286053c63e6fc2f5b5a/3rdparty/mshadow/mshadow/extension/spatial_upsampling_nearest.h#L52 as...