Raunaq Morarka
Raunaq Morarka
I downloaded the above file locally using `aws s3 cp --region us-west-2 --no-sign-request s3://overturemaps-us-west-2/release/2024-04-16-beta.0/theme=places/type=place/part-00001-29b4e626-9eee-4912-9d91-89d3cef80839-c000.zstd.parquet .` and created a table against it. I couldn't reproduce the problem with latest master, for...
Could you add a stack trace for the exception that you saw ?
We've now switched to using `readFully` in DirectReadRequestChain which is guaranteed to be thread-safe. Even if the parent FSInputStream implementation doesn't implement positioned read explicitly, the default implementation (`FSInputStream#read(long position,...
> @raunaqmorarka do you agree with the compromise above? 🙏 I don't like the idea of leaking the filesystem abstraction into user configs, the caching happening at the filesystem layer...